diff --git a/SQL/world.sql b/SQL/world.sql index dc77ce6cb..181c44512 100644 --- a/SQL/world.sql +++ b/SQL/world.sql @@ -1,12 +1,13 @@ -- phpMyAdmin SQL Dump --- version 4.4.15.7 --- http://www.phpmyadmin.net +-- version 4.8.3 +-- https://www.phpmyadmin.net/ -- --- Host: 127.0.0.1 --- Generation Time: Jul 20, 2018 at 03:01 PM --- Server version: 5.6.37 --- PHP Version: 7.1.8 +-- Host: localhost:3306 +-- Generation Time: Jan 25, 2019 at 11:46 AM +-- Server version: 5.7.23 +-- PHP Version: 7.1.20 +SET FOREIGN_KEY_CHECKS=0; SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; @@ -17,8 +18,10 @@ SET time_zone = "+00:00"; /*!40101 SET NAMES utf8mb4 */; -- --- Database: `test` +-- Database: `world` -- +CREATE DATABASE IF NOT EXISTS `world` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; +USE `world`; -- -------------------------------------------------------- @@ -27,15 +30,15 @@ SET time_zone = "+00:00"; -- DROP TABLE IF EXISTS `cities`; -CREATE TABLE IF NOT EXISTS `cities` ( - `id` mediumint(8) unsigned NOT NULL, +CREATE TABLE `cities` ( + `id` mediumint(8) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, - `state_id` mediumint(8) unsigned NOT NULL, - `country_id` mediumint(8) unsigned NOT NULL, + `state_id` mediumint(8) UNSIGNED NOT NULL, + `country_id` mediumint(8) UNSIGNED NOT NULL, `created_at` timestamp NOT NULL DEFAULT '2013-12-31 19:31:01', `updated_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `flag` tinyint(1) NOT NULL DEFAULT '1' -) ENGINE=InnoDB AUTO_INCREMENT=22668 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `cities` @@ -46,9 +49,9 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (2, 'Fayzabad', 1, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (3, 'Jurm', 1, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (4, 'Khandud', 1, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), -(5, 'Qal\\''eh-ye Panjeh', 1, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), +(5, 'Qal\\\'eh-ye Panjeh', 1, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (6, 'Bala Morghab', 2, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), -(7, 'Qal\\''eh-ye Naw', 2, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), +(7, 'Qal\\\'eh-ye Naw', 2, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (8, 'Andarab', 3, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (9, 'Baghlan', 3, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (10, 'Dahaneh-ye Ghawri', 3, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), @@ -62,7 +65,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (18, 'Tash Gozar', 4, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (19, 'Bamiyan', 5, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (20, 'Panjab', 5, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), -(21, 'Qil Qal\\''eh', 5, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), +(21, 'Qil Qal\\\'eh', 5, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (22, 'Anar Darreh', 6, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (23, 'Farah', 6, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (24, 'Shindand', 6, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), @@ -75,7 +78,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (31, 'Taywarah', 8, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (32, 'Ghazni', 9, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (33, 'Awbeh', 10, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), -(34, 'Eslam Qal\\''eh', 10, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), +(34, 'Eslam Qal\\\'eh', 10, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (35, 'Ghurian', 10, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (36, 'Herat', 10, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (37, 'Karukh', 10, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), @@ -125,7 +128,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (81, 'Orgun', 22, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (82, 'Zareh Sharan', 22, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (83, 'Zarghun Shahr', 22, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), -(84, '\\''Ali Khayl', 23, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), +(84, '\\\'Ali Khayl', 23, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (85, 'Ghardez', 23, 1, '2018-07-20 14:57:56', '2018-07-20 14:57:56', 1), (86, 'Charikar', 24, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (87, 'Jabal-os-Saraj', 24, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -134,7 +137,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (90, 'Emam Saheb', 26, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (91, 'Hazart Imam', 26, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (92, 'Khanabad', 26, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(93, 'Qal\\''eh-ye Zal', 26, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(93, 'Qal\\\'eh-ye Zal', 26, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (94, 'Qunduz', 26, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (95, 'Aybak', 27, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (96, 'Kholm', 27, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -144,7 +147,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (100, 'Khwajeh Ghar', 29, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (101, 'Rostaq', 29, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (102, 'Taloqan', 29, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(103, 'Yangi Qal\\''eh', 29, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(103, 'Yangi Qal\\\'eh', 29, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (104, 'Deh Rawud', 30, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (105, 'Gaz Ab', 30, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (106, 'Tarin Kawt', 30, 1, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -232,20 +235,20 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (188, 'Sidi Amar', 73, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (189, 'al-Buni', 73, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (190, 'al-Hajar', 73, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(191, '\\''Abadlah', 74, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(191, '\\\'Abadlah', 74, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (192, 'Bani Wanif', 74, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (193, 'Bashshar', 74, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (194, 'Qanadsan', 74, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (195, 'Taghit', 74, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(196, '\\''Aris', 75, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(197, '\\''Ayn Tutah', 75, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(196, '\\\'Aris', 75, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(197, '\\\'Ayn Tutah', 75, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (198, 'Barikah', 75, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (199, 'Batnah', 75, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (200, 'Marwanah', 75, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (201, 'Naghaus', 75, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(202, 'Ra\\''s-al-\\''Ayun', 75, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(202, 'Ra\\\'s-al-\\\'Ayun', 75, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (203, 'Tazult', 75, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(204, '\\''Ayt Rizin', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(204, '\\\'Ayt Rizin', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (205, 'Akbu', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (206, 'Amizur', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (207, 'Barbasha', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -254,7 +257,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (210, 'Ighram', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (211, 'Sadduk', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (212, 'Shamini', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(213, 'Sidi \\''Aysh', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(213, 'Sidi \\\'Aysh', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (214, 'Taskaryut', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (215, 'Tazmalt', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (216, 'Timazrit', 76, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -265,7 +268,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (221, 'Sidi Khalid', 77, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (222, 'Sidi Ukbah', 77, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (223, 'Tulja', 77, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(224, 'Um\\''ash', 77, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(224, 'Um\\\'ash', 77, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (225, 'Zaribat-al-Wad', 77, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (226, 'Awlad Salam', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (227, 'Awlad Yaysh', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -280,21 +283,21 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (236, 'Maftah', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (237, 'Muzayah', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (238, 'Shabli', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(239, 'Shari\\''ah', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(239, 'Shari\\\'ah', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (240, 'Shiffa', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (241, 'Sidi Mussa', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (242, 'Suma', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (243, 'Wadi al-Allagh', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(244, 'al-\\''Afrun', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(245, 'al-Arba\\''a', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(246, '\\''Ayn Bissim', 79, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(244, 'al-\\\'Afrun', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(245, 'al-Arba\\\'a', 78, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(246, '\\\'Ayn Bissim', 79, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (247, 'Aghbalu', 79, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(248, 'Bi\\''r Ghabalu', 79, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(248, 'Bi\\\'r Ghabalu', 79, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (249, 'Buirah', 79, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (250, 'Lakhdariyah', 79, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (251, 'Shurfa', 79, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (252, 'Sur-al-Ghuzlan', 79, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(253, '\\''Ayn Tayah', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(253, '\\\'Ayn Tayah', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (254, 'Awlad Haddaj', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (255, 'Awlad Mussa', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (256, 'Bani Amran', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -308,15 +311,15 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (264, 'Khamis-al-Khashnah', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (265, 'Nasiriyah', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (266, 'Raghayah', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(267, 'Sa\\''abat', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(267, 'Sa\\\'abat', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (268, 'Tinyah', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(269, 'al-Arba\\''a Tash', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(269, 'al-Arba\\\'a Tash', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (270, 'ar-Ruwibah', 80, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (271, 'Ammi Mussa', 82, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (272, 'Ghalizan', 82, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (273, 'Jidiwiyah', 82, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (274, 'Mazunah', 82, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(275, 'Sidi Muhammad Ban \\''Ali', 82, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(275, 'Sidi Muhammad Ban \\\'Ali', 82, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (276, 'Wadi Rahiyu', 82, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (277, 'Zammurah', 82, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (278, 'Biryan', 83, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -324,37 +327,37 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (280, 'Ghardaia', 83, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (281, 'Ghardayah', 83, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (282, 'Matlili', 83, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(283, 'al-Ghuli\\''ah', 83, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(283, 'al-Ghuli\\\'ah', 83, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (284, 'al-Qararah', 83, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (285, 'Ilizi', 84, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(286, 'Amir \\''Abd-al-Qadar', 85, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(286, 'Amir \\\'Abd-al-Qadar', 85, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (287, 'Jijili', 85, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (288, 'Shifka', 85, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (289, 'Tahar', 85, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (290, 'al-Miliyah', 85, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(291, '\\''Ayn Wissarah', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(292, '\\''Ayn-al-Ibil', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(291, '\\\'Ayn Wissarah', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(292, '\\\'Ayn-al-Ibil', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (293, 'Birin', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (294, 'Dar Shiyukh', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (295, 'Hassi Bahbah', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (296, 'Jilfah', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(297, 'Mis\\''ad', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(297, 'Mis\\\'ad', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (298, 'Sharif', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (299, 'al-Idrisiyah', 86, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (300, 'Khanshalah', 87, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (301, 'Sharshar', 87, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (302, 'Tawziyanat', 87, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (303, 'al-Mahmal', 87, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(304, '\\''Ayn-al-Hajal', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(305, '\\''Ayn-al-Milh', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(306, 'Bu Sa\\''adah', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(307, 'Hammam Dhala\\''a', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(308, 'Ma\\''adid', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(304, '\\\'Ayn-al-Hajal', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(305, '\\\'Ayn-al-Milh', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(306, 'Bu Sa\\\'adah', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(307, 'Hammam Dhala\\\'a', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(308, 'Ma\\\'adid', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (309, 'Maghra', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (310, 'Masilah', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(311, 'Sidi \\''Aysa', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(311, 'Sidi \\\'Aysa', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (312, 'Wanugha', 88, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(313, '\\''Ayn Bu Sif', 89, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(313, '\\\'Ayn Bu Sif', 89, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (314, 'Birwaghiyah', 89, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (315, 'Midyah', 89, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (316, 'Qasr-al-Bukhari', 89, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -364,7 +367,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (320, 'Milah', 90, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (321, 'Qararam Quqa', 90, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (322, 'Ruwashad', 90, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(323, 'Salghum-al-\\''Ayd', 90, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(323, 'Salghum-al-\\\'Ayd', 90, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (324, 'Sidi Maruf', 90, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (325, 'Sidi Marwan', 90, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (326, 'Tajananah', 90, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -377,29 +380,29 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (333, 'Tighinnif', 91, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (334, 'Wadi al-Abtal', 91, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (335, 'Zahana', 91, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(336, '\\''Ayn Tadalas', 92, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(336, '\\\'Ayn Tadalas', 92, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (337, 'Hassi Mamash', 92, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (338, 'Mazaghran', 92, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (339, 'Mustaghanam', 92, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (340, 'Sidi Ali', 92, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(341, '\\''Ayn Safra', 93, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(341, '\\\'Ayn Safra', 93, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (342, 'Mishriyah', 93, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (343, 'Naama', 93, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (344, 'Oran', 94, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (345, 'Ouargla', 95, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(346, '\\''Ayn Bardah', 96, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(346, '\\\'Ayn Bardah', 96, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (347, 'Bumahra Ahmad', 96, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(348, 'Hamman Awlad \\''Ali', 96, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(348, 'Hamman Awlad \\\'Ali', 96, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (349, 'Qalmah', 96, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (350, 'Wadi Zinati', 96, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(351, '\\''Ayn Abid', 97, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(352, '\\''Ayn Samara', 97, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(351, '\\\'Ayn Abid', 97, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(352, '\\\'Ayn Samara', 97, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (353, 'Didush Murad', 97, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (354, 'Hamma Bu Ziyan', 97, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (355, 'Qustantinah', 97, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (356, 'Zighut Yusuf', 97, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (357, 'al-Khurub', 97, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(358, '\\''Azzabah', 98, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(358, '\\\'Azzabah', 98, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (359, 'Amjaz Adshish', 98, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (360, 'Fil Fila', 98, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (361, 'Karkira', 98, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -409,26 +412,26 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (365, 'Tamalus', 98, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (366, 'al-Harush', 98, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (367, 'al-Qull', 98, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(368, '\\''Ayn \\''Azl', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(369, '\\''Ayn Arnat', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(370, '\\''Ayn Taqrut', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(371, '\\''Ayn Wilman', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(372, '\\''Ayn-al-Khabira', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(368, '\\\'Ayn \\\'Azl', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(369, '\\\'Ayn Arnat', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(370, '\\\'Ayn Taqrut', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(371, '\\\'Ayn Wilman', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(372, '\\\'Ayn-al-Khabira', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (373, 'Bouira', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(374, 'Buq\\''ah', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(374, 'Buq\\\'ah', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (375, 'Salah Bay', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (376, 'Satif', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (377, 'Setif', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (378, 'Ziyama Mansuriyah', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(379, 'al-\\''Ulmah', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(380, '\\''Ayn-al-Hajar', 100, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(381, 'Sayda\\''', 100, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(382, '\\''Ayn Qazzan', 103, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(383, '\\''Ayn Salah', 103, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(379, 'al-\\\'Ulmah', 99, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(380, '\\\'Ayn-al-Hajar', 100, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(381, 'Sayda\\\'', 100, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(382, '\\\'Ayn Qazzan', 103, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(383, '\\\'Ayn Salah', 103, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (384, 'Tamanghasat', 103, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(385, '\\''Ayn Binyan', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(386, 'Bu Isma\\''il', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(387, 'Bu Midfar\\''ah', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(385, '\\\'Ayn Binyan', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(386, 'Bu Isma\\\'il', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(387, 'Bu Midfar\\\'ah', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (388, 'Damus', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (389, 'Duwirah', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (390, 'Hajut', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -440,14 +443,14 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (396, 'Stawali', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (397, 'Tibazah', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (398, 'Ziralda', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(399, 'al-Qull\\''ah', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(400, 'Bi\\''r-al-\\''Itir', 105, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(399, 'al-Qull\\\'ah', 104, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(400, 'Bi\\\'r-al-\\\'Itir', 105, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (401, 'Hammamat', 105, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (402, 'Mursut', 105, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (403, 'Shariyah', 105, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (404, 'Tibissah', 105, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (405, 'Winzah', 105, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(406, 'al-\\''Awaynat', 105, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(406, 'al-\\\'Awaynat', 105, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (407, 'Awlad Mimun', 106, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (408, 'Bani Mastar', 106, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (409, 'Bani Sikran', 106, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -459,33 +462,33 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (415, 'Sabra', 106, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (416, 'Shatwan', 106, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (417, 'Sibdu', 106, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(418, 'Sidi \\''Abdallah', 106, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(418, 'Sidi \\\'Abdallah', 106, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (419, 'Tilimsan', 106, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (420, 'al-Mansurah', 106, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (421, 'Tinduf', 107, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (422, 'Thaniyat-al-Had', 108, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (423, 'Tisamsilt', 108, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(424, '\\''Ayn Dhahab', 109, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(424, '\\\'Ayn Dhahab', 109, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (425, 'Firindah', 109, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (426, 'Mahdiyah', 109, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(427, 'Mashra\\''a Asfa', 109, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(427, 'Mashra\\\'a Asfa', 109, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (428, 'Qasr Shillalah', 109, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (429, 'Rahuyah', 109, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (430, 'Sughar', 109, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (431, 'Takhamarat', 109, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (432, 'Tiyarat', 109, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(433, '\\''Ayn Bayda', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(434, '\\''Ayn Fakrun', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(435, '\\''Ayn Kirshah', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(436, '\\''Ayn Malilah', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(437, 'Bi\\''r Shuhada', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(433, '\\\'Ayn Bayda', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(434, '\\\'Ayn Fakrun', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(435, '\\\'Ayn Kirshah', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(436, '\\\'Ayn Malilah', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(437, 'Bi\\\'r Shuhada', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (438, 'Miskyanah', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (439, 'Shamurah', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (440, 'Umm-al-Bawaghi', 111, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(441, '\\''Ayn Biya', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(442, '\\''Ayn-at-Turk', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(441, '\\\'Ayn Biya', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(442, '\\\'Ayn-at-Turk', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (443, 'Arzu', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(444, 'Bi\\''r-al-Jir', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(444, 'Bi\\\'r-al-Jir', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (445, 'Butlilis', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (446, 'Hassi Bu Nif', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (447, 'Mars-al-Kabir', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -495,7 +498,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (451, 'Wahran', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (452, 'al-Ansur', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (453, 'as-Saniyah', 112, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(454, 'Hassi Mas\\''ud', 113, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(454, 'Hassi Mas\\\'ud', 113, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (455, 'Nazla', 113, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (456, 'Ruwisiyat', 113, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (457, 'Tabisbast', 113, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -517,12 +520,12 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (473, 'Birkhadam', 119, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (474, 'Burj-al-Kiffan', 119, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (475, 'Dar-al-Bayda', 119, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(476, 'al-Jaza\\''ir', 119, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(476, 'al-Jaza\\\'ir', 119, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (477, 'Bayadha', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (478, 'Dabilah', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(479, 'Hassan \\''Abd-al-Karim', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(479, 'Hassan \\\'Abd-al-Karim', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (480, 'Hassi Halifa', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(481, 'Jama\\''a', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(481, 'Jama\\\'a', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (482, 'Maqran', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (483, 'Qamar', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (484, 'Raqiba', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -530,7 +533,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (486, 'Sidi Amran', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (487, 'al-Mighair', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (488, 'al-Wad', 120, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(489, '\\''Ayn Maran', 121, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(489, '\\\'Ayn Maran', 121, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (490, 'Abu al-Hassan', 121, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (491, 'Bani Hawa', 121, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (492, 'Bu Qadir', 121, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -544,24 +547,24 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (500, 'Bani Amar', 122, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (501, 'Basbas', 122, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (502, 'Dariyan', 122, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(503, 'Saba\\''ita Muk', 122, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(504, 'al-Qal\\''ah', 122, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(503, 'Saba\\\'ita Muk', 122, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(504, 'al-Qal\\\'ah', 122, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (505, 'at-Tarif', 122, 4, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (506, 'Afono', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (507, 'Alao', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (508, 'Alofau', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (509, 'Amouli', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (510, 'Aoa', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(511, 'Atu\\''u', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(511, 'Atu\\\'u', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (512, 'Aua', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(513, 'Aunu\\''u', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(514, 'Faga\\''alu', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(515, 'Faga\\''itua', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(513, 'Aunu\\\'u', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(514, 'Faga\\\'alu', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(515, 'Faga\\\'itua', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (516, 'Fagasa', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (517, 'Fagatogo', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(518, 'Lauli\\''i', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(518, 'Lauli\\\'i', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (519, 'Leloaloa', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(520, 'Nu\\''uuli', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(520, 'Nu\\\'uuli', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (521, 'Pago Pago', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (522, 'Tula', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (523, 'Utulei', 123, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -570,14 +573,14 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (526, 'Aoloau', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (527, 'Faleniu', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (528, 'Futiga', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(529, 'Ili\\''ili', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(529, 'Ili\\\'ili', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (530, 'Leone', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (531, 'Malaeimi', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (532, 'Malaeloa-Aitulagi', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (533, 'Malaeloa-Ituau', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (534, 'Mapusagafou', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (535, 'Mesepa', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(536, 'Pava\\''ia\\''i', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(536, 'Pava\\\'ia\\\'i', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (537, 'Tafuna', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (538, 'Taputimu', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (539, 'Vailoatai', 126, 5, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -613,8 +616,8 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (569, 'Namibe', 149, 7, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (570, 'Camabatela', 150, 7, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (571, 'Uige', 150, 7, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(572, 'M\\''banza-Kongo', 151, 7, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), -(573, 'N\\''zeto', 151, 7, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(572, 'M\\\'banza-Kongo', 151, 7, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), +(573, 'N\\\'zeto', 151, 7, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (574, 'Soyo', 151, 7, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (575, 'Codrington', 160, 10, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), (576, 'Catamarca', 168, 11, '2018-07-20 14:57:57', '2018-07-20 14:57:57', 1), @@ -1381,7 +1384,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (1335, 'Siyazan', 268, 16, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1336, 'Xacmaz', 268, 16, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1337, 'Xudat', 268, 16, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1338, '\\''Isa', 269, 18, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1338, '\\\'Isa', 269, 18, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1339, 'Badiyah', 270, 18, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1340, 'Hidd', 271, 18, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1341, 'Mahama', 273, 18, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), @@ -1389,7 +1392,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (1343, 'Sitrah', 275, 18, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1344, 'al-Manamah', 276, 18, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1345, 'al-Muharraq', 277, 18, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1346, 'ar-Rifa\\''a', 278, 18, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1346, 'ar-Rifa\\\'a', 278, 18, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1347, 'Bandarban', 280, 19, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1348, 'Barguna', 281, 19, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1349, 'Barisal', 282, 19, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), @@ -1495,7 +1498,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (1449, 'Netrakona', 325, 19, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1450, 'Domar', 326, 19, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1451, 'Nilphamari', 326, 19, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1452, 'Sa\\''idpur', 326, 19, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1452, 'Sa\\\'idpur', 326, 19, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1453, 'Begamganj', 327, 19, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1454, 'Noakhali', 327, 19, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1455, 'Senbagh', 327, 19, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), @@ -1557,8 +1560,8 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (1511, 'Chechersk', 356, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1512, 'Dobrush', 356, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1513, 'Hojniki', 356, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1514, 'Homjel\\''', 356, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1515, 'Jel\\''sk', 356, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1514, 'Homjel\\\'', 356, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1515, 'Jel\\\'sk', 356, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1516, 'Kalinkavichy', 356, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1517, 'Kascjukovka', 356, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1518, 'Mazyr', 356, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), @@ -1578,9 +1581,9 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (1532, 'Masty', 357, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1533, 'Navahrudak', 357, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1534, 'Shchuchyn', 357, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1535, 'Skidel\\''', 357, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1535, 'Skidel\\\'', 357, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1536, 'Slonim', 357, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1537, 'Smarhon\\''', 357, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1537, 'Smarhon\\\'', 357, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1538, 'Vawkavysk', 357, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1539, 'Asipovichy', 358, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1540, 'Babrujsk', 358, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), @@ -1597,7 +1600,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (1551, 'Slaeuharad', 358, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1552, 'Minsk', 360, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1553, 'Petrikov', 362, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1554, 'Baran\\''', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1554, 'Baran\\\'', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1555, 'Braslav', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1556, 'Chashniki', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1557, 'Disna', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), @@ -1605,10 +1608,10 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (1559, 'Dubrovna', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1560, 'Haradok', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1561, 'Hlybokaje', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1562, 'Ljepjel\\''', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1562, 'Ljepjel\\\'', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1563, 'Mjory', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1564, 'Navapolack', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1565, 'Novalukoml\\''', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1565, 'Novalukoml\\\'', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1566, 'Orsha', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1567, 'Pastavy', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1568, 'Polack', 363, 21, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), @@ -1736,7 +1739,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (1690, 'Farciennes', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1691, 'Fleurus', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1692, 'Flobecq', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1693, 'Fontaine-l\\''Eveque', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1693, 'Fontaine-l\\\'Eveque', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1694, 'Frameries', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1695, 'Frasnes-lez-Anvaing', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1696, 'Froidchapelle', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), @@ -1757,7 +1760,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (1711, 'Merbes-le-Chateau', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1712, 'Momignies', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1713, 'Mons', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), -(1714, 'Mont-de-l\\''Enclus', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), +(1714, 'Mont-de-l\\\'Enclus', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1715, 'Montigny-le-Tilleul', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1716, 'Morlanwelz', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), (1717, 'Mouscron', 370, 22, '2018-07-20 14:57:58', '2018-07-20 14:57:58', 1), @@ -2697,7 +2700,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (2649, 'Minador do Negrao', 455, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (2650, 'Murici', 455, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (2651, 'Novo Lino', 455, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), -(2652, 'Olho d\\''Agua das Flores', 455, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), +(2652, 'Olho d\\\'Agua das Flores', 455, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (2653, 'Olivenca', 455, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (2654, 'Palmeira dos Indios', 455, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (2655, 'Pao de Acucar', 455, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), @@ -2833,7 +2836,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (2785, 'Correntina', 458, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (2786, 'Cruz das Almas', 458, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (2787, 'Curaca', 458, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), -(2788, 'Dias d\\''Avila', 458, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), +(2788, 'Dias d\\\'Avila', 458, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (2789, 'Encruzilhada', 458, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (2790, 'Entre Rios', 458, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (2791, 'Esplanada', 458, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), @@ -3234,7 +3237,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (3186, 'Montes Altos', 464, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (3187, 'Morros', 464, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (3188, 'Nova Olinda do Maranhao', 464, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), -(3189, 'Olho d\\''Agua das Cunhas', 464, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), +(3189, 'Olho d\\\'Agua das Cunhas', 464, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (3190, 'Paco do Lumiar', 464, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (3191, 'Paraibano', 464, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), (3192, 'Parnarama', 464, 31, '2018-07-20 14:57:59', '2018-07-20 14:57:59', 1), @@ -3758,10 +3761,10 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (3709, 'Uniao', 472, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3710, 'Urucui', 472, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3711, 'Valenca do Piaui', 472, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), -(3712, 'Alta Floresta d\\''Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), +(3712, 'Alta Floresta d\\\'Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3713, 'Alto Alegre do Parecis', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3714, 'Alto Paraiso', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), -(3715, 'Alvorada d\\''Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), +(3715, 'Alvorada d\\\'Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3716, 'Ariquemes', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3717, 'Buritis', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3718, 'Cacoal', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), @@ -3769,15 +3772,15 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (3720, 'Cerejeiras', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3721, 'Colorado do Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3722, 'Corumbiara', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), -(3723, 'Espigao d\\''Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), +(3723, 'Espigao d\\\'Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3724, 'Governador Jorge Teixeira', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3725, 'Guajara-Mirim', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3726, 'Jaru', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3727, 'Ji-Parana', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), -(3728, 'Machadinho d\\''Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), +(3728, 'Machadinho d\\\'Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3729, 'Ministro Andreazza', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3730, 'Mirante da Serra', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), -(3731, 'Nova Brasilandia d\\''Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), +(3731, 'Nova Brasilandia d\\\'Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3732, 'Nova Mamore', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3733, 'Novo Horizonte do Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3734, 'Ouro Preto do Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), @@ -3785,7 +3788,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (3736, 'Porto Velho', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3737, 'Presidente Medici', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3738, 'Rolim de Moura', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), -(3739, 'Santa Luzia d\\''Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), +(3739, 'Santa Luzia d\\\'Oeste', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3740, 'Sao Miguel do Guapore', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3741, 'Urupa', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3742, 'Vale do Paraiso', 476, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), @@ -3815,7 +3818,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (3766, 'Indiaroba', 480, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3767, 'Itabaiana', 480, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3768, 'Itabaianinha', 480, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), -(3769, 'Itaporanga d\\''Ajuda', 480, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), +(3769, 'Itaporanga d\\\'Ajuda', 480, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3770, 'Japaratuba', 480, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3771, 'Japoata', 480, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (3772, 'Lagarto', 480, 31, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), @@ -4079,7 +4082,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (4029, 'Banfora', 519, 35, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (4030, 'Zorgo', 520, 35, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (4031, 'Bogande', 521, 35, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), -(4032, 'Fada N\\''gourma', 522, 35, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), +(4032, 'Fada N\\\'gourma', 522, 35, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (4033, 'Bekuy', 523, 35, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (4034, 'Bobo Dioulasso', 523, 35, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (4035, 'Dano', 524, 35, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), @@ -4395,7 +4398,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (4345, 'Aylmer', 609, 39, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (4346, 'Ayr', 609, 39, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (4347, 'Barrie', 609, 39, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), -(4348, 'Barry\\''s Bay', 609, 39, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), +(4348, 'Barry\\\'s Bay', 609, 39, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (4349, 'Beamsville', 609, 39, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (4350, 'Beaverton', 609, 39, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), (4351, 'Beeton', 609, 39, '2018-07-20 14:58:00', '2018-07-20 14:58:00', 1), @@ -4517,7 +4520,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (4467, 'Kingston', 609, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4468, 'Kirkland Lake', 609, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4469, 'Kitchener', 609, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), -(4470, 'L\\''Original', 609, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), +(4470, 'L\\\'Original', 609, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4471, 'Lakefield', 609, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4472, 'Lanark', 609, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4473, 'Leamington', 609, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), @@ -4755,9 +4758,9 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (4704, 'Huntingdon', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4705, 'Joliette', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4706, 'Kingsey Falls', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), -(4707, 'L\\''Annonciation', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), -(4708, 'L\\''Ascension-de-Notre-Seigneur', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), -(4709, 'L\\''Epiphanie', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), +(4707, 'L\\\'Annonciation', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), +(4708, 'L\\\'Ascension-de-Notre-Seigneur', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), +(4709, 'L\\\'Epiphanie', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4710, 'La Malbaie', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4711, 'La Pocatiere', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4712, 'La Sarre', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), @@ -4880,7 +4883,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (4829, 'Saint-Raphael', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4830, 'Saint-Raymond', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4831, 'Saint-Remi', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), -(4832, 'Saint-Roch-de-l\\''Achigan', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), +(4832, 'Saint-Roch-de-l\\\'Achigan', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4833, 'Saint-Sauveur-des-Monts', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4834, 'Saint-Tite', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4835, 'Sainte-Adele', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), @@ -4915,7 +4918,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (4864, 'Trois-Pistoles', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4865, 'Trois-Rivieres', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4866, 'Val-David', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), -(4867, 'Val-d\\''Or', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), +(4867, 'Val-d\\\'Or', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4868, 'Valcourt', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4869, 'Vallee-Jonction', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4870, 'Vaudreuil', 611, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), @@ -4942,7 +4945,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (4891, 'Estevan', 612, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4892, 'Eston', 612, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4893, 'Foam Lake', 612, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), -(4894, 'Fort Qu\\''Appelle', 612, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), +(4894, 'Fort Qu\\\'Appelle', 612, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4895, 'Gravelbourg', 612, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4896, 'Grenfell', 612, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (4897, 'Gull Lake', 612, 39, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), @@ -5052,7 +5055,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (5001, 'Massaguet', 644, 43, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (5002, 'Massakory', 644, 43, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (5003, 'Massenya', 644, 43, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), -(5004, 'N\\''Djamena', 644, 43, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), +(5004, 'N\\\'Djamena', 644, 43, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (5005, 'Ngama', 644, 43, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (5006, 'Bitkine', 645, 43, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (5007, 'Melfi', 645, 43, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), @@ -5089,7 +5092,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (5038, 'Coihaique', 655, 44, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (5039, 'Guaitecas', 655, 44, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (5040, 'Lago Verde', 655, 44, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), -(5041, 'O\\''Higgins', 655, 44, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), +(5041, 'O\\\'Higgins', 655, 44, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (5042, 'Rio Ibanez', 655, 44, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (5043, 'Tortel', 655, 44, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), (5044, 'Antofagasta', 656, 44, '2018-07-20 14:58:01', '2018-07-20 14:58:01', 1), @@ -7959,7 +7962,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (7903, 'Letovice', 802, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (7904, 'Mikulov', 802, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (7905, 'Moravsky Krumlov', 802, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), -(7906, 'Namesht\\'' nad Oslavou', 802, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), +(7906, 'Namesht\\\' nad Oslavou', 802, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (7907, 'Rosice', 802, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (7908, 'Shlapanice', 802, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (7909, 'Slavkov u Brna', 802, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), @@ -8101,7 +8104,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8045, 'Zhamberk', 811, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (8046, 'Dobrany', 812, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (8047, 'Domazhlice', 812, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), -(8048, 'Horazhd\\''ovice', 812, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), +(8048, 'Horazhd\\\'ovice', 812, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (8049, 'Horshovky Tyn', 812, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (8050, 'Kdyne', 812, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (8051, 'Klatovy', 812, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), @@ -8195,9 +8198,9 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8139, 'Svetla nad Sazavou', 823, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (8140, 'Telch', 823, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (8141, 'Trebich', 823, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), -(8142, 'Tresht\\''', 823, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), +(8142, 'Tresht\\\'', 823, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (8143, 'Velke Mezirichi', 823, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), -(8144, 'Zhd\\''ar', 823, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), +(8144, 'Zhd\\\'ar', 823, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (8145, 'Brumov', 824, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (8146, 'Bystrice pod Hostynem', 824, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), (8147, 'Chropyne', 824, 58, '2018-07-20 14:58:06', '2018-07-20 14:58:06', 1), @@ -8735,18 +8738,18 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8678, 'Nasr', 932, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8679, 'Nasr City', 932, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8680, 'Obour City', 932, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8681, '\\''Izbat-al-Burj', 933, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8681, '\\\'Izbat-al-Burj', 933, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8682, 'Damietta', 933, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8683, 'Dumyat', 933, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8684, 'El-Zarka', 933, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8685, 'Faraskur', 933, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8686, 'Kafr Sa\\''d', 933, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8686, 'Kafr Sa\\\'d', 933, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8687, 'Kafr-al-Battikh', 933, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8688, 'az-Zarqa', 933, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8689, 'Biyala', 934, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8690, 'Disuq', 934, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8691, 'Fuwah', 934, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8692, 'Kafr-al-Jara\\''idah', 934, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8692, 'Kafr-al-Jara\\\'idah', 934, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8693, 'Kafr-ash-Shaykh', 934, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8694, 'Mutubis', 934, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8695, 'Qallin', 934, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), @@ -8759,9 +8762,9 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8702, 'Nasr', 935, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8703, 'Sidi Barrani', 935, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8704, 'Zawiyat Shammas', 935, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8705, 'ad-Da\\''ba', 935, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8705, 'ad-Da\\\'ba', 935, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8706, 'Armant', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8707, 'Asfun-al-Mata\\''inah', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8707, 'Asfun-al-Mata\\\'inah', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8708, 'Dandarah', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8709, 'Dishna', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8710, 'Farshut', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), @@ -8769,8 +8772,8 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8712, 'Hiw', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8713, 'Idfu', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8714, 'Isna', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8715, 'Kiman-al-Mata\\''inah', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8716, 'Naj\\'' Hammadi', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8715, 'Kiman-al-Mata\\\'inah', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8716, 'Naj\\\' Hammadi', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8717, 'Naqadah', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8718, 'Qift', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8719, 'Qina', 941, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), @@ -8801,7 +8804,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8744, 'Shirbin', 945, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8745, 'Talkha', 945, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8746, 'al-Jamaliyah', 945, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8747, 'al-Ma\\''sarah', 945, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8747, 'al-Ma\\\'sarah', 945, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8748, 'al-Mansurah', 945, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8749, 'al-Manzilah', 945, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8750, 'al-Matariyah', 945, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), @@ -8815,7 +8818,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8758, 'Buturis', 947, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8759, 'Damanhur', 947, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8760, 'Edfina', 947, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8761, 'Hawsh \\''Isa', 947, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8761, 'Hawsh \\\'Isa', 947, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8762, 'Idku', 947, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8763, 'Ityay-al-Barud', 947, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8764, 'Kafr Salim', 947, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), @@ -8852,7 +8855,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8795, 'Agamy', 950, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8796, 'al-Iskandariyah', 950, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8797, 'al-Maks', 950, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8798, 'Fa\\''id', 951, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8798, 'Fa\\\'id', 951, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8799, 'Sarabiyum', 951, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8800, 'al-Ismailiyah', 951, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8801, 'Atfih', 952, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), @@ -8861,7 +8864,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8804, 'Madinat Sittah Uktubar', 952, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8805, 'Nahya', 952, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8806, 'Saqqarah', 952, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8807, 'al-\\''Ayyat', 952, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8807, 'al-\\\'Ayyat', 952, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8808, 'al-Badrashayn', 952, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8809, 'al-Hawamidiyah', 952, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8810, 'al-Jizah', 952, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), @@ -8869,7 +8872,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8812, 'al-Wahat-al-Bahriyah', 952, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8813, 'as-Saff', 952, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8814, 'Ashmun', 953, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8815, 'Birkat-as-Sab\\''', 953, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8815, 'Birkat-as-Sab\\\'', 953, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8816, 'Milij', 953, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8817, 'Minuf', 953, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8818, 'Quwaysina', 953, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), @@ -8895,7 +8898,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8838, 'Badr City', 955, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8839, 'Heliopolis', 955, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8840, 'al-Qahira', 955, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8841, 'Abu Za\\''bal', 956, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8841, 'Abu Za\\\'bal', 956, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8842, 'Banha', 956, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8843, 'Qalyub', 956, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8844, 'Shubra al-Khaymah', 956, 65, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), @@ -8985,17 +8988,17 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (8928, 'Beylul', 984, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8929, 'Edd', 984, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8930, 'Mersa Fatma', 984, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8931, 'Ak\\''ordat', 985, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8931, 'Ak\\\'ordat', 985, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8932, 'Barentu', 985, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8933, 'Teseney', 985, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8934, 'Asmara', 986, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8935, 'Ginda', 986, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8936, 'Himbirti', 986, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8937, 'Nefasit', 986, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8938, 'Addi K\\''eyih', 987, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8939, 'Dek\\''emhare', 987, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8938, 'Addi K\\\'eyih', 987, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8939, 'Dek\\\'emhare', 987, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8940, 'Mitsiwa', 987, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), -(8941, 'Sen\\''afe', 987, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), +(8941, 'Sen\\\'afe', 987, 68, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8942, 'Aasmae', 988, 69, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8943, 'Aaviku', 988, 69, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), (8944, 'Aegviidu', 988, 69, '2018-07-20 14:58:07', '2018-07-20 14:58:07', 1), @@ -10014,8 +10017,8 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (9955, 'Awash', 1004, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9956, 'Dubti', 1004, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9957, 'Gewane', 1004, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(9958, 'Addi Ark\\''ay', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(9959, 'Addis \\''Alem', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(9958, 'Addi Ark\\\'ay', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(9959, 'Addis \\\'Alem', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9960, 'Addis Zemen', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9961, 'Adet', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9962, 'Bahir Dar', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), @@ -10027,7 +10030,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (9968, 'Dangla', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9969, 'Debark', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9970, 'Debre Birhan', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(9971, 'Debre Mark\\''os', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(9971, 'Debre Mark\\\'os', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9972, 'Debre Sina', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9973, 'Debre Tabor', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9974, 'Debre Werk', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), @@ -10035,13 +10038,13 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (9976, 'Dese', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9977, 'Finote Selam', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9978, 'Gondar', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(9979, 'K\\''obo', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(9979, 'K\\\'obo', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9980, 'Kembolcha', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9981, 'Kemise', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9982, 'Lalibela', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(9983, 'Mott\\''a', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(9983, 'Mott\\\'a', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9984, 'Nefas Mewcha', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(9985, 'Sek\\''ot\\''a', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(9985, 'Sek\\\'ot\\\'a', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9986, 'Shewa Robit', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9987, 'Weldiya', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9988, 'Were Ilu', 1005, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), @@ -10051,7 +10054,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (9992, 'Gambela', 1008, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9993, 'Harer', 1009, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9994, 'Jigjiga', 1010, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(9995, '\\''Alem Maya', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(9995, '\\\'Alem Maya', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9996, 'Abomsa', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9997, 'Agaro', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (9998, 'Asasa', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), @@ -10070,7 +10073,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10011, 'Gedo', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10012, 'Gelemso', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10013, 'Gimbi', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10014, 'Ginch\\''i', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10014, 'Ginch\\\'i', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10015, 'Ginir', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10016, 'Giyon', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10017, 'Goba', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), @@ -10085,7 +10088,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10026, 'Kibre Mengist', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10027, 'Kofele', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10028, 'Mega', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10029, 'Mek\\''i', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10029, 'Mek\\\'i', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10030, 'Mendi', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10031, 'Metehara', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10032, 'Metu', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), @@ -10094,7 +10097,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10035, 'Nazret', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10036, 'Nedjo', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10037, 'Negele', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10038, 'Nek\\''emte', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10038, 'Nek\\\'emte', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10039, 'Robe', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10040, 'Sebeta', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10041, 'Sendafa', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), @@ -10104,8 +10107,8 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10045, 'Sheh Hussen', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10046, 'Sire', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10047, 'Tulu Bolo', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10048, 'Welench\\''iti', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10049, 'Welk\\''it\\''e', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10048, 'Welench\\\'iti', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10049, 'Welk\\\'it\\\'e', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10050, 'Wonji', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10051, 'Yabelo', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10052, 'Ziway', 1012, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), @@ -10123,10 +10126,10 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10064, 'Boditi', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10065, 'Bonga', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10066, 'Butajira', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10067, 'Ch\\''ench\\''a', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10067, 'Ch\\\'ench\\\'a', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10068, 'Dilla', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10069, 'Gidole', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10070, 'Hossa\\''ina', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10070, 'Hossa\\\'ina', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10071, 'Jinka', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10072, 'Leku', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10073, 'Mizan Teferi', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), @@ -10135,20 +10138,20 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10076, 'Teppi', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10077, 'Wendo', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10078, 'Yirga Alem', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10079, 'Yirga Ch\\''efe', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10079, 'Yirga Ch\\\'efe', 1014, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10080, 'Abiy Adi', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10081, 'Addigrat', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10082, 'Adwa', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10083, 'Aksum', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10084, 'Alamat\\''a', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10084, 'Alamat\\\'a', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10085, 'Endasilasie', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10086, 'Hagere Selam', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10087, 'Himora', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10088, 'Korem', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10089, 'Maych\\''ew', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10090, 'Mek\\''ele', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10089, 'Maych\\\'ew', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10090, 'Mek\\\'ele', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10091, 'Mekele', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), -(10092, 'Wik\\''ro', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), +(10092, 'Wik\\\'ro', 1015, 70, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10093, 'Hvannasund', 1018, 72, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10094, 'Klaksvik', 1018, 72, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), (10095, 'Husavik', 1021, 72, '2018-07-20 14:58:08', '2018-07-20 14:58:08', 1), @@ -10472,7 +10475,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10413, 'Allauch', 1080, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10414, 'Arles', 1080, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10415, 'Aubagne', 1080, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(10416, 'Berre-l\\''Etang', 1080, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(10416, 'Berre-l\\\'Etang', 1080, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10417, 'Bouc-Bel-Air', 1080, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10418, 'Chateauneuf-les-Martigues', 1080, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10419, 'Chateaurenard', 1080, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -10672,7 +10675,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10612, 'Pessac', 1110, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10613, 'Saint-Medard-en-Jalles', 1110, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10614, 'Talence', 1110, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(10615, 'Villenave-d\\''Ornon', 1110, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(10615, 'Villenave-d\\\'Ornon', 1110, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10616, 'Cernay', 1111, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10617, 'Colmar', 1111, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10618, 'Guebwiller', 1111, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -10689,7 +10692,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10629, 'Blagnac', 1113, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10630, 'Colomiers', 1113, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10631, 'Cugnaux', 1113, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(10632, 'L\\''Union', 1113, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(10632, 'L\\\'Union', 1113, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10633, 'Muret', 1113, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10634, 'Plaisance-du-Touch', 1113, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10635, 'Ramonville-Saint-Agne', 1113, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -10759,7 +10762,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10699, 'Sevres', 1121, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10700, 'Suresnes', 1121, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10701, 'Vanves', 1121, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(10702, 'Ville-d\\''Avray', 1121, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(10702, 'Ville-d\\\'Avray', 1121, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10703, 'Villeneuve-la-Garenne', 1121, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10704, 'Agde', 1122, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10705, 'Beziers', 1122, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -10799,7 +10802,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10739, 'Le Pont-de-Claix', 1127, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10740, 'Meylan', 1127, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10741, 'Saint-Egreve', 1127, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(10742, 'Saint-Martin-d\\''Heres', 1127, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(10742, 'Saint-Martin-d\\\'Heres', 1127, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10743, 'Seyssinet-Pariset', 1127, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10744, 'Vienne', 1127, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10745, 'Villefontaine', 1127, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -10817,7 +10820,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10757, 'Saint-Paul-les-Dax', 1130, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10758, 'Tarnos', 1130, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10759, 'Codolet', 1131, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(10760, 'Cuxac-d\\''Aude', 1131, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(10760, 'Cuxac-d\\\'Aude', 1131, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10761, 'Gigean', 1131, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10762, 'Grabels', 1131, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10763, 'Lamalou-les-Bains', 1131, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -10881,7 +10884,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10821, 'Avrille', 1145, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10822, 'Cholet', 1145, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10823, 'Les Ponts-de-Ce', 1145, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(10824, 'Saint-Barthelemy-d\\''Anjou', 1145, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(10824, 'Saint-Barthelemy-d\\\'Anjou', 1145, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10825, 'Saumur', 1145, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10826, 'Torfou', 1145, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10827, 'Trelaze', 1145, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -10962,12 +10965,12 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10902, 'Aulnoye-Aymeries', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10903, 'Bailleul', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10904, 'Bondues', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(10905, 'Bruay-sur-l\\''Escaut', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(10905, 'Bruay-sur-l\\\'Escaut', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10906, 'Cambrai', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10907, 'Cappelle-la-Grande', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10908, 'Caudry', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10909, 'Comines', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(10910, 'Conde-sur-l\\''Escaut', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(10910, 'Conde-sur-l\\\'Escaut', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10911, 'Coudekerque-Branche', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10912, 'Croix', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10913, 'Denain', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11017,7 +11020,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10957, 'Tourcoing', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10958, 'Valenciennes', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10959, 'Vieux-Conde', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(10960, 'Villeneuve-d\\''Ascq', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(10960, 'Villeneuve-d\\\'Ascq', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10961, 'Wasquehal', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10962, 'Wattignies', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10963, 'Wattrelos', 1155, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11039,7 +11042,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (10979, 'Alencon', 1158, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10980, 'Argentan', 1158, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10981, 'Flers', 1158, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(10982, 'L\\''Aigle', 1158, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(10982, 'L\\\'Aigle', 1158, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10983, 'Paris', 1159, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10984, 'Aire-sur-la-Lys', 1160, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (10985, 'Arras', 1160, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11077,7 +11080,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (11017, 'Marolles-les-Braults', 1162, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11018, 'Mortagne-sur-Sevre', 1162, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11019, 'Mouzillon', 1162, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11020, 'Noirmoutier-en-l\\''Île', 1162, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11020, 'Noirmoutier-en-l\\\'Île', 1162, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11021, 'Friville', 1163, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11022, 'Liancourt', 1163, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11023, 'Maizy', 1163, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11088,7 +11091,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (11028, 'Beaumont', 1164, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11029, 'Chamalieres', 1164, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11030, 'Clermont-Ferrand', 1164, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11031, 'Cournon-d\\''Auvergne', 1164, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11031, 'Cournon-d\\\'Auvergne', 1164, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11032, 'Gerzat', 1164, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11033, 'Issoire', 1164, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11034, 'Riom', 1164, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11135,7 +11138,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (11074, 'Beauvoir-en-Royans', 1169, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11075, 'Belley', 1169, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11076, 'Bons-en-Chablais', 1169, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11077, 'Chalain-d\\''Uzore', 1169, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11077, 'Chalain-d\\\'Uzore', 1169, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11078, 'Chassieu', 1169, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11079, 'Chavanod', 1169, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11080, 'Chazay-d-Azergues', 1169, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11194,7 +11197,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (11133, 'Dieppe', 1175, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11134, 'Elbeuf', 1175, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11135, 'Fecamp', 1175, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11136, 'Gonfreville-l\\''Orcher', 1175, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11136, 'Gonfreville-l\\\'Orcher', 1175, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11137, 'Grand-Couronne', 1175, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11138, 'Harfleur', 1175, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11139, 'Le Grand-Quevilly', 1175, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11308,7 +11311,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (11247, 'Goussainville', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11248, 'Herblay', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11249, 'Jouy-le-Moutier', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11250, 'L\\''Isle-Adam', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11250, 'L\\\'Isle-Adam', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11251, 'Montigny-les-Cormeilles', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11252, 'Montmagny', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11253, 'Montmorency', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11318,7 +11321,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (11257, 'Saint-Brice-sous-Foret', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11258, 'Saint-Gratien', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11259, 'Saint-Leu-la-Foret', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11260, 'Saint-Ouen-l\\''Aumone', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11260, 'Saint-Ouen-l\\\'Aumone', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11261, 'Sannois', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11262, 'Sarcelles', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11263, 'Soisy-sous-Montmorency', 1186, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11342,7 +11345,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (11281, 'Gentilly', 1187, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11282, 'Ivry-sur-Seine', 1187, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11283, 'Joinville-le-Pont', 1187, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11284, 'L\\''Hay-les-Roses', 1187, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11284, 'L\\\'Hay-les-Roses', 1187, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11285, 'La Queue-en-Brie', 1187, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11286, 'Le Kremlin-Bicetre', 1187, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11287, 'Le Perreux-sur-Marne', 1187, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11387,7 +11390,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (11326, 'Bollene', 1189, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11327, 'Carpentras', 1189, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11328, 'Cavaillon', 1189, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11329, 'L\\''Isle-sur-la-Sorgue', 1189, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11329, 'L\\\'Isle-sur-la-Sorgue', 1189, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11330, 'Le Pontet', 1189, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11331, 'Orange', 1189, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11332, 'Pertuis', 1189, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11395,12 +11398,12 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (11334, 'Valreas', 1189, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11335, 'Vellise', 1190, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11336, 'Challans', 1191, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11337, 'Chateau-d\\''Olonne', 1191, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11337, 'Chateau-d\\\'Olonne', 1191, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11338, 'Fontenay-le-Comte', 1191, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11339, 'La Chasnis', 1191, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11340, 'La Roche-sur-Yon', 1191, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11341, 'Les Herbiers', 1191, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11342, 'Les Sables-d\\''Olonne', 1191, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11342, 'Les Sables-d\\\'Olonne', 1191, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11343, 'Longeville-sur-Mer', 1191, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11344, 'Chatellerault', 1192, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11345, 'Poitiers', 1192, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11415,7 +11418,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (11354, 'Acheres', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11355, 'Andresy', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11356, 'Aubergenville', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11357, 'Bois-d\\''Arcy', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11357, 'Bois-d\\\'Arcy', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11358, 'Carrieres-sous-Poissy', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11359, 'Carrieres-sur-Seine', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11360, 'Chanteloup-les-Vignes', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -11443,7 +11446,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (11382, 'Plaisir', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11383, 'Poissy', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11384, 'Rambouillet', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), -(11385, 'Saint-Cyr-l\\''Ecole', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), +(11385, 'Saint-Cyr-l\\\'Ecole', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11386, 'Saint-Germain-en-Laye', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11387, 'Sartrouville', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), (11388, 'Trappes', 1195, 75, '2018-07-20 14:58:09', '2018-07-20 14:58:09', 1), @@ -14022,7 +14025,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (13957, 'Le Gosier', 1382, 88, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (13958, 'Le Moule', 1382, 88, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (13959, 'Les Abymes', 1382, 88, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), -(13960, 'Morne-a-l\\''Eau', 1382, 88, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), +(13960, 'Morne-a-l\\\'Eau', 1382, 88, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (13961, 'Petit-Canal', 1382, 88, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (13962, 'Point-a-Pitre', 1382, 88, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (13963, 'Port-Louis', 1382, 88, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), @@ -14087,7 +14090,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (14022, 'Mazatenango', 1423, 90, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14023, 'Totonicapan', 1424, 90, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14024, 'Zacapa', 1425, 90, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), -(14025, 'Saint Anne\\''s', 1426, 91, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), +(14025, 'Saint Anne\\\'s', 1426, 91, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14026, 'Castle', 1427, 91, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14027, 'Forest', 1428, 91, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14028, 'Sark', 1435, 91, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), @@ -14160,14 +14163,14 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (14095, 'Dessalines', 1488, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14096, 'Gonaives', 1488, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14097, 'Gros-Morne', 1488, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), -(14098, 'L\\''Artibonite', 1488, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), +(14098, 'L\\\'Artibonite', 1488, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14099, 'Saint-Marc', 1488, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), -(14100, 'Saint-Michel-de-l\\''Atalaye', 1488, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), +(14100, 'Saint-Michel-de-l\\\'Atalaye', 1488, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14101, 'Saint-Raphael', 1488, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14102, 'Verrettes', 1488, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14103, 'Hinche', 1489, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14104, 'Mirebalais', 1489, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), -(14105, 'Anse-d\\''Hainault', 1490, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), +(14105, 'Anse-d\\\'Hainault', 1490, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14106, 'Dame Marie', 1490, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14107, 'Jeremie', 1490, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), (14108, 'Miragoane', 1490, 95, '2018-07-20 14:58:13', '2018-07-20 14:58:13', 1), @@ -20654,7 +20657,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (20578, 'Khonsar', 1627, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20579, 'Khuresgan', 1627, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20580, 'Mobarakeh', 1627, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20581, 'Na\\''in', 1627, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20581, 'Na\\\'in', 1627, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20582, 'Najafabad', 1627, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20583, 'Natnaz', 1627, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20584, 'Qahdarijan', 1627, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -20677,7 +20680,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (20601, 'Marv Dasht', 1628, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20602, 'Neyriz', 1628, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20603, 'Nurabad', 1628, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20604, 'Qa\\''emiyeh', 1628, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20604, 'Qa\\\'emiyeh', 1628, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20605, 'Sepidan', 1628, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20606, 'Shiraz', 1628, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20607, 'Astaneh-ye Ashrafiyeh', 1629, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -20690,8 +20693,8 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (20614, 'Rasht', 1629, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20615, 'Rudbar', 1629, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20616, 'Rudsar', 1629, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20617, 'Sawma\\''eh Sara', 1629, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20618, 'Aq Qal\\''eh', 1630, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20617, 'Sawma\\\'eh Sara', 1629, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20618, 'Aq Qal\\\'eh', 1630, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20619, 'Azad Shahr', 1630, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20620, 'Bandar-e Torkaman', 1630, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20621, 'Gonbad-e Qabus', 1630, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -20703,7 +20706,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (20627, 'Nahavand', 1631, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20628, 'Tuysarkan', 1631, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20629, 'Bandar Abbas', 1632, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20630, 'Bandar-e \\''Abbas', 1632, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20630, 'Bandar-e \\\'Abbas', 1632, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20631, 'Bandar-e Lengeh', 1632, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20632, 'Gheshm', 1632, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20633, 'Jask', 1632, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -20744,7 +20747,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (20668, 'Esfarayen', 1636, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20669, 'Fariman', 1636, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20670, 'Ferdus', 1636, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20671, 'Gha\\''nat', 1636, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20671, 'Gha\\\'nat', 1636, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20672, 'Gonabad', 1636, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20673, 'Kashmar', 1636, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20674, 'Mashad', 1636, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -20818,7 +20821,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (20742, 'Neka', 1642, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20743, 'Nur', 1642, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20744, 'Nushahr', 1642, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20745, 'Qa\\''emshahr', 1642, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20745, 'Qa\\\'emshahr', 1642, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20746, 'Ramsar', 1642, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20747, 'Sari', 1642, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20748, 'Savadkuh', 1642, 103, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -20867,9 +20870,9 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (20791, 'Baghdad', 1652, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20792, 'Dahuk', 1653, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20793, 'Zakhu', 1653, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20794, 'Ba\\''qubah', 1655, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20794, 'Ba\\\'qubah', 1655, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20795, 'Hanaqin', 1655, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20796, 'Jalula\\''\\''', 1655, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20796, 'Jalula\\\'\\\'', 1655, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20797, 'Kifri', 1655, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20798, 'Mandali', 1655, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20799, 'al-Fuhud', 1655, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -20883,28 +20886,28 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (20807, 'Karbala', 1658, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20808, 'al-Hindiyah', 1658, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20809, 'Erbil', 1659, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20810, '\\''Ali al Gharbi', 1660, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20811, 'al-\\''Amarah', 1660, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20810, '\\\'Ali al Gharbi', 1660, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20811, 'al-\\\'Amarah', 1660, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20812, 'al-Majarr-al-Kabir', 1660, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20813, 'Qarah Qush', 1661, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20814, 'Sinjar', 1661, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20815, 'Tall \\''Afar', 1661, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20815, 'Tall \\\'Afar', 1661, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20816, 'Tall Kayf', 1661, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20817, 'al-Mawsil', 1661, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20818, 'ash-Shaykhan', 1661, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20819, 'Balad', 1662, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20820, 'Bayji', 1662, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20821, 'Dhalu\\''iyah', 1662, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20821, 'Dhalu\\\'iyah', 1662, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20822, 'Samarra', 1662, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20823, 'Tikrit', 1662, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20824, 'Tuz', 1662, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20825, 'ad-Dujayl', 1662, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20826, 'al-\\''Aziziyah', 1663, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20826, 'al-\\\'Aziziyah', 1663, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20827, 'al-Hayy', 1663, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20828, 'al-Kut', 1663, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20829, 'an-Nu\\''maniyah', 1663, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20829, 'an-Nu\\\'maniyah', 1663, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20830, 'as-Suwayrah', 1663, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20831, '\\''Anah', 1664, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20831, '\\\'Anah', 1664, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20832, 'Hit', 1664, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20833, 'Rawah', 1664, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20834, 'al-Fallujah', 1664, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -20914,14 +20917,14 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (20838, 'ar-Rutbah', 1664, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20839, 'Abu al-Khasib', 1665, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20840, 'Harithah', 1665, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20841, 'Shatt-al-\\''Arab', 1665, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20841, 'Shatt-al-\\\'Arab', 1665, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20842, 'al-Basrah', 1665, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20843, 'al-Faw', 1665, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20844, 'al-Qurnah', 1665, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20845, 'az-Zubayr', 1665, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20846, 'ar-Rumaythah', 1666, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20847, 'as-Samawah', 1666, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20848, '\\''Afak', 1667, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20848, '\\\'Afak', 1667, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20849, 'ad-Diwaniyah', 1667, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20850, 'al-Ghammas', 1667, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20851, 'al-Hamzah', 1667, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -20934,9 +20937,9 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (20858, 'Halabjah', 1669, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20859, 'Kusanjaq', 1669, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20860, 'Panjwin', 1669, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20861, 'Qal\\''at Dizeh', 1669, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20861, 'Qal\\\'at Dizeh', 1669, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20862, 'as-Sulaymaniyah', 1669, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(20863, '\\''Aqrah', 1670, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(20863, '\\\'Aqrah', 1670, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20864, 'Kirkuk', 1670, 104, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20865, 'Moira', 1671, 105, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (20866, 'Bagenalstown', 1672, 105, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -21097,11 +21100,11 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21021, 'Petach Tikva', 1706, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21022, 'Ramallah', 1706, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21023, 'Gaza', 1707, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(21024, '\\''Arad', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(21025, '\\''Omer', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(21024, '\\\'Arad', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(21025, '\\\'Omer', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21026, 'Ashdod', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21027, 'Ashqelon', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(21028, 'Be\\''er Sheva', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(21028, 'Be\\\'er Sheva', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21029, 'Beersheba', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21030, 'Bene Ayish', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21031, 'Dimona', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -21111,11 +21114,11 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21035, 'Netivot', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21036, 'Ofaqim', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21037, 'Qiryat Gat', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(21038, 'Qiryat Mal\\''akhi', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(21038, 'Qiryat Mal\\\'akhi', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21039, 'Sederot', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21040, 'Yeroham', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21041, 'kiryat Malachi', 1708, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(21042, 'Be\\''er Ya\\''aqov', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(21042, 'Be\\\'er Ya\\\'aqov', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21043, 'Beit Shemesh', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21044, 'Bene Beraq', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21045, 'Bnei Brak', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -21136,7 +21139,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21060, 'Kiryag Bialik', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21061, 'Lod', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21062, 'Mazkeret Batya', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(21063, 'Modi\\''in', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(21063, 'Modi\\\'in', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21064, 'Nes Ziyyona', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21065, 'Ness Ziona', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21066, 'Netanya', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -21145,8 +21148,8 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21069, 'Petakh Tiqwa', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21070, 'Qadima', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21071, 'Qalansawe', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(21072, 'Qiryat \\''Eqron', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), -(21073, 'Ra\\''anana', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(21072, 'Qiryat \\\'Eqron', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), +(21073, 'Ra\\\'anana', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21074, 'Ramla', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21075, 'Rehovot', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21076, 'Rekhovot', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), @@ -21160,24 +21163,24 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21084, 'Udim', 1710, 106, '2018-07-20 14:58:26', '2018-07-20 14:58:26', 1), (21085, 'Yavne', 1710, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21086, 'Yehud', 1710, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21087, '\\''Afula', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21088, '\\''Akko', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21089, '\\''Arrabe', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21090, '\\''Ein Mahel', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1); +(21087, '\\\'Afula', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21088, '\\\'Akko', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21089, '\\\'Arrabe', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21090, '\\\'Ein Mahel', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1); INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES -(21091, '\\''Ilut', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21091, '\\\'Ilut', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21092, 'Abu Sinan', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21093, 'Basmat Tab\\''un', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21093, 'Basmat Tab\\\'un', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21094, 'Beit Jann', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21095, 'Bet She\\''an', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21096, 'Bi\\''ne', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21095, 'Bet She\\\'an', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21096, 'Bi\\\'ne', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21097, 'Bir-al-Maksur', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21098, 'Bu\\''eine-Nujeidat', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21098, 'Bu\\\'eine-Nujeidat', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21099, 'Dabburye', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21100, 'Dayr Hannah', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21101, 'Dayr-al-Asad', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21102, 'Hazor HaGelilit', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21103, 'I\\''billin', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21103, 'I\\\'billin', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21104, 'Iksal', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21105, 'Judeide-Maker', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21106, 'Kabul', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21186,32 +21189,32 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21109, 'Kafar Yasif', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21110, 'Karmiel', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21111, 'Kisra-Sumei', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21112, 'Ma\\''alot Tarshikha', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21112, 'Ma\\\'alot Tarshikha', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21113, 'Majd-al-Kurum', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21114, 'Migdal Ha\\''Emeq', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21114, 'Migdal Ha\\\'Emeq', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21115, 'Mugar', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21116, 'Nahariyya', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21117, 'Nahef', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21118, 'Nazerat', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21119, 'Nazerat \\''Illit', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21119, 'Nazerat \\\'Illit', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21120, 'Qiryat Shemona', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21121, 'Qiryat Tiv\\''on', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21121, 'Qiryat Tiv\\\'on', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21122, 'Rame', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21123, 'Reine', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21124, 'Sakhnin', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21125, 'Shefar\\''am', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21125, 'Shefar\\\'am', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21126, 'Tamra', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21127, 'Tiberias', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21128, 'Tur\\''an', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21128, 'Tur\\\'an', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21129, 'Yirka', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21130, 'Yoqne\\''am Illit', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21130, 'Yoqne\\\'am Illit', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21131, 'Zefat', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21132, 'Zur Yigal', 1711, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21133, 'Hebron', 1712, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21134, 'Sgula', 1713, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21135, 'Jerusalem', 1714, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21136, '\\''Ar\\''ara', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21137, '\\''Isifya', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21136, '\\\'Ar\\\'ara', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21137, '\\\'Isifya', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21138, 'Baqa al-Gharbiyyah', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21139, 'Binyamina', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21140, 'Daliyat-al-Karmil', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21219,7 +21222,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21142, 'Khadera', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21143, 'Khefa', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21144, 'Nesher', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21145, 'Or \\''Aqiva', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21145, 'Or \\\'Aqiva', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21146, 'Pardes Khanna-Karkur', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21147, 'Qiryat Atta', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21148, 'Qiryat Bialik', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21228,7 +21231,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21151, 'Rekhasim', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21152, 'Tirat Karmel', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21153, 'Umm-al-Fahm', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21154, 'Zikhron Ya\\''aqov', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21154, 'Zikhron Ya\\\'aqov', 1715, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21155, 'Qalqilya', 1718, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21156, 'Hadera', 1721, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21157, 'Kiryag Bialik', 1721, 106, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21244,16 +21247,16 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21167, 'Celano', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21168, 'Cepagatti', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21169, 'Chieti', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21170, 'Citta Sant\\''Angelo', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21170, 'Citta Sant\\\'Angelo', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21171, 'Francavilla al Mare', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21172, 'Giulianova', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21173, 'Guardiagrele', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21174, 'L\\''Aquila', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21174, 'L\\\'Aquila', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21175, 'Lanciano', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21176, 'Martinsicuro', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21177, 'Montesilvano', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21178, 'Montorio al Vomano', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21179, 'Mosciano Sant\\''Angelo', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21179, 'Mosciano Sant\\\'Angelo', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21180, 'Ortona', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21181, 'Penne', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21182, 'Pescara', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21261,7 +21264,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21184, 'Roseto degli Abruzzi', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21185, 'San Giovanni Teatino', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21186, 'San Salvo', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21187, 'Sant\\''Egidio alla Vibrata', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21187, 'Sant\\\'Egidio alla Vibrata', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21188, 'Silvi', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21189, 'Spoltore', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21190, 'Sulmona', 1725, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21318,7 +21321,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21241, 'Capolona', 1729, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21242, 'Montevarchi', 1729, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21243, 'Subbiano', 1729, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21244, 'Buttigliera d\\''Asti', 1731, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21244, 'Buttigliera d\\\'Asti', 1731, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21245, 'Flumeri', 1732, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21246, 'Nusco', 1732, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21247, 'Prata di Principato Ultra', 1732, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21337,16 +21340,15 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21260, 'Rionero in Vulture', 1734, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21261, 'Venosa', 1734, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21262, 'Belluno', 1735, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21263, 'D\\''alpago', 1735, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21263, 'D\\\'alpago', 1735, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21264, 'Longarone', 1735, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21265, 'Pedavena', 1735, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21266, 'San Bartolomeo', 1736, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21267, '', 1737, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21268, 'Bagnatica', 1737, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21269, 'Bergamo', 1737, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21270, 'Bolgare', 1737, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21271, 'Bottanuco', 1737, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21272, 'Brignano Gera d\\''Adda', 1737, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21272, 'Brignano Gera d\\\'Adda', 1737, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21273, 'Calcio', 1737, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21274, 'Caravaggio', 1737, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21275, 'Chiuduno', 1737, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21373,7 +21375,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21296, 'Gaglianico', 1738, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21297, 'Sandigliano', 1738, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21298, 'Vigliano Biellese', 1738, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21299, 'Anzola dell\\''Emilia', 1739, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21299, 'Anzola dell\\\'Emilia', 1739, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21300, 'Bologna', 1739, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21301, 'Borgo Tossignano', 1739, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21302, 'Casalfiumanese', 1739, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21466,7 +21468,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21389, 'Avellino', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21390, 'Aversa', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21391, 'Bacoli', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21392, 'Barano d\\''Ischia', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21392, 'Barano d\\\'Ischia', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21393, 'Baronissi', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21394, 'Battipaglia', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21395, 'Bellizzi', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21492,7 +21494,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21415, 'Castel San Giorgio', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21416, 'Castel Volturno', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21417, 'Castellammare di Stabia', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21418, 'Cava de\\'' Tirreni', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21418, 'Cava de\\\' Tirreni', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21419, 'Cercola', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21420, 'Cervinara', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21421, 'Cicciano', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21545,7 +21547,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21468, 'Piedimonte Matese', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21469, 'Poggiomarino', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21470, 'Pollena Trocchia', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21471, 'Pomigliano d\\''Arco', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21471, 'Pomigliano d\\\'Arco', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21472, 'Pompei', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21473, 'Pontecagnano', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21474, 'Portici', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21557,7 +21559,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21480, 'Roccapiemonte', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21481, 'Sala Consilina', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21482, 'Salerno', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21483, 'San Cipriano d\\''Aversa', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21483, 'San Cipriano d\\\'Aversa', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21484, 'San Felice a Cancello', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21485, 'San Gennaro Vesuviano', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21486, 'San Giorgio a Cremano', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21570,12 +21572,12 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21493, 'San Sebastiano al Vesuvio', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21494, 'San Valentino Torio', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21495, 'Sant Antimo', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21496, 'Sant\\''Agata de\\'' Goti', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21497, 'Sant\\''Agnello', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21498, 'Sant\\''Anastasia', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21499, 'Sant\\''Antonio Abate', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21500, 'Sant\\''Arpino', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21501, 'Sant\\''Egidio del Monte Albino', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21496, 'Sant\\\'Agata de\\\' Goti', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21497, 'Sant\\\'Agnello', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21498, 'Sant\\\'Anastasia', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21499, 'Sant\\\'Antonio Abate', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21500, 'Sant\\\'Arpino', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21501, 'Sant\\\'Egidio del Monte Albino', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21502, 'Santa Maria Capua Vetere', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21503, 'Santa Maria a Vico', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21504, 'Santa Maria la Carita', 1744, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21740,7 +21742,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21663, 'Magliano Alpi', 1752, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21664, 'Mondovi', 1752, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21665, 'Roddi', 1752, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21666, 'Santa Vittoria d\\''Alba', 1752, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21666, 'Santa Vittoria d\\\'Alba', 1752, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21667, 'Verduno', 1752, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21668, 'Alfonsine', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21669, 'Argelato', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21762,7 +21764,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21685, 'Castel San Pietro Terme', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21686, 'Castelfranco Emilia', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21687, 'Castellarano', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21688, 'Castelnovo ne\\'' Monti', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21688, 'Castelnovo ne\\\' Monti', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21689, 'Castelnuovo Rangone', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21690, 'Castelvetro di Modena', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21691, 'Castenaso', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21788,12 +21790,12 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21710, 'Fidenza', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21711, 'Finale Emilia', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21712, 'Fiorano Modenese', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21713, 'Fiorenzuola d\\''Arda', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21713, 'Fiorenzuola d\\\'Arda', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21714, 'Forli', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21715, 'Forlimpopoli', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21716, 'Formigine', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21717, 'Gambettola', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21718, 'Granarolo dell\\''Emilia', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21718, 'Granarolo dell\\\'Emilia', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21719, 'Guastalla', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21720, 'Imola', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21721, 'Langhirano', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21815,7 +21817,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21737, 'Nonantola', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21738, 'Novellara', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21739, 'Novi di Modena', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21740, 'Ozzano dell\\''Emilia', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21740, 'Ozzano dell\\\'Emilia', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21741, 'Parma', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21742, 'Pavullo nel Frignano', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21743, 'Piacenza', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21824,7 +21826,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21746, 'Portomaggiore', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21747, 'Quattro Castella', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21748, 'Ravenna', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21749, 'Reggio nell\\''Emilia', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21749, 'Reggio nell\\\'Emilia', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21750, 'Reggiolo', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21751, 'Riccione', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21752, 'Rimini', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21837,7 +21839,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21759, 'San Lazzaro di Savena', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21760, 'San Mauro Pascoli', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21761, 'San Pietro in Casale', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21762, 'Sant\\''Ilario d\\''Enza', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21762, 'Sant\\\'Ilario d\\\'Enza', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21763, 'Santarcangelo di Romagna', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21764, 'Sasso Marconi', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21765, 'Sassuolo', 1753, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -21863,8 +21865,8 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21785, 'Sgurgola', 1759, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21786, 'Genoa', 1760, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21787, 'Moneglia', 1760, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21788, 'Romans d\\''Isonzo', 1761, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21789, 'Savogna d\\''Isonzo', 1761, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21788, 'Romans d\\\'Isonzo', 1761, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21789, 'Savogna d\\\'Isonzo', 1761, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21790, 'Magliano de Marsi', 1762, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21791, 'Alatri', 1763, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21792, 'Albano Laziale', 1763, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -22027,7 +22029,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21949, 'Cairate', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21950, 'Calcinato', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21951, 'Calolziocorte', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21952, 'Calusco d\\''Adda', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21952, 'Calusco d\\\'Adda', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21953, 'Canegrate', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21954, 'Cantu', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21955, 'Capriolo', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -22044,8 +22046,8 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21966, 'Casazza', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21967, 'Casnigo', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21968, 'Cassano Magnago', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21969, 'Cassano d\\''Adda', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(21970, 'Cassina de\\'' Pecchi', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21969, 'Cassano d\\\'Adda', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(21970, 'Cassina de\\\' Pecchi', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21971, 'Castano Primo', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21972, 'Castel Goffredo', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21973, 'Castel Mella', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -22076,7 +22078,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (21998, 'Corbetta', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (21999, 'Cormano', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (22000, 'Cornaredo', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(22001, 'Cornate d\\''Adda', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(22001, 'Cornate d\\\'Adda', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (22002, 'Corsico', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (22003, 'Corte dei Cortesi', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (22004, 'Costa Volpino', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -22165,7 +22167,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (22087, 'Osio Sotto', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (22088, 'Ospitaletto', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (22089, 'Paderno Dugnano', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), -(22090, 'Palazzolo sull\\''Oglio', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), +(22090, 'Palazzolo sull\\\'Oglio', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (22091, 'Pandino', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (22092, 'Parabiago', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), (22093, 'Paullo', 1769, 107, '2018-07-20 14:58:27', '2018-07-20 14:58:27', 1), @@ -22192,7 +22194,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (22114, 'Samarate', 1769, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22115, 'San Donato Milanese', 1769, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22116, 'San Giuliano Milanese', 1769, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), -(22117, 'Sant\\''Angelo Lodigiano', 1769, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), +(22117, 'Sant\\\'Angelo Lodigiano', 1769, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22118, 'Sarezzo', 1769, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22119, 'Saronno', 1769, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22120, 'Scanzorosciate', 1769, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), @@ -22252,7 +22254,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (22174, 'Nibionno', 1770, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22175, 'Rodano', 1770, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22176, 'Sordio', 1770, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), -(22177, 'Torre d\\''Isola', 1770, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), +(22177, 'Torre d\\\'Isola', 1770, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22178, 'Varese', 1770, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22179, 'Villongo', 1770, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22180, 'milan', 1770, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), @@ -22302,12 +22304,12 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (22224, 'Polverigi', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22225, 'Porto Recanati', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22226, 'Porto San Giorgio', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), -(22227, 'Porto Sant\\''Elpidio', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), +(22227, 'Porto Sant\\\'Elpidio', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22228, 'Potenza Picena', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22229, 'Recanati', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22230, 'San Benedetto del Tronto', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22231, 'San Severino Marche', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), -(22232, 'Sant\\''Elpidio a Mare', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), +(22232, 'Sant\\\'Elpidio a Mare', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22233, 'Senigallia', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22234, 'Tolentino', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22235, 'Treia', 1773, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), @@ -22335,9 +22337,9 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (22257, 'Pregnana Milane', 1775, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22258, 'San Donato Milanese', 1775, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22259, 'Seregno', 1775, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), -(22260, 'Trezzo Sull\\''adda', 1775, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), +(22260, 'Trezzo Sull\\\'adda', 1775, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22261, 'Tribiano', 1775, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), -(22262, 'Vaprio d\\''Adda', 1775, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), +(22262, 'Vaprio d\\\'Adda', 1775, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22263, 'Vermezzo', 1775, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22264, 'Bomporto', 1776, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22265, 'Campogalliano', 1776, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), @@ -22354,7 +22356,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (22276, 'Termoli', 1777, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22277, 'Venafro', 1777, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22278, 'Montenegro', 1779, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), -(22279, 'Forio d\\''Ischia', 1781, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), +(22279, 'Forio d\\\'Ischia', 1781, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22280, 'Bogogno', 1782, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22281, 'Invorio', 1782, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22282, 'Pombia', 1782, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), @@ -22560,7 +22562,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (22481, 'Mola di Bari', 1794, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22482, 'Molfetta', 1794, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22483, 'Monopoli', 1794, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), -(22484, 'Monte Sant\\''Angelo', 1794, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), +(22484, 'Monte Sant\\\'Angelo', 1794, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22485, 'Monteroni di Lecce', 1794, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22486, 'Mottola', 1794, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22487, 'Nardo', 1794, 107, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), @@ -22743,7 +22745,25332 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd (22664, 'Tarn Taran', 2637, 167, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22665, 'Urmar Tanda', 2637, 167, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), (22666, 'Zira', 2637, 167, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), -(22667, 'Zirakpur', 2637, 167, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1); +(22667, 'Zirakpur', 2637, 167, '2018-07-20 14:58:28', '2018-07-20 14:58:28', 1), +(22668, 'Abbeville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22669, 'Adamsville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22670, 'Addison', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22671, 'Akron', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22672, 'Alabaster', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22673, 'Albertville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22674, 'Alexander City', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22675, 'Alexandria', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22676, 'Aliceville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22677, 'Allgood', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22678, 'Altoona', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22679, 'Andalusia', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22680, 'Anderson', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22681, 'Anniston', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22682, 'Arab', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22683, 'Ardmore', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22684, 'Argo', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22685, 'Ariton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22686, 'Arley', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22687, 'Ashford', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22688, 'Ashland', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22689, 'Ashville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22690, 'Athens', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22691, 'Atmore', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22692, 'Attalla', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22693, 'Auburn', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22694, 'Autaugaville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22695, 'Avon', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22696, 'Babbie', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22697, 'Baileyton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22698, 'Banks', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22699, 'Bay Minette', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22700, 'Bayou La Batre', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22701, 'Bear Creek', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22702, 'Beatrice', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22703, 'Beaverton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22704, 'Belk', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22705, 'Benton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22706, 'Berry', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22707, 'Bessemer', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22708, 'Billingsley', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22709, 'Birmingham', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22710, 'Black', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22711, 'Blountsville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22712, 'Blue Mountain', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22713, 'Blue Ridge ', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22714, 'Blue Springs ', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22715, 'Boaz ', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22716, 'Boligee ', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22717, 'Bon Air ', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22718, ' Branchville ', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22719, 'Brantley ', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22720, ' Brent ', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22721, ' Brewton ', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22722, 'Bridgeport', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22723, 'Brighton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22724, 'Brilliant', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22725, 'Brookside', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22726, 'Brookwood', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22727, 'Brundidge', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22728, 'Butler', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22729, 'Bynum', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22730, 'Cahaba Heights', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22731, 'Calera', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22732, 'Camden', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22733, 'Camp Hill', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22734, 'Carbon Hill', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22735, 'Cardiff', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22736, 'Carolina', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22737, 'Carrollton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22738, 'Castleberry', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22739, 'Cedar Bluff', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22740, 'Center Point', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22741, 'Centre', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22742, 'Centreville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22743, 'Chalkville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22744, 'Chatom', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22745, 'Chelsea', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22746, 'Cherokee', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22747, 'Chickasaw', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22748, 'Childersburg', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22749, 'Citronelle', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22750, 'Clanton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22751, 'Clay', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22752, 'Clayhatchee', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22753, 'Clayton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22754, 'Cleveland', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22755, 'Clio', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22756, 'Coaling', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22757, 'Coffee Springs', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22758, 'Coffeeville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22759, 'Coker', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22760, 'Collinsville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22761, 'Colony', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22762, 'Columbia', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22763, 'Columbiana', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22764, 'Concord', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22765, 'Coosada', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22766, 'Cordova', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22767, 'Cottonwood', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22768, 'County Line', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22769, 'Courtland', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22770, 'Cowarts', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22771, 'Creola', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22772, 'Crossville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22773, 'Cuba', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22774, 'Cullman', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22775, 'Dadeville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22776, 'Daleville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22777, 'Daphne', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22778, 'Dauphin Island', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22779, 'Daviston', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22780, 'Dayton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22781, 'Deatsville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22782, 'Decatur', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22783, 'Demopolis', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22784, 'Detroit', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22785, 'Dodge City', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22786, 'Dora', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22787, 'Dothan', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22788, 'Double Springs', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22789, 'Douglas', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22790, 'Dozier', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22791, 'Dutton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22792, 'East Brewton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22793, 'Eclectic', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22794, 'Edgewater', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22795, 'Edwardsville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22796, 'Elba', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22797, 'Elberta', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22798, 'Eldridge', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22799, 'Elkmont', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22800, 'Elmore', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22801, 'Emelle', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22802, 'Enterprise', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22803, 'Epes', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22804, 'Ethelsville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22805, 'Eufaula', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22806, 'Eunola', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22807, 'Eutaw', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22808, 'Eva', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22809, 'Evergreen', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22810, 'Excel', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22811, 'Fairfield', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22812, 'Fairhope', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22813, 'Fairview', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22814, 'Falkville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22815, 'Faunsdale', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22816, 'Fayette', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22817, 'Five Points', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22818, 'Flomaton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22819, 'Florala', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22820, 'Florence', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22821, 'Foley', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22822, 'Forestdale', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22823, 'Forkland', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22824, 'Fort Deposit', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22825, 'Fort Payne', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22826, 'Fort Rucker', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22827, 'Franklin', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22828, 'Frisco City', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22829, 'Fruithurst', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22830, 'Fulton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22831, 'Fultondale', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22832, 'Fyffe', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22833, 'Gadsden', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22834, 'Gainesville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22835, 'Gantt', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22836, 'Gantts Quarry', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22837, 'Garden City', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22838, 'Gardendale', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22839, 'Gaylesville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22840, 'Geiger', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22841, 'Geneva', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22842, 'Georgiana', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22843, 'Geraldine', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22844, 'Gilbertown', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22845, 'Glen Allen', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22846, 'Glencoe', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22847, 'Glenwood', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22848, 'Goldville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22849, 'Good Hope', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22850, 'Goodwater', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22851, 'Gordo', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22852, 'Gordon', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22853, 'Gordonville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22854, 'Goshen', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22855, 'Grand Bay', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22856, 'Grant', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22857, 'Grayson Valley', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22858, 'Graysville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22859, 'Greensboro', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22860, 'Greenville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22861, 'Grimes', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22862, 'Grove Hill', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22863, 'Guin', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22864, 'Gulf Shores', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22865, 'Guntersville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22866, 'Gurley', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22867, 'Gu-win', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22868, 'Hackleburg', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22869, 'Haleburg', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22870, 'Haleyville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22871, 'Hamilton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22872, 'Hammondville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22873, 'Hanceville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22874, 'Harpersville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22875, 'Hartford', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22876, 'Hartselle', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22877, 'Harvest', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22878, 'Hayden', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22879, 'Hayneville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22880, 'Hazel Green', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22881, 'Headland', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22882, 'Heath', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22883, 'Heflin', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22884, 'Helena', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22885, 'Henagar', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22886, 'Highland Lake', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22887, 'Hillsboro', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22888, 'Hobson City', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22889, 'Hodges', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22890, 'Hokes Bluff', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22891, 'Holly Pond', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22892, 'Hollywood', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22893, 'Holt', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22894, 'Homewood', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22895, 'Hoover', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22896, 'Horn Hill', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22897, 'Hueytown', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22898, 'Huguley', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22899, 'Huntsville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22900, 'Hurtsboro', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22901, 'Hytop', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22902, 'Ider', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22903, 'Indian Springs Village', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22904, 'Irondale', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22905, 'Jackson', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22906, 'Jacksons Gap', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22907, 'Jacksonville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22908, 'Jasper', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22909, 'Jemison', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22910, 'Kansas', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22911, 'Kennedy', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22912, 'Killen', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22913, 'Kimberly', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22914, 'Kinsey', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22915, 'Kinston', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22916, 'Ladonia', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22917, 'La Fayette', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22918, 'Lake Purdy', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22919, 'Lakeview', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22920, 'Lake View', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22921, 'Lanett', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22922, 'Langston', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22923, 'Leeds', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22924, 'Leesburg', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22925, 'Leighton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22926, 'Lester', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22927, 'Level Plains', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22928, 'Lexington', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22929, 'Libertyville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22930, 'Lincoln', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22931, 'Linden', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22932, 'Lineville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22933, 'Lipscomb', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22934, 'Lisman', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22935, 'Littleville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22936, 'Livingston', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(22937, 'Loachapoka', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22938, 'Lockhart', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22939, 'Locust Fork', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22940, 'Louisville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22941, 'Lowndesboro', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22942, 'Loxley', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22943, 'Luverne', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22944, 'Lynn', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22945, 'Mcdonald Chapel', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22946, 'Macedonia', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22947, 'Mcintosh', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22948, 'Mckenzie', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22949, 'Mcmullen', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:38', 1), +(22950, 'Madison', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22951, 'Madrid', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22952, 'Malvern', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22953, 'Maplesville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22954, 'Margaret', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22955, 'Marion', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22956, 'Maytown', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22957, 'Meadowbrook', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22958, 'Memphis', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22959, 'Mentone', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22960, 'Meridianville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22961, 'Midfield', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22962, 'Midland City', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22963, 'Midway', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22964, 'Mignon', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22965, 'Millbrook', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22966, 'Millport', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22967, 'Millry', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22968, 'Minor', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22969, 'Mobile', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22970, 'Monroeville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22971, 'Montevallo', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22972, 'Montgomery', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22973, 'Moody', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22974, 'Moores Mill', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22975, 'Mooresville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22976, 'Morris', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22977, 'Mosses', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22978, 'Moulton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22979, 'Moundville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22980, 'Mountainboro', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22981, 'Mountain Brook', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22982, 'Mount Olive', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22983, 'Mount Vernon', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22984, 'Mulga', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22985, 'Munford', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22986, 'Muscle Shoals', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22987, 'Myrtlewood', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22988, 'Napier Field', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22989, 'Natural Bridge', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22990, 'Nauvoo', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22991, 'Nectar', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22992, 'Needham', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22993, 'Newbern', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22994, 'New Brockton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22995, 'New Hope', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22996, 'New Market', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22997, 'New Site', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22998, 'Newton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(22999, 'Newville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23000, 'North Bibb', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23001, 'North Courtland', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23002, 'North Johns', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23003, 'Northport', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23004, 'Notasulga', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23005, 'Oak Grove', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23006, 'Oak Hill', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23007, 'Oakman', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23008, 'Odenville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23009, 'Ohatchee', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23010, 'Oneonta', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23011, 'Onycha', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23012, 'Opelika', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23013, 'Opp', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23014, 'Orange Beach', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23015, 'Orrville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23016, 'Owens Cross Roads', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23017, 'Oxford', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23018, 'Ozark', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23019, 'Paint Rock', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23020, 'Parrish', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23021, 'Pelham', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23022, 'Pell City', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23023, 'Pennington', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23024, 'Petrey', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23025, 'Phenix City', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23026, 'Phil Campbell', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23027, 'Pickensville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23028, 'Piedmont', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23029, 'Pike Road', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23030, 'Pinckard', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23031, 'Pine Apple', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23032, 'Pine Hill', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23033, 'Pine Ridge', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23034, 'Pinson', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23035, 'Pisgah', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23036, 'Pleasant Grove', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23037, 'Pleasant Groves', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23038, 'Point Clear', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23039, 'Pollard', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23040, 'Powell', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23041, 'Prattville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23042, 'Priceville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23043, 'Prichard', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23044, 'Providence', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23045, 'Ragland', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23046, 'Rainbow City', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23047, 'Rainsville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23048, 'Ranburne', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23049, 'Red Bay', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23050, 'Red Level', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23051, 'Redstone Arsenal', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23052, 'Reece City', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23053, 'Reform', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23054, 'Rehobeth', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23055, 'Repton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23056, 'Ridgeville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23057, 'River Falls', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23058, 'Riverside', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23059, 'Riverview', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23060, 'Roanoke', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23061, 'Robertsdale', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23062, 'Rock Creek', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23063, 'Rockford', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23064, 'Rock Mills', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23065, 'Rogersville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23066, 'Rosa', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23067, 'Russellville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23068, 'Rutledge', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23069, 'St. Florian', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23070, 'Saks', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23071, 'Samson', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23072, 'Sand Rock', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23073, 'Sanford', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23074, 'Saraland', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23075, 'Sardis City', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23076, 'Satsuma', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23077, 'Scottsboro', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23078, 'Section', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23079, 'Selma', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23080, 'Selmont-west Selmont', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23081, 'Sheffield', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23082, 'Shiloh', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23083, 'Shorter', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23084, 'Silas', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23085, 'Silverhill', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23086, 'Sipsey', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23087, 'Skyline', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23088, 'Slocomb', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23089, 'Smiths', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23090, 'Smoke Rise', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23091, 'Snead', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23092, 'Somerville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23093, 'Southside', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23094, 'South Vinemont', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23095, 'Spanish Fort', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23096, 'Springville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23097, 'Steele', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23098, 'Stevenson', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23099, 'Sulligent', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23100, 'Sumiton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23101, 'Summerdale', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23102, 'Susan Moore', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23103, 'Sweet Water', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23104, 'Sylacauga', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23105, 'Sylvania', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23106, 'Sylvan Springs', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23107, 'Talladega', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23108, 'Talladega Springs', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23109, 'Tallassee', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23110, 'Tarrant', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23111, 'Taylor', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23112, 'Theodore', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23113, 'Thomaston', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23114, 'Thomasville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23115, 'Thorsby', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23116, 'Tillmans Corner', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23117, 'Town Creek', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23118, 'Toxey', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23119, 'Trafford', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23120, 'Triana', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23121, 'Trinity', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23122, 'Troy', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23123, 'Trussville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23124, 'Tuscaloosa', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23125, 'Tuscumbia', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23126, 'Tuskegee', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23127, 'Underwood-petersville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23128, 'Union', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23129, 'Union Grove', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23130, 'Union Springs', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23131, 'Uniontown', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23132, 'Valley', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23133, 'Valley Head', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23134, 'Vance', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23135, 'Vernon', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23136, 'Vestavia Hills', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23137, 'Vina', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23138, 'Vincent', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23139, 'Vredenburgh', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23140, 'Wadley', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23141, 'Waldo', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23142, 'Walnut Grove', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23143, 'Warrior', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23144, 'Waterloo', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23145, 'Waverly', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23146, 'Weaver', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23147, 'Webb', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23148, 'Wedowee', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23149, 'West Blocton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23150, 'West End-cobb Town', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23151, 'West Jefferson', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23152, 'West Point', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23153, 'Wetumpka', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23154, 'White Hall', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23155, 'Wilsonville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23156, 'Wilton', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23157, 'Winfield', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23158, 'Woodland', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23159, 'Woodville', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23160, 'Yellow Bluff', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23161, 'York', 3825, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23162, 'Adak', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23163, 'Akhiok', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23164, 'Akiachak', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23165, 'Akiak', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23166, 'Akutan', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23167, 'Alakanuk', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23168, 'Alatna', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23169, 'Alcan Border', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23170, 'Aleknagik', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23171, 'Aleneva', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23172, 'Allakaket', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23173, 'Alpine', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23174, 'Ambler', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23175, 'Anaktuvuk Pass', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23176, 'Anchorage', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23177, 'Anchor Point', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23178, 'Anderson', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23179, 'Angoon', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23180, 'Aniak', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23181, 'Anvik', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23182, 'Arctic Village', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23183, 'Atka', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23184, 'Atmautluak', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23185, 'Atqasuk', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23186, 'Attu Station', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23187, 'Barrow', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23188, 'Bear Creek', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23189, 'Beaver', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23190, 'Beluga', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23191, 'Bethel', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23192, 'Bettles', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23193, 'Big Delta', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23194, 'Big Lake', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23195, 'Birch Creek', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23196, 'Brevig Mission', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23197, 'Buckland', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23198, 'Buffalo Soapstone', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23199, 'Butte', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23200, 'Cantwell', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23201, 'Central', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23202, 'Chalkyitsik', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23203, 'Chase', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23204, 'Chefornak', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23205, 'Chenega', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23206, 'Chevak', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23207, 'Chickaloon', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23208, 'Chicken', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23209, 'Chignik', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23210, 'Chignik Lagoon', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23211, 'Chignik Lake', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23212, 'Chiniak', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23213, 'Chisana', 3826, 233, '2019-01-25 02:59:35', '2019-01-25 03:03:39', 1), +(23214, 'Chistochina', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23215, 'Chitina', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23216, 'Chuathbaluk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23217, 'Circle', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23218, 'Clam Gulch', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23219, 'Clark S Point', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23220, 'Coffman Cove', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23221, 'Cohoe', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23222, 'Cold Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23223, 'Coldfoot', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23224, 'College', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23225, 'Cooper Landing', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23226, 'Copper Center', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23227, 'Copperville', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23228, 'Cordova', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23229, 'Covenant Life', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23230, 'Craig', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23231, 'Crooked Creek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23232, 'Crown Point', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23233, 'Cube Cove', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23234, 'Deering', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23235, 'Delta Junction', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23236, 'Deltana', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23237, 'Diamond Ridge', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23238, 'Dillingham', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23239, 'Diomede', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23240, 'Dot Lake', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23241, 'Dot Lake Village', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23242, 'Dry Creek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23243, 'Eagle', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23244, 'Eagle Village', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23245, 'Edna Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23246, 'Eek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23247, 'Egegik', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23248, 'Eielson Afb', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23249, 'Ekwok', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23250, 'Elfin Cove', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23251, 'Elim', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23252, 'Emmonak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23253, 'Ester', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23254, 'Evansville', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23255, 'Excursion Inlet', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23256, 'Fairbanks', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23257, 'False Pass', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23258, 'Farm Loop', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23259, 'Ferry', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23260, 'Fishhook', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23261, 'Flat', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23262, 'Fort Greely', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23263, 'Fort Yukon', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23264, 'Four Mile Road', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23265, 'Fox', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23266, 'Fox River', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23267, 'Fritz Creek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23268, 'Funny River', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23269, 'Gakona', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23270, 'Galena', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23271, 'Gambell', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23272, 'Game Creek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23273, 'Gateway', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23274, 'Glacier View', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23275, 'Glennallen', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23276, 'Golovin', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23277, 'Goodnews Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23278, 'Grayling', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23279, 'Gulkana', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23280, 'Gustavus', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23281, 'Haines', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23282, 'Halibut Cove', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23283, 'Happy Valley', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23284, 'Harding-birch Lakes', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23285, 'Healy', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23286, 'Healy Lake', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23287, 'Hobart Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23288, 'Hollis', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23289, 'Holy Cross', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23290, 'Homer', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23291, 'Hoonah', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23292, 'Hooper Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23293, 'Hope', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23294, 'Houston', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23295, 'Hughes', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23296, 'Huslia', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23297, 'Hydaburg', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23298, 'Hyder', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23299, 'Igiugig', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23300, 'Iliamna', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23301, 'Ivanof Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23302, 'Juneau City And', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23303, 'Kachemak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23304, 'Kake', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23305, 'Kaktovik', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23306, 'Kalifornsky', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23307, 'Kaltag', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23308, 'Karluk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23309, 'Kasaan', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23310, 'Kasigluk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23311, 'Kasilof', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23312, 'Kenai', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23313, 'Kenny Lake', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23314, 'Ketchikan', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23315, 'Kiana', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23316, 'King Cove', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23317, 'King Salmon', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23318, 'Kipnuk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23319, 'Kivalina', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23320, 'Klawock', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23321, 'Klukwan', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23322, 'Knik-fairview', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23323, 'Knik River', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23324, 'Kobuk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23325, 'Kodiak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23326, 'Kodiak Station', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23327, 'Kokhanok', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23328, 'Koliganek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23329, 'Kongiganak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23330, 'Kotlik', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23331, 'Kotzebue', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23332, 'Koyuk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23333, 'Koyukuk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23334, 'Kupreanof', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23335, 'Kwethluk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23336, 'Kwigillingok', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23337, 'Lake Louise', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23338, 'Lake Minchumina', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23339, 'Lakes', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23340, 'Larsen Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23341, 'Lazy Mountain', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23342, 'Levelock', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23343, 'Lime Village', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23344, 'Livengood', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23345, 'Lowell Point', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23346, 'Lower Kalskag', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23347, 'Lutak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23348, 'Mccarthy', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23349, 'Mcgrath', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23350, 'Mckinley Park', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23351, 'Manley Hot Springs', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23352, 'Manokotak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23353, 'Marshall', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23354, 'Meadow Lakes', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23355, 'Mekoryuk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23356, 'Mendeltna', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23357, 'Mentasta Lake', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23358, 'Metlakatla', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23359, 'Meyers Chuck', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23360, 'Miller Landing', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23361, 'Minto', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23362, 'Moose Creek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23363, 'Moose Pass', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23364, 'Mosquito Lake', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23365, 'Mountain Village', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23366, 'Mud Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23367, 'Naknek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23368, 'Nanwalek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23369, 'Napakiak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23370, 'Napaskiak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23371, 'Naukati Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23372, 'Nelchina', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23373, 'Nelson Lagoon', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23374, 'Nenana', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23375, 'New Allakaket', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23376, 'Newhalen', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23377, 'New Stuyahok', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23378, 'Newtok', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23379, 'Nightmute', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23380, 'Nikiski', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23381, 'Nikolaevsk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23382, 'Nikolai', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23383, 'Nikolski', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23384, 'Ninilchik', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23385, 'Noatak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23386, 'Nome', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23387, 'Nondalton', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23388, 'Noorvik', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23389, 'North Pole', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23390, 'Northway', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23391, 'Northway Junction', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23392, 'Northway Village', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23393, 'Nuiqsut', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23394, 'Nulato', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23395, 'Nunapitchuk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23396, 'Old Harbor', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23397, 'Oscarville', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23398, 'Ouzinkie', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23399, 'Palmer', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23400, 'Paxson', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23401, 'Pedro Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23402, 'Pelican', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23403, 'Perryville', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23404, 'Petersburg', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23405, 'Petersville', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23406, 'Pilot Point', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23407, 'Pilot Station', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23408, 'Pitkas Point', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23409, 'Platinum', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23410, 'Pleasant Valley', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23411, 'Point Baker', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23412, 'Point Hope', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23413, 'Point Lay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23414, 'Point Mackenzie', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23415, 'Pope-vannoy Landing', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23416, 'Portage Creek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23417, 'Port Alexander', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23418, 'Port Alsworth', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23419, 'Port Clarence', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23420, 'Port Graham', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23421, 'Port Heiden', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23422, 'Port Lions', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23423, 'Port Protection', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23424, 'Primrose', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23425, 'Prudhoe Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23426, 'Quinhagak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23427, 'Rampart', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23428, 'Red Devil', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23429, 'Red Dog Mine', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23430, 'Ridgeway', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23431, 'Ruby', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23432, 'Russian Mission', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23433, 'St. George', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23434, 'St. Marys', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23435, 'St. Michael', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23436, 'St. Paul', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23437, 'Salamatof', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23438, 'Salcha', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23439, 'Sand Point', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23440, 'Savoonga', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23441, 'Saxman', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23442, 'Scammon Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23443, 'Selawik', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23444, 'Seldovia', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23445, 'Seldovia Village', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23446, 'Seward', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23447, 'Shageluk', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23448, 'Shaktoolik', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23449, 'Sheldon Point (nunam Iqua)', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23450, 'Shishmaref', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23451, 'Shungnak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23452, 'Silver Springs', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23453, 'Sitka City And', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23454, 'Skagway', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23455, 'Skwentna', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23456, 'Slana', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23457, 'Sleetmute', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23458, 'Soldotna', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23459, 'South Naknek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23460, 'Stebbins', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23461, 'Sterling', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23462, 'Stevens Village', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23463, 'Stony River', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23464, 'Sunrise', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23465, 'Susitna', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23466, 'Sutton-alpine', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23467, 'Takotna', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23468, 'Talkeetna', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23469, 'Tanacross', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23470, 'Tanaina', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:39', 1), +(23471, 'Tanana', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23472, 'Tatitlek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23473, 'Tazlina', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23474, 'Teller', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23475, 'Tenakee Springs', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23476, 'Tetlin', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23477, 'Thoms Place', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23478, 'Thorne Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23479, 'Togiak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23480, 'Tok', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23481, 'Toksook Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23482, 'Tolsona', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23483, 'Tonsina', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23484, 'Trapper Creek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23485, 'Tuluksak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23486, 'Tuntutuliak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23487, 'Tununak', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23488, 'Twin Hills', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23489, 'Two Rivers', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23490, 'Tyonek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23491, 'Ugashik', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23492, 'Unalakleet', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23493, 'Unalaska', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23494, 'Upper Kalskag', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23495, 'Valdez', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23496, 'Venetie', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23497, 'Wainwright', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23498, 'Wales', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23499, 'Wasilla', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23500, 'Whale Pass', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23501, 'White Mountain', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23502, 'Whitestone Logging Camp', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23503, 'Whittier', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23504, 'Willow', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23505, 'Willow Creek', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23506, 'Wiseman', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23507, 'Womens Bay', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23508, 'Wrangell', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23509, 'Y', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 02:59:36', 1), +(23510, 'Yakutat', 3826, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23511, 'American Samoa', 4021, 233, '2019-01-25 02:59:36', '2019-01-25 02:59:36', 1), +(23512, 'Ajo', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23513, 'Ak-chin Village', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23514, 'Amado', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23515, 'Apache Junction', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23516, 'Ari', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23517, 'Ash Fork', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23518, 'Avondale', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23519, 'Avra Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23520, 'Bagdad', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23521, 'Benson', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23522, 'Big Park', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23523, 'Bisbee', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23524, 'Bitter Springs', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23525, 'Black Canyon City', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23526, 'Blackwater', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23527, 'Bluewater', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23528, 'Bouse', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23529, 'Buckeye', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23530, 'Bullhead City', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23531, 'Burnside', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23532, 'Cameron', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23533, 'Camp Verde', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23534, 'Canyon Day', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23535, 'Carefree', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23536, 'Casa Grande', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23537, 'Casas Adobes', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23538, 'Catalina', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23539, 'Catalina Foothills', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23540, 'Cave Creek', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23541, 'Central Heights-midland City', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23542, 'Chandler', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23543, 'Chilchinbito', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23544, 'Chinle', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23545, 'Chino Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23546, 'Chuichu', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23547, 'Cibecue', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23548, 'Cibola', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23549, 'Clarkdale', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23550, 'Claypool', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23551, 'Clifton', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23552, 'Colorado City', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23553, 'Congress', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23554, 'Coolidge', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23555, 'Cordes Lakes', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23556, 'Cornville', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23557, 'Corona De Tucson', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23558, 'Cottonwood', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23559, 'Cottonwood-verde Village', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(23560, 'Dennehotso', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23561, 'Desert Hills', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23562, 'Dewey-humboldt', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23563, 'Dilkon', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23564, 'Dolan Springs', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23565, 'Douglas', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23566, 'Drexel-alvernon', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23567, 'Drexel Heights', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23568, 'Dudleyville', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23569, 'Duncan', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23570, 'Eagar', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23571, 'East Fork', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23572, 'East Sahuarita', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23573, 'Ehrenberg', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23574, 'Elgin', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23575, 'El Mirage', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23576, 'Eloy', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23577, 'First Mesa', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23578, 'Flagstaff', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23579, 'Florence', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23580, 'Flowing Wells', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23581, 'Fort Defiance', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23582, 'Fortuna Foothills', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23583, 'Fountain Hills', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23584, 'Fredonia', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23585, 'Gadsden', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23586, 'Ganado', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23587, 'Gila Bend', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23588, 'Gilbert', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23589, 'Gisela', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23590, 'Glendale', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23591, 'Globe', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23592, 'Gold Camp', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23593, 'Golden Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23594, 'Goodyear', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23595, 'Grand Canyon Village', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23596, 'Greasewood', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23597, 'Green Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23598, 'Guadalupe', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23599, 'Hayden', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23600, 'Heber-overgaard', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23601, 'Holbrook', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23602, 'Hotevilla-bacavi', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23603, 'Houck', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23604, 'Huachuca City', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23605, 'Jeddito', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23606, 'Jerome', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23607, 'Kachina Village', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23608, 'Kaibab', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23609, 'Kaibito', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23610, 'Kayenta', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23611, 'Keams Canyon', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23612, 'Kearny', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23613, 'Kingman', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23614, 'Kykotsmovi Village', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23615, 'Lake Havasu City', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23616, 'Lake Montezuma', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23617, 'Lechee', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23618, 'Leupp', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23619, 'Litchfield Park', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23620, 'Littletown', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23621, 'Lukachukai', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23622, 'Mcnary', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23623, 'Mammoth', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23624, 'Many Farms', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23625, 'Marana', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23626, 'Maricopa', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23627, 'Mayer', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23628, 'Mesa', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23629, 'Mesquite Creek', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23630, 'Miami', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23631, 'Moenkopi', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23632, 'Mohave Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23633, 'Mojave Ranch Estates', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23634, 'Morenci', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23635, 'Mountainaire', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23636, 'Munds Park', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23637, 'Naco', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23638, 'Nazlini', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23639, 'New Kingman-butler', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23640, 'New River', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23641, 'Nogales', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23642, 'Oljato-monument Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23643, 'Oracle', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23644, 'Oro Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23645, 'Page', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23646, 'Paradise Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23647, 'Parker', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23648, 'Parker Strip', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23649, 'Parks', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23650, 'Patagonia', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23651, 'Paulden', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23652, 'Payson', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23653, 'Peach Springs', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23654, 'Peeples Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23655, 'Peoria', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23656, 'Peridot', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23657, 'Phoenix', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23658, 'Picture Rocks', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23659, 'Pima', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23660, 'Pine', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23661, 'Pinetop-lakeside', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23662, 'Pinon', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23663, 'Pirtleville', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23664, 'Pisinemo', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23665, 'Poston', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23666, 'Prescott', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23667, 'Prescott Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23668, 'Quartzsite', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23669, 'Queen Creek', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23670, 'Queen Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23671, 'Red Mesa', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23672, 'Rio Rico Northeast', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23673, 'Rio Rico Northwest', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23674, 'Rio Rico Southeast', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23675, 'Rio Rico Southwest', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23676, 'Rio Verde', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23677, 'Rock Point', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23678, 'Rough Rock', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23679, 'Round Rock', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23680, 'Sacaton', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23681, 'Safford', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23682, 'Sahuarita', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23683, 'St. David', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23684, 'St. Johns', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23685, 'St. Michaels', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23686, 'Salome', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23687, 'San Carlos', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23688, 'San Luis', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23689, 'San Manuel', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23690, 'Santan', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23691, 'Santa Rosa', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23692, 'Sawmill', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23693, 'Scottsdale', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23694, 'Second Mesa', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23695, 'Sedona', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23696, 'Seligman', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23697, 'Sells', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23698, 'Shongopovi', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23699, 'Shonto', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23700, 'Show Low', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23701, 'Sierra Vista', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23702, 'Sierra Vista Southeast', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23703, 'Snowflake', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23704, 'Somerton', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23705, 'Sonoita', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23706, 'South Tucson', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23707, 'Springerville', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23708, 'Spring Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23709, 'Stanfield', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23710, 'Steamboat', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23711, 'Strawberry', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23712, 'Summit', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23713, 'Sun City', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23714, 'Sun City West', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23715, 'Sun Lakes', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23716, 'Sun Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23717, 'Supai', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23718, 'Superior', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23719, 'Surprise', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23720, 'Swift Trail Junction', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23721, 'Tacna', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23722, 'Tanque Verde', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23723, 'Taylor', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23724, 'Teec Nos Pos', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23725, 'Tempe', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23726, 'Thatcher', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23727, 'Three Points', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23728, 'Tolleson', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23729, 'Tombstone', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23730, 'Tonalea', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23731, 'Tonto Basin', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23732, 'Top-of-the-world', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23733, 'Tortolita', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23734, 'Tsaile', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23735, 'Tubac', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23736, 'Tuba City', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23737, 'Tucson', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23738, 'Tucson Estates', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23739, 'Tumacacori-carmen', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23740, 'Tusayan', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23741, 'Vail', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23742, 'Valencia West', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23743, 'Wellton', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23744, 'Wenden', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23745, 'Whetstone', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23746, 'Whiteriver', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23747, 'Wickenburg', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23748, 'Wilhoit', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23749, 'Willcox', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23750, 'Williams', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23751, 'Williamson', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23752, 'Willow Valley', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23753, 'Window Rock', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23754, 'Winkelman', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23755, 'Winslow', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23756, 'Winslow West', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23757, 'Yarnell', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23758, 'Young', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23759, 'Youngtown', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23760, 'Yuma', 3827, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23761, 'Adona', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23762, 'Alexander', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23763, 'Alicia', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23764, 'Allport', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23765, 'Alma', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23766, 'Almyra', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23767, 'Alpena', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23768, 'Altheimer', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23769, 'Altus', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23770, 'Amagon', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23771, 'Amity', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23772, 'Anthonyville', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23773, 'Antoine', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23774, 'Arkadelphia', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23775, 'Arkansas City', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23776, 'Ashdown', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23777, 'Ash Flat', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23778, 'Atkins', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23779, 'Aubrey', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23780, 'Augusta', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23781, 'Austin', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23782, 'Avoca', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23783, 'Bald Knob', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23784, 'Banks', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23785, 'Barling', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23786, 'Bassett', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23787, 'Batesville', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23788, 'Bauxite', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23789, 'Bay', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23790, 'Bearden', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23791, 'Beaver', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23792, 'Beebe', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23793, 'Beedeville', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23794, 'Bella Vista', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23795, 'Bellefonte', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23796, 'Belleville', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23797, 'Ben Lomond', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23798, 'Benton', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23799, 'Bentonville', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23800, 'Bergman', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23801, 'Berryville', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23802, 'Bethel Heights', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23803, 'Bigelow', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23804, 'Big Flat', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23805, 'Biggers', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23806, 'Birdsong', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23807, 'Black Oak', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23808, 'Black Rock', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23809, 'Black Springs', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23810, 'Blevins', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23811, 'Blue Eye', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23812, 'Blue Mountain', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23813, 'Bluff City', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23814, 'Blytheville', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23815, 'Bodcaw', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23816, 'Bonanza', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23817, 'Bono', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23818, 'Booneville', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23819, 'Bradford', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23820, 'Bradley', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23821, 'Branch', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23822, 'Briarcliff', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23823, 'Brinkley', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23824, 'Brookland', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23825, 'Bryant', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23826, 'Buckner', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23827, 'Bull Shoals', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23828, 'Burdette', 3828, 233, '2019-01-25 02:59:36', '2019-01-25 03:03:40', 1), +(23829, 'Cabot', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23830, 'Caddo Valley', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23831, 'Caldwell', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23832, 'Cale', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23833, 'Calico Rock', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23834, 'Calion', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23835, 'Camden', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23836, 'Cammack Village', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23837, 'Campbell Station', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23838, 'Caraway', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23839, 'Carlisle', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23840, 'Carthage', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23841, 'Casa', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23842, 'Cash', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23843, 'Caulksville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23844, 'Cave City', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23845, 'Cave Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23846, 'Cedarville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23847, 'Centerton', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23848, 'Central City', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23849, 'Charleston', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23850, 'Cherokee Village', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23851, 'Cherry Valley', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23852, 'Chester', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23853, 'Chidester', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23854, 'Clarendon', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23855, 'Clarksville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23856, 'Clinton', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23857, 'Coal Hill', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23858, 'College City', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23859, 'College Station', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23860, 'Colt', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23861, 'Concord', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23862, 'Conway', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23863, 'Corinth', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23864, 'Corning', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23865, 'Cotter', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23866, 'Cotton Plant', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23867, 'Cove', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23868, 'Coy', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23869, 'Crawfordsville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23870, 'Crossett', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23871, 'Cushman', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23872, 'Daisy', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23873, 'Damascus', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23874, 'Danville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23875, 'Dardanelle', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23876, 'Datto', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23877, 'Decatur', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23878, 'Delaplaine', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23879, 'Delight', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23880, 'Dell', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23881, 'Denning', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23882, 'De Queen', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23883, 'Dermott', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23884, 'Des Arc', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23885, 'De Valls Bluff', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23886, 'De Witt', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23887, 'Diamond City', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23888, 'Diaz', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23889, 'Dierks', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23890, 'Donaldson', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23891, 'Dover', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23892, 'Dumas', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23893, 'Dyer', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23894, 'Dyess', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23895, 'Earle', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23896, 'East Camden', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23897, 'East End', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23898, 'Edmondson', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23899, 'Egypt', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23900, 'Elaine', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23901, 'El Dorado', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23902, 'Elkins', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23903, 'Elm Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23904, 'Emerson', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23905, 'Emmet', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23906, 'England', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23907, 'Enola', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23908, 'Etowah', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23909, 'Eudora', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23910, 'Eureka Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23911, 'Evening Shade', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23912, 'Everton', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23913, 'Fairfield Bay', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23914, 'Fargo', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23915, 'Farmington', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23916, 'Fayetteville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23917, 'Felsenthal', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23918, 'Fifty-six', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23919, 'Fisher', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23920, 'Flippin', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23921, 'Fordyce', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23922, 'Foreman', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23923, 'Forrest City', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23924, 'Fort Smith', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23925, 'Fouke', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23926, 'Fountain Hill', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23927, 'Fountain Lake', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23928, 'Fourche', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23929, 'Franklin', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23930, 'Fredonia (biscoe)', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23931, 'Friendship', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23932, 'Fulton', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23933, 'Garfield', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23934, 'Garland', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23935, 'Garner', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23936, 'Gassville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23937, 'Gateway', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23938, 'Gentry', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23939, 'Georgetown', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23940, 'Gibson', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23941, 'Gilbert', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23942, 'Gillett', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23943, 'Gillham', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23944, 'Gilmore', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23945, 'Glenwood', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23946, 'Goshen', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23947, 'Gosnell', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23948, 'Gould', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23949, 'Grady', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23950, 'Grannis', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23951, 'Gravel Ridge', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23952, 'Gravette', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23953, 'Greenbrier', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23954, 'Green Forest', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23955, 'Greenland', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23956, 'Greenway', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23957, 'Greenwood', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23958, 'Greers Ferry', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23959, 'Griffithville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23960, 'Grubbs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23961, 'Guion', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23962, 'Gum Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23963, 'Gurdon', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23964, 'Guy', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23965, 'Hackett', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23966, 'Hamburg', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23967, 'Hampton', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23968, 'Hardy', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23969, 'Harrell', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23970, 'Harrisburg', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23971, 'Harrison', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23972, 'Hartford', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23973, 'Hartman', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23974, 'Haskell', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23975, 'Hatfield', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23976, 'Havana', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23977, 'Haynes', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:40', 1), +(23978, 'Hazen', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23979, 'Heber Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23980, 'Hector', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23981, 'Helena', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23982, 'Hensley', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23983, 'Hermitage', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23984, 'Hickory Ridge', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23985, 'Higden', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23986, 'Higginson', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23987, 'Highfill', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23988, 'Highland', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23989, 'Hindsville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23990, 'Holland', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23991, 'Holly Grove', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23992, 'Hope', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23993, 'Horatio', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23994, 'Horseshoe Bend', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23995, 'Horseshoe Lake', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23996, 'Hot Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23997, 'Hot Springs Village', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23998, 'Houston', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(23999, 'Hoxie', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24000, 'Hughes', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24001, 'Humnoke', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24002, 'Humphrey', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24003, 'Hunter', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24004, 'Huntington', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24005, 'Huntsville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24006, 'Huttig', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24007, 'Imboden', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24008, 'Jacksonport', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24009, 'Jacksonville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24010, 'Jasper', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24011, 'Jennette', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24012, 'Jericho', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24013, 'Jerome', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24014, 'Johnson', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24015, 'Joiner', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24016, 'Jonesboro', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24017, 'Judsonia', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24018, 'Junction City', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24019, 'Keiser', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24020, 'Kensett', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24021, 'Keo', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24022, 'Kibler', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24023, 'Kingsland', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24024, 'Knobel', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24025, 'Knoxville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24026, 'Lafe', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24027, 'Lagrange', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24028, 'Lake City', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24029, 'Lake Hamilton', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24030, 'Lakeview', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24031, 'Lake View', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24032, 'Lake Village', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24033, 'Lamar', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24034, 'Lavaca', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24035, 'Leachville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24036, 'Lead Hill', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24037, 'Leola', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24038, 'Lepanto', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24039, 'Leslie', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24040, 'Letona', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24041, 'Lewisville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24042, 'Lexa', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24043, 'Lincoln', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24044, 'Little Flock', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24045, 'Little Rock', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24046, 'Lockesburg', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24047, 'London', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24048, 'Lonoke', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24049, 'Lonsdale', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24050, 'Louann', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24051, 'Lowell', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24052, 'Luxora', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24053, 'Lynn', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24054, 'Mcalmont', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24055, 'Mccaskill', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24056, 'Mccrory', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24057, 'Mcdougal', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24058, 'Mcgehee', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24059, 'Mcnab', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24060, 'Mcneil', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24061, 'Mcrae', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24062, 'Madison', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24063, 'Magazine', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24064, 'Magness', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24065, 'Magnolia', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24066, 'Malvern', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24067, 'Mammoth Spring', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24068, 'Manila', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24069, 'Mansfield', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24070, 'Marianna', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24071, 'Marie', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24072, 'Marion', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24073, 'Marked Tree', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24074, 'Marmaduke', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24075, 'Marshall', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24076, 'Marvell', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24077, 'Maumelle', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24078, 'Mayflower', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24079, 'Maynard', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24080, 'Melbourne', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24081, 'Mena', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24082, 'Menifee', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24083, 'Midland', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24084, 'Mineral Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24085, 'Minturn', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24086, 'Mitchellville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24087, 'Monette', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24088, 'Monticello', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24089, 'Montrose', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24090, 'Moorefield', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24091, 'Moro', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24092, 'Morrilton', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24093, 'Morrison Bluff', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24094, 'Mountainburg', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24095, 'Mountain Home', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24096, 'Mountain Pine', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24097, 'Mountain View', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24098, 'Mount Ida', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24099, 'Mount Pleasant', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24100, 'Mount Vernon', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24101, 'Mulberry', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24102, 'Murfreesboro', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24103, 'Nashville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24104, 'Newark', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24105, 'Newport', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24106, 'Nimmons', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24107, 'Norfork', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24108, 'Norman', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24109, 'Norphlet', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24110, 'North Crossett', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24111, 'North Little Rock', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24112, 'Oak Grove', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24113, 'Oak Grove Heights', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24114, 'Oakhaven', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24115, 'Oden', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24116, 'Ogden', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24117, 'Oil Trough', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24118, 'O Kean', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24119, 'Okolona', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24120, 'Ola', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24121, 'Omaha', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24122, 'Oppelo', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24123, 'Osceola', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24124, 'Oxford', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24125, 'Ozan', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24126, 'Ozark', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24127, 'Palestine', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24128, 'Pangburn', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24129, 'Paragould', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24130, 'Paris', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24131, 'Parkdale', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24132, 'Parkers-iron Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24133, 'Parkin', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24134, 'Patmos', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24135, 'Patterson', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24136, 'Peach Orchard', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24137, 'Pea Ridge', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24138, 'Perla', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24139, 'Perry', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24140, 'Perrytown', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24141, 'Perryville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24142, 'Piggott', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24143, 'Pindall', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24144, 'Pine Bluff', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24145, 'Pineville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24146, 'Piney', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24147, 'Plainview', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24148, 'Pleasant Plains', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24149, 'Plumerville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24150, 'Pocahontas', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24151, 'Pollard', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24152, 'Portia', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24153, 'Portland', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24154, 'Pottsville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24155, 'Powhatan', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24156, 'Poyen', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24157, 'Prairie Creek', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24158, 'Prairie Grove', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24159, 'Prattsville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24160, 'Prescott', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24161, 'Pyatt', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24162, 'Quitman', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24163, 'Ratcliff', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24164, 'Ravenden', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24165, 'Ravenden Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24166, 'Reader', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24167, 'Rector', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24168, 'Redfield', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24169, 'Reed', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24170, 'Reyno', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24171, 'Rison', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24172, 'Rockport', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24173, 'Rockwell', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24174, 'Roe', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24175, 'Rogers', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24176, 'Rondo', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24177, 'Rose Bud', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24178, 'Rosston', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24179, 'Rudy', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24180, 'Russell', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24181, 'Russellville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24182, 'St. Charles', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24183, 'St. Francis', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24184, 'St. Joe', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24185, 'St. Paul', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(24186, 'Salem', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24187, 'Salesville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24188, 'Scott', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24189, 'Scranton', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24190, 'Searcy', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24191, 'Sedgwick', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24192, 'Shannon Hills', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24193, 'Sheridan', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24194, 'Sherrill', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24195, 'Sherwood', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24196, 'Shirley', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24197, 'Sidney', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24198, 'Siloam Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24199, 'Smackover', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24200, 'Smithville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24201, 'South Lead Hill', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24202, 'Sparkman', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24203, 'Springdale', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24204, 'Springtown', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24205, 'Stamps', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24206, 'Star City', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24207, 'Stephens', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24208, 'Strawberry', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24209, 'Strong', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24210, 'Stuttgart', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24211, 'Subiaco', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24212, 'Success', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24213, 'Sulphur Rock', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24214, 'Sulphur Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24215, 'Summit', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24216, 'Sunset', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24217, 'Sweet Home', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24218, 'Swifton', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24219, 'Taylor', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24220, 'Texarkana', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24221, 'Thornton', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24222, 'Tillar', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24223, 'Tinsman', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24224, 'Tollette', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24225, 'Tontitown', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24226, 'Traskwood', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24227, 'Trumann', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24228, 'Tuckerman', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24229, 'Tull', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24230, 'Tupelo', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24231, 'Turrell', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24232, 'Twin Groves', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24233, 'Tyronza', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24234, 'Ulm', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24235, 'Valley Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24236, 'Van Buren', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24237, 'Vandervoort', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24238, 'Victoria', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24239, 'Vilonia', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24240, 'Viola', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24241, 'Wabbaseka', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24242, 'Waldenburg', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24243, 'Waldo', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24244, 'Waldron', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24245, 'Walnut Ridge', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24246, 'Ward', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24247, 'Warren', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24248, 'Washington', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24249, 'Watson', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24250, 'Weiner', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24251, 'Weldon', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24252, 'West Crossett', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24253, 'Western Grove', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24254, 'West Fork', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24255, 'West Helena', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24256, 'West Memphis', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24257, 'West Point', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24258, 'Wheatley', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24259, 'Whelen Springs', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24260, 'White Hall', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24261, 'Wickes', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24262, 'Widener', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24263, 'Wiederkehr Village', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24264, 'Williford', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24265, 'Willisville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24266, 'Wilmar', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24267, 'Wilmot', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24268, 'Wilson', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24269, 'Wilton', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24270, 'Winchester', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24271, 'Winslow', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24272, 'Winthrop', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24273, 'Woodson', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24274, 'Wooster', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24275, 'Wrightsville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24276, 'Wynne', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24277, 'Yellville', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24278, 'Zinc', 3828, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24279, 'Acton', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24280, 'Adelanto', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24281, 'Agoura Hills', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24282, 'Alameda', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24283, 'Alamo', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24284, 'Albany', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24285, 'Alhambra', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24286, 'Aliso Viejo', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24287, 'Almanor', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24288, 'Alondra Park', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24289, 'Alpaugh', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24290, 'Alpine', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24291, 'Alpine Village', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24292, 'Altadena', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24293, 'Alta Sierra', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24294, 'Alturas', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24295, 'Alum Rock', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24296, 'Amador City', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24297, 'American Canyon', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24298, 'Amesti', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24299, 'Anaheim', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24300, 'Anderson', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24301, 'Angels City', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24302, 'Angwin', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24303, 'Antioch', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24304, 'Apple Valley', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24305, 'Aptos', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24306, 'Aptos Hills-larkin Valley', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24307, 'Arbuckle', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24308, 'Arcadia', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24309, 'Arcata', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24310, 'Arden-arcade', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24311, 'Armona', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24312, 'Arnold', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24313, 'Aromas', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24314, 'Arroyo Grande', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24315, 'Artesia', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24316, 'Arvin', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24317, 'Ashland', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24318, 'Atascadero', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24319, 'Atherton', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24320, 'Atwater', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24321, 'Auberry', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24322, 'Auburn', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24323, 'August', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24324, 'Avalon', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24325, 'Avenal', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24326, 'Avery', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24327, 'Avocado Heights', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24328, 'Azusa', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24329, 'Bakersfield', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24330, 'Baldwin Park', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24331, 'Banning', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24332, 'Barstow', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24333, 'Bay Point', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24334, 'Bayview', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24335, 'Bayview-montalvin', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24336, 'Baywood-los Osos', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24337, 'Beale Afb', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24338, 'Bear Valley', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24339, 'Bear Valley Springs', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24340, 'Beaumont', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24341, 'Beckwourth', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24342, 'Belden', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24343, 'Bell', 3830, 233, '2019-01-25 02:59:37', '2019-01-25 03:03:41', 1), +(24344, 'Bellflower', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24345, 'Bell Gardens', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24346, 'Belmont', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24347, 'Belvedere', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24348, 'Benicia', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24349, 'Ben Lomond', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24350, 'Berkeley', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24351, 'Bermuda Dunes', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24352, 'Bertsch-oceanview', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24353, 'Bethel Island', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24354, 'Beverly Hills', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24355, 'Big Bear City', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24356, 'Big Bear Lake', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24357, 'Big Bend', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24358, 'Biggs', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24359, 'Big Pine', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24360, 'Big River', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24361, 'Biola', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24362, 'Bishop', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24363, 'Blackhawk-camino Tassajara', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24364, 'Black Point-green Point', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24365, 'Blairsden', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:41', 1), +(24366, 'Bloomington', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24367, 'Blue Lake', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24368, 'Bluewater', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24369, 'Blythe', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24370, 'Bodega Bay', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24371, 'Bodfish', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24372, 'Bolinas', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24373, 'Bombay Beach', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24374, 'Bonadelle Ranchos-madera Ranchos', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24375, 'Bonita', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24376, 'Bonsall', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24377, 'Bootjack', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24378, 'Boron', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24379, 'Boronda', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24380, 'Borrego Springs', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24381, 'Bostonia', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24382, 'Boulder Creek', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24383, 'Bowles', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24384, 'Boyes Hot Springs', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24385, 'Bradbury', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24386, 'Bradley', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24387, 'Brawley', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24388, 'Brea', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24389, 'Brentwood', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24390, 'Bret Harte', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24391, 'Brisbane', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24392, 'Broadmoor', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24393, 'Bucks Lake', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24394, 'Buellton', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24395, 'Buena Park', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24396, 'Buena Vista', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24397, 'Burbank', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24398, 'Burlingame', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24399, 'Burney', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24400, 'Buttonwillow', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24401, 'Byron', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24402, 'Bystrom', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24403, 'Cabazon', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24404, 'Calabasas', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24405, 'Calexico', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24406, 'California City', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24407, 'Calimesa', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24408, 'Calipatria', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24409, 'Calistoga', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24410, 'Calwa', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24411, 'Camarillo', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24412, 'Cambria', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24413, 'Cambrian Park', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24414, 'Cameron Park', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24415, 'Campbell', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24416, 'Camp Pendleton North', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24417, 'Camp Pendleton South', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24418, 'Cantua Creek', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24419, 'Canyondam', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24420, 'Canyon Lake', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24421, 'Capitola', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24422, 'Caribou', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24423, 'Carlsbad', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24424, 'Carmel-by-the-sea', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24425, 'Carmel Valley Village', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24426, 'Carmichael', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24427, 'Carpinteria', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24428, 'Carrick', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24429, 'Carson', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24430, 'Cartago', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24431, 'Caruthers', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24432, 'Casa Conejo', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24433, 'Casa De Oro-mount Helix', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24434, 'Castro Valley', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24435, 'Castroville', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24436, 'Cathedral City', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24437, 'Cayucos', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24438, 'Ceres', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24439, 'Cerritos', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24440, 'Challenge-brownsville', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24441, 'Channel Islands Beach', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24442, 'Charter Oak', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24443, 'Cherryland', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24444, 'Cherry Valley', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24445, 'Chester', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24446, 'Chico', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24447, 'Chilcoot-vinton', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24448, 'China Lake Acres', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24449, 'Chinese Camp', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24450, 'Chino', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24451, 'Chino Hills', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24452, 'Chowchilla', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24453, 'Chualar', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24454, 'Chula Vista', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24455, 'Citrus', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24456, 'Citrus Heights', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24457, 'Claremont', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24458, 'Clayton', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24459, 'Clearlake', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24460, 'Clearlake Oaks', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24461, 'Clio', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24462, 'Cloverdale', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24463, 'Clovis', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24464, 'Clyde', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24465, 'Coachella', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24466, 'Coalinga', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24467, 'Cobb', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24468, 'Colfax', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24469, 'Colma', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24470, 'Colton', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24471, 'Columbia', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24472, 'Colusa', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24473, 'Commerce', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24474, 'Compton', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24475, 'Concord', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24476, 'Concow', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24477, 'Copperopolis', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24478, 'Corcoran', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24479, 'Corning', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24480, 'Corona', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24481, 'Coronado', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24482, 'Corralitos', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24483, 'Corte Madera', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24484, 'Costa Mesa', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24485, 'Cotati', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24486, 'Coto De Caza', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24487, 'Cottonwood', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24488, 'Country Club', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24489, 'Covelo', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24490, 'Covina', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24491, 'Crescent City', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24492, 'Crescent City North', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24493, 'Crescent Mills', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24494, 'Crest', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24495, 'Crestline', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24496, 'C-road', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24497, 'Crockett', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24498, 'Cromberg', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24499, 'Cudahy', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24500, 'Culver City', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24501, 'Cupertino', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24502, 'Cutler', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24503, 'Cutten', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24504, 'Cypress', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24505, 'Daly City', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24506, 'Dana Point', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24507, 'Danville', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24508, 'Darwin', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24509, 'Davis', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24510, 'Day Valley', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24511, 'Deer Park', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24512, 'Del Aire', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24513, 'Delano', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24514, 'Delhi', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24515, 'Delleker', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24516, 'Del Mar', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24517, 'Del Monte Forest', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24518, 'Del Rey', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24519, 'Del Rey Oaks', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24520, 'Del Rio', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24521, 'Denair', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24522, 'Derby Acres', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24523, 'Desert Hot Springs', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24524, 'Desert Shores', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24525, 'Desert View Highlands', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24526, 'Diablo', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24527, 'Diamond Bar', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24528, 'Diamond Springs', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24529, 'Dillon Beach', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24530, 'Dinuba', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24531, 'Discovery Bay', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24532, 'Dixon', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24533, 'Dixon Lane-meadow Creek', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24534, 'Dollar Point', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24535, 'Dorrington', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24536, 'Dorris', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24537, 'Dos Palos', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24538, 'Downey', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24539, 'Duarte', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24540, 'Dublin', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24541, 'Ducor', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24542, 'Dunsmuir', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24543, 'Durham', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24544, 'Dustin Acres', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24545, 'Earlimart', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24546, 'East Blythe', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24547, 'East Compton', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24548, 'East Foothills', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24549, 'East Hemet', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24550, 'East La Mirada', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24551, 'East Los Angeles', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24552, 'East Oakdale', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24553, 'Easton', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24554, 'East Orosi', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24555, 'East Palo Alto', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24556, 'East Pasadena', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24557, 'East Porterville', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24558, 'East Quincy', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24559, 'East Richmond Heights', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24560, 'East San Gabriel', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24561, 'East Shore', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24562, 'East Sonora', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24563, 'Edgewood', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24564, 'Edwards Afb', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24565, 'El Cajon', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24566, 'El Centro', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24567, 'El Cerrito', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24568, 'El Dorado Hills', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24569, 'Eldridge', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24570, 'El Granada', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24571, 'Elk Grove', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24572, 'Elkhorn', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24573, 'Elmira', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24574, 'El Monte', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24575, 'El Paso De Robles (paso Robles)', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24576, 'El Rio', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24577, 'El Segundo', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24578, 'El Sobrante', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24579, 'El Verano', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24580, 'Emerald Lake Hills', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24581, 'Emeryville', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24582, 'Empire', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24583, 'Encinitas', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24584, 'Escalon', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24585, 'Escondido', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24586, 'Esparto', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24587, 'Etna', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24588, 'Eureka', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24589, 'Exeter', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24590, 'Fairbanks Ranch', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24591, 'Fairfax', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24592, 'Fairfield', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24593, 'Fair Oaks', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24594, 'Fairview', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24595, 'Fallbrook', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24596, 'Fall River Mills', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24597, 'Farmersville', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24598, 'Farmington', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24599, 'Fellows', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24600, 'Felton', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24601, 'Ferndale', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24602, 'Fetters Hot Springs-agua Caliente', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24603, 'Fillmore', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24604, 'Firebaugh', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24605, 'Florence-graham', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24606, 'Florin', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24607, 'Folsom', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24608, 'Fontana', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24609, 'Foothill Farms', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24610, 'Foothill Ranch', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24611, 'Ford City', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24612, 'Foresthill', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24613, 'Forest Meadows', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24614, 'Forestville', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24615, 'Fort Bragg', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24616, 'Fort Jones', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24617, 'Fortuna', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24618, 'Foster City', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24619, 'Fountain Valley', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24620, 'Fowler', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24621, 'Frazier Park', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24622, 'Freedom', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24623, 'Fremont', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24624, 'French Camp', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24625, 'French Gulch', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24626, 'Fresno', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24627, 'Friant', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24628, 'Fruitdale', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24629, 'Fullerton', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24630, 'Furnace Creek', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24631, 'Galt', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24632, 'Gardena', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24633, 'Garden Acres', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24634, 'Garden Grove', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24635, 'Gazelle', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24636, 'Georgetown', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24637, 'Gerber-las Flores', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24638, 'Gilroy', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24639, 'Glen Avon', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24640, 'Glendale', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24641, 'Glendora', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24642, 'Glen Ellen', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24643, 'Golden Hills', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24644, 'Gold River', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24645, 'Goleta', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24646, 'Gonzales', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24647, 'Goshen', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24648, 'Graeagle', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24649, 'Grand Terrace', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24650, 'Granite Bay', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24651, 'Granite Hills', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24652, 'Grass Valley', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24653, 'Graton', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24654, 'Grayson', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:42', 1), +(24655, 'Greenfield', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24656, 'Greenhorn', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24657, 'Green Valley', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24658, 'Greenview', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24659, 'Greenville', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24660, 'Grenada', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24661, 'Gridley', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24662, 'Groveland-big Oak Flat', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24663, 'Grover Beach', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24664, 'Guadalupe', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24665, 'Guerneville', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24666, 'Gustine', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24667, 'Hacienda Heights', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24668, 'Half Moon Bay', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24669, 'Hamilton Branch', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24670, 'Hamilton City', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24671, 'Hanford', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24672, 'Harbison Canyon', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24673, 'Hawaiian Gardens', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24674, 'Hawthorne', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24675, 'Hayfork', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24676, 'Hayward', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24677, 'Healdsburg', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24678, 'Heber', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24679, 'Hemet', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24680, 'Hercules', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24681, 'Hermosa Beach', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24682, 'Hesperia', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24683, 'Hickman', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24684, 'Hidden Hills', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24685, 'Hidden Meadows', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24686, 'Hidden Valley Lake', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24687, 'Highgrove', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24688, 'Highland', 3830, 233, '2019-01-25 02:59:38', '2019-01-25 03:03:43', 1), +(24689, 'Highlands-baywood Park', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24690, 'Hillsborough', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24691, 'Hilmar-irwin', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24692, 'Hollister', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24693, 'Holtville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24694, 'Home Garden', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24695, 'Home Gardens', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24696, 'Homeland', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24697, 'Homewood Canyon-valley Wells', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24698, 'Hornbrook', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24699, 'Hughson', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24700, 'Humboldt Hill', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24701, 'Huntington Beach', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24702, 'Huntington Park', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24703, 'Huron', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24704, 'Hydesville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24705, 'Idyllwild-pine Cove', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24706, 'Imperial', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24707, 'Imperial Beach', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24708, 'Independence', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24709, 'Indian Falls', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24710, 'Indian Wells', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24711, 'Indio', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24712, 'Industry', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24713, 'Inglewood', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24714, 'Interlaken', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24715, 'Inverness', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24716, 'Inyokern', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24717, 'Ione', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24718, 'Iron Horse', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24719, 'Irvine', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24720, 'Irwindale', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24721, 'Isla Vista', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24722, 'Isleton', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24723, 'Ivanhoe', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24724, 'Jackson', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24725, 'Jamestown', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24726, 'Jamul', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24727, 'Johannesburg', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24728, 'Johnsville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24729, 'Joshua Tree', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24730, 'Julian', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24731, 'Keddie', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24732, 'Keeler', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24733, 'Keene', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24734, 'Kelseyville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24735, 'Kennedy', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24736, 'Kensington', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24737, 'Kentfield', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24738, 'Kerman', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24739, 'Kernville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24740, 'Kettleman City', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24741, 'Keyes', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24742, 'King City', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24743, 'Kings Beach', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24744, 'Kingsburg', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24745, 'Kirkwood', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24746, 'Klamath', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24747, 'Knightsen', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24748, 'La Canada Flintridge', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24749, 'La Crescenta-montrose', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24750, 'Ladera Heights', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24751, 'Lafayette', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24752, 'Laguna', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24753, 'Laguna Beach', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24754, 'Laguna Hills', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24755, 'Laguna Niguel', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24756, 'Laguna West-lakeside', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24757, 'Laguna Woods', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24758, 'Lagunitas-forest Knolls', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24759, 'La Habra', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24760, 'La Habra Heights', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24761, 'Lake Almanor Country Club', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24762, 'Lake Almanor Peninsula', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24763, 'Lake Almanor West', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24764, 'Lake Arrowhead', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24765, 'Lake Davis', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24766, 'Lake Elsinore', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24767, 'Lake Forest', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24768, 'Lakehead-lakeshore', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24769, 'Lake Isabella', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24770, 'Lakeland Village', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24771, 'Lake Los Angeles', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24772, 'Lake Nacimiento', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24773, 'Lake Of The Pines', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24774, 'Lake Of The Woods', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24775, 'Lakeport', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24776, 'Lake San Marcos', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24777, 'Lakeside', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24778, 'Lakeview', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24779, 'Lake Wildwood', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24780, 'Lakewood', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24781, 'La Mesa', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24782, 'La Mirada', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24783, 'Lamont', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24784, 'Lanare', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24785, 'Lancaster', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24786, 'La Palma', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24787, 'La Porte', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24788, 'La Presa', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24789, 'La Puente', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24790, 'La Quinta', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24791, 'La Riviera', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24792, 'Larkfield-wikiup', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24793, 'Larkspur', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24794, 'Las Flores', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24795, 'Las Lomas', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24796, 'Lathrop', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24797, 'Laton', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24798, 'La Verne', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24799, 'Lawndale', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24800, 'Laytonville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24801, 'Lebec', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24802, 'Le Grand', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(24803, 'Lemon Cove', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24804, 'Lemon Grove', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24805, 'Lemoore', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24806, 'Lemoore Station', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24807, 'Lennox', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24808, 'Lenwood', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24809, 'Lewiston', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24810, 'Lexington Hills', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24811, 'Lincoln', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24812, 'Lincoln Village', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24813, 'Linda', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24814, 'Linden', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24815, 'Lindsay', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24816, 'Little Grass Valley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24817, 'Littlerock', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24818, 'Live Oak', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24819, 'Livermore', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24820, 'Livingston', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24821, 'Lockeford', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24822, 'Lodi', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24823, 'Loma Linda', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24824, 'Loma Rica', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24825, 'Lomita', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24826, 'Lompoc', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24827, 'London', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24828, 'Lone Pine', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24829, 'Long Beach', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24830, 'Loomis', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24831, 'Los Alamitos', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24832, 'Los Alamos', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24833, 'Los Altos', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24834, 'Los Altos Hills', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24835, 'Los Angeles', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24836, 'Los Banos', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24837, 'Los Gatos', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24838, 'Los Molinos', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24839, 'Lost Hills', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24840, 'Lower Lake', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24841, 'Loyalton', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24842, 'Loyola', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24843, 'Lucas Valley-marinwood', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24844, 'Lucerne', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24845, 'Lynwood', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24846, 'Mcarthur', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24847, 'Mccloud', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24848, 'Macdoel', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24849, 'Mcfarland', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24850, 'Mckinleyville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24851, 'Mckittrick', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24852, 'Madera', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24853, 'Madera Acres', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24854, 'Magalia', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24855, 'Malibu', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24856, 'Mammoth Lakes', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24857, 'Manhattan Beach', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24858, 'Manteca', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24859, 'Manton', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24860, 'March Afb', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24861, 'Maricopa', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24862, 'Marina', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24863, 'Marina Del Rey', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24864, 'Mariposa', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24865, 'Markleeville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24866, 'Martinez', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24867, 'Marysville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24868, 'Mayflower Village', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24869, 'Maywood', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24870, 'Meadow Valley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24871, 'Meadow Vista', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24872, 'Mecca', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24873, 'Meiners Oaks', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24874, 'Mendocino', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24875, 'Mendota', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24876, 'Menlo Park', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24877, 'Mentone', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24878, 'Merced', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24879, 'Mesa', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24880, 'Mesa Vista', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24881, 'Mettler', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24882, 'Middletown', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24883, 'Millbrae', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24884, 'Mill Valley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24885, 'Millville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24886, 'Milpitas', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24887, 'Mineral', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24888, 'Mira Loma', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24889, 'Mira Monte', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24890, 'Mission Canyon', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24891, 'Mission Hills', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24892, 'Mission Viejo', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24893, 'Mi-wuk Village', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24894, 'Modesto', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24895, 'Mohawk Vista', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24896, 'Mojave', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24897, 'Mokelumne Hill', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24898, 'Mono Vista', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24899, 'Monrovia', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24900, 'Montague', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24901, 'Montara', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24902, 'Montclair', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24903, 'Montebello', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24904, 'Montecito', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24905, 'Monterey', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24906, 'Monterey Park', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24907, 'Monte Rio', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24908, 'Monte Sereno', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24909, 'Montgomery Creek', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24910, 'Moorpark', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24911, 'Morada', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24912, 'Moraga', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24913, 'Moreno Valley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24914, 'Morgan Hill', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24915, 'Morongo Valley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24916, 'Morro Bay', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24917, 'Moss Beach', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24918, 'Moss Landing', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24919, 'Mountain Mesa', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24920, 'Mountain Ranch', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24921, 'Mountain View', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24922, 'Mountain View Acres', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24923, 'Mount Hebron', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24924, 'Mount Shasta', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24925, 'Muir Beach', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24926, 'Murphys', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24927, 'Murrieta', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24928, 'Murrieta Hot Springs', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24929, 'Muscoy', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24930, 'Myrtletown', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24931, 'Napa', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24932, 'National City', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24933, 'Nebo Center', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24934, 'Needles', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24935, 'Nevada City', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24936, 'Newark', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24937, 'Newman', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:43', 1), +(24938, 'Newport Beach', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24939, 'Newport Coast', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24940, 'Nice', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24941, 'Niland', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24942, 'Nipomo', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24943, 'Norco', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24944, 'North Auburn', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24945, 'North Edwards', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24946, 'North El Monte', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24947, 'North Fair Oaks', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24948, 'North Highlands', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24949, 'North Lakeport', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24950, 'North Woodbridge', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24951, 'Norwalk', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24952, 'Novato', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24953, 'Nuevo', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24954, 'Oakdale', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24955, 'Oakhurst', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24956, 'Oakland', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24957, 'Oakley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24958, 'Oak Park', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24959, 'Oak View', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24960, 'Occidental', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24961, 'Oceano', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24962, 'Oceanside', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24963, 'Ocotillo', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24964, 'Oildale', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24965, 'Ojai', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24966, 'Olancha', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24967, 'Olivehurst', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24968, 'Ontario', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24969, 'Onyx', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24970, 'Opal Cliffs', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24971, 'Orange', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24972, 'Orange Cove', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24973, 'Orangevale', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24974, 'Orcutt', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24975, 'Orinda', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24976, 'Orland', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24977, 'Orosi', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24978, 'Oroville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24979, 'Oroville East', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24980, 'Oxnard', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24981, 'Pacheco', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24982, 'Pacifica', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24983, 'Pacific Grove', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24984, 'Pajaro', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24985, 'Palermo', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24986, 'Palmdale', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24987, 'Palm Desert', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24988, 'Palm Springs', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24989, 'Palo Alto', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24990, 'Palo Cedro', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24991, 'Palos Verdes Estates', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24992, 'Palo Verde', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24993, 'Paradise', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24994, 'Paramount', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24995, 'Parksdale', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24996, 'Parkway-south Sacramento', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24997, 'Parkwood', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24998, 'Parlier', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(24999, 'Pasadena', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25000, 'Patterson', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25001, 'Paxton', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25002, 'Pearsonville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25003, 'Pedley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25004, 'Penn Valley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25005, 'Perris', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25006, 'Petaluma', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25007, 'Phoenix Lake-cedar Ridge', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25008, 'Pico Rivera', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25009, 'Piedmont', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25010, 'Pine Hills', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25011, 'Pine Mountain Club', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25012, 'Pine Valley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25013, 'Pinole', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25014, 'Piru', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25015, 'Pismo Beach', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25016, 'Pittsburg', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25017, 'Pixley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25018, 'Placentia', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25019, 'Placerville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25020, 'Planada', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25021, 'Pleasant Hill', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25022, 'Pleasanton', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25023, 'Plumas Eureka', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25024, 'Plymouth', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25025, 'Point Arena', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25026, 'Point Reyes Station', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25027, 'Pollock Pines', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25028, 'Pomona', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25029, 'Poplar-cotton Center', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25030, 'Port Costa', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25031, 'Porterville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25032, 'Port Hueneme', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25033, 'Portola', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25034, 'Portola Hills', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25035, 'Portola Valley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25036, 'Poway', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25037, 'Prattville', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25038, 'Prunedale', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25039, 'Quail Valley', 3830, 233, '2019-01-25 02:59:39', '2019-01-25 03:03:44', 1), +(25040, 'Quartz Hill', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25041, 'Quincy', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25042, 'Rail Road Flat', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25043, 'Rainbow', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25044, 'Raisin City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25045, 'Ramona', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25046, 'Rancho Calaveras', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25047, 'Rancho Cordova', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25048, 'Rancho Cucamonga', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25049, 'Rancho Mirage', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25050, 'Rancho Murieta', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25051, 'Rancho Palos Verdes', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25052, 'Rancho San Diego', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25053, 'Rancho Santa Fe', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25054, 'Rancho Santa Margarita', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25055, 'Rancho Tehama Reserve', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25056, 'Randsburg', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25057, 'Red Bluff', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25058, 'Redding', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25059, 'Redlands', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25060, 'Redondo Beach', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25061, 'Redway', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25062, 'Redwood City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25063, 'Reedley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25064, 'Rialto', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25065, 'Richgrove', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25066, 'Richmond', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25067, 'Ridgecrest', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25068, 'Ridgemark', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25069, 'Rio Dell', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25070, 'Rio Del Mar', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25071, 'Rio Linda', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25072, 'Rio Vista', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25073, 'Ripon', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25074, 'Riverbank', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25075, 'Riverdale', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25076, 'Riverdale Park', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25077, 'Riverside', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25078, 'Rocklin', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25079, 'Rodeo', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25080, 'Rohnert Park', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25081, 'Rolling Hills', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25082, 'Rolling Hills Estates', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25083, 'Rollingwood', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25084, 'Romoland', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25085, 'Rosamond', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25086, 'Rosedale', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25087, 'Roseland', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25088, 'Rosemead', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25089, 'Rosemont', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25090, 'Roseville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25091, 'Ross', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25092, 'Rossmoor', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25093, 'Round Mountain', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25094, 'Round Valley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25095, 'Rowland Heights', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25096, 'Rubidoux', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25097, 'Running Springs', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25098, 'Sacramento', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25099, 'St. Helena', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25100, 'Salida', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25101, 'Salinas', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25102, 'Salton City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25103, 'Salton Sea Beach', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25104, 'San Andreas', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25105, 'San Anselmo', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25106, 'San Antonio Heights', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25107, 'San Ardo', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25108, 'San Bernardino', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25109, 'San Bruno', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25110, 'San Buenaventura (ventura)', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25111, 'San Carlos', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25112, 'San Clemente', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25113, 'Sand City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25114, 'San Diego', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25115, 'San Diego Country Estates', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25116, 'San Dimas', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25117, 'San Fernando', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25118, 'San Francisco', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25119, 'San Gabriel', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25120, 'Sanger', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25121, 'San Geronimo', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25122, 'San Jacinto', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25123, 'San Joaquin', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25124, 'San Joaquin Hills', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25125, 'San Jose', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25126, 'San Juan Bautista', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25127, 'San Juan Capistrano', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25128, 'San Leandro', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25129, 'San Lorenzo', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25130, 'San Lucas', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25131, 'San Luis Obispo', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25132, 'San Marcos', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25133, 'San Marino', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25134, 'San Martin', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25135, 'San Mateo', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25136, 'San Miguel', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25137, 'San Pablo', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25138, 'San Rafael', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25139, 'San Ramon', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25140, 'Santa Ana', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25141, 'Santa Barbara', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25142, 'Santa Clara', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25143, 'Santa Clarita', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25144, 'Santa Cruz', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25145, 'Santa Fe Springs', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25146, 'Santa Maria', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25147, 'Santa Monica', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25148, 'Santa Paula', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25149, 'Santa Rosa', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25150, 'Santa Venetia', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25151, 'Santa Ynez', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25152, 'Santee', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25153, 'Saratoga', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25154, 'Sausalito', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25155, 'Scotts Valley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25156, 'Seal Beach', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25157, 'Searles Valley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25158, 'Seaside', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25159, 'Sebastopol', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25160, 'Sedco Hills', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25161, 'Seeley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25162, 'Selma', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25163, 'Seven Trees', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25164, 'Shackelford', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25165, 'Shafter', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25166, 'Shandon', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25167, 'Shasta Lake', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25168, 'Shaver Lake', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25169, 'Shingle Springs', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25170, 'Shingletown', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25171, 'Shoshone', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25172, 'Sierra Madre', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25173, 'Signal Hill', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25174, 'Simi Valley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25175, 'Solana Beach', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25176, 'Soledad', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25177, 'Solvang', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25178, 'Sonoma', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25179, 'Sonora', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25180, 'Soquel', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25181, 'Soulsbyville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25182, 'South Dos Palos', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25183, 'South El Monte', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25184, 'South Gate', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25185, 'South Lake Tahoe', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25186, 'South Oroville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25187, 'South Pasadena', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25188, 'South San Francisco', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25189, 'South San Gabriel', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25190, 'South San Jose Hills', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25191, 'South Taft', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25192, 'South Whittier', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25193, 'South Woodbridge', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25194, 'South Yuba City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25195, 'Spreckels', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25196, 'Spring Garden', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25197, 'Spring Valley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25198, 'Springville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25199, 'Squaw Valley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25200, 'Squirrel Mountain Valley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25201, 'Stallion Springs', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25202, 'Stanford', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25203, 'Stanton', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25204, 'Stinson Beach', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25205, 'Stockton', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25206, 'Storrie', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25207, 'Stratford', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25208, 'Strathmore', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25209, 'Strawberry', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25210, 'Suisun City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25211, 'Summerland', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25212, 'Sun City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25213, 'Sunnyside-tahoe City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25214, 'Sunnyslope', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25215, 'Sunnyvale', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25216, 'Sunol', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25217, 'Sunol-midtown', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25218, 'Susanville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25219, 'Sutter', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25220, 'Sutter Creek', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25221, 'Taft', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25222, 'Taft Heights', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25223, 'Taft Mosswood', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25224, 'Tahoe Vista', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25225, 'Talmage', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25226, 'Tamalpais-homestead Valley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25227, 'Tara Hills', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25228, 'Taylorsville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25229, 'Tecopa', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:44', 1), +(25230, 'Tehachapi', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25231, 'Tehama', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25232, 'Temecula', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25233, 'Temelec', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25234, 'Temple City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25235, 'Templeton', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25236, 'Tennant', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25237, 'Terra Bella', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25238, 'Thermalito', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25239, 'Thousand Oaks', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25240, 'Thousand Palms', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25241, 'Three Rivers', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25242, 'Tiburon', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25243, 'Tierra Buena', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25244, 'Tipton', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25245, 'Tobin', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25246, 'Tomales', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25247, 'Toro Canyon', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25248, 'Torrance', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25249, 'Tracy', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25250, 'Tranquillity', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25251, 'Traver', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25252, 'Trinidad', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25253, 'Truckee', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25254, 'Tulare', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25255, 'Tulelake', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25256, 'Tuolumne City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25257, 'Tupman', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25258, 'Turlock', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25259, 'Tustin', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25260, 'Tustin Foothills', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25261, 'Twain', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25262, 'Twain Harte', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25263, 'Twentynine Palms', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25264, 'Twentynine Palms Base', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25265, 'Twin Lakes', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25266, 'Ukiah', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25267, 'Union City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25268, 'Upland', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25269, 'Upper Lake', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25270, 'Vacaville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25271, 'Valinda', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25272, 'Vallecito', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25273, 'Vallejo', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25274, 'Valle Vista', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25275, 'Valley Acres', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25276, 'Valley Center', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25277, 'Valley Ranch', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25278, 'Valley Springs', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25279, 'Val Verde', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25280, 'Vandenberg Afb', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25281, 'Vandenberg Village', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25282, 'Vernon', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25283, 'Victorville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25284, 'View Park-windsor Hills', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25285, 'Villa Park', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25286, 'Vincent', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25287, 'Vine Hill', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25288, 'Vineyard', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25289, 'Visalia', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25290, 'Vista', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25291, 'Waldon', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25292, 'Wallace', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25293, 'Walnut', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25294, 'Walnut Creek', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25295, 'Walnut Grove', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25296, 'Walnut Park', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25297, 'Wasco', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25298, 'Waterford', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25299, 'Watsonville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25300, 'Weaverville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25301, 'Weed', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25302, 'Weedpatch', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25303, 'Weldon', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25304, 'West Athens', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25305, 'West Bishop', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25306, 'West Carson', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25307, 'West Compton', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25308, 'West Covina', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25309, 'Westhaven-moonstone', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25310, 'West Hollywood', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25311, 'Westlake Village', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25312, 'Westley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25313, 'West Menlo Park', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25314, 'Westminster', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25315, 'West Modesto', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25316, 'Westmont', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25317, 'Westmorland', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25318, 'West Point', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25319, 'West Puente Valley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25320, 'West Sacramento', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25321, 'West Whittier-los Nietos', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25322, 'Westwood', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25323, 'Wheatland', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25324, 'Whitehawk', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25325, 'Whittier', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25326, 'Wildomar', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25327, 'Wilkerson', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25328, 'Williams', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25329, 'Willits', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25330, 'Willowbrook', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25331, 'Willow Creek', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25332, 'Willows', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25333, 'Wilton', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25334, 'Winchester', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25335, 'Windsor', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25336, 'Winter Gardens', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25337, 'Winterhaven', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25338, 'Winters', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25339, 'Winton', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25340, 'Wofford Heights', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25341, 'Woodacre', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25342, 'Woodcrest', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25343, 'Woodlake', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25344, 'Woodland', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25345, 'Woodside', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25346, 'Woodville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25347, 'Wrightwood', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25348, 'Yorba Linda', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25349, 'Yosemite Lakes', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25350, 'Yosemite Valley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25351, 'Yountville', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25352, 'Yreka', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25353, 'Yuba City', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25354, 'Yucaipa', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25355, 'Yucca Valley', 3830, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25356, 'Acres Green', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25357, 'Aguilar', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25358, 'Air Force Academy', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25359, 'Akron', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25360, 'Alamosa', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25361, 'Alamosa East', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25362, 'Allenspark', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25363, 'Alma', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25364, 'Antonito', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25365, 'Applewood', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25366, 'Arboles', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25367, 'Aristocrat Ranchettes', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25368, 'Arriba', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25369, 'Arvada', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25370, 'Aspen', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25371, 'Aspen Park', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25372, 'Atwood', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25373, 'Ault', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25374, 'Aurora', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25375, 'Avon', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25376, 'Avondale', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25377, 'Basalt', 3832, 233, '2019-01-25 02:59:40', '2019-01-25 03:03:45', 1), +(25378, 'Battlement Mesa', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25379, 'Bayfield', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25380, 'Bennett', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25381, 'Berkley', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25382, 'Berthoud', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25383, 'Bethune', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25384, 'Beulah Valley', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25385, 'Black Forest', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25386, 'Black Hawk', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25387, 'Blanca', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25388, 'Blue River', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25389, 'Bonanza', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25390, 'Boone', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25391, 'Boulder', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25392, 'Bow Mar', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25393, 'Branson', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25394, 'Breckenridge', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25395, 'Brighton', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25396, 'Brookside', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25397, 'Broomfield', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25398, 'Brush', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25399, 'Buena Vista', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25400, 'Burlington', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25401, 'Byers', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25402, 'Calhan', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25403, 'Campion', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25404, 'Campo', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25405, 'Canon City', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25406, 'Carbondale', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25407, 'Carriage Club', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25408, 'Cascade-chipita Park', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25409, 'Castle Pines', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25410, 'Castle Rock', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25411, 'Castlewood', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25412, 'Cedaredge', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25413, 'Center', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25414, 'Central City', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25415, 'Cheraw', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25416, 'Cherry Hills Village', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25417, 'Cheyenne Wells', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(25418, 'Cimarron Hills', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25419, 'Clifton', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25420, 'Coal Creek', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25421, 'Cokedale', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25422, 'Collbran', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25423, 'Colorado City', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25424, 'Colorado Springs', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25425, 'Columbine', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25426, 'Columbine Valley', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25427, 'Commerce City', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25428, 'Cortez', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25429, 'Cottonwood', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25430, 'Craig', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25431, 'Crawford', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25432, 'Creede', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25433, 'Crested Butte', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25434, 'Crestone', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25435, 'Cripple Creek', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25436, 'Crook', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25437, 'Crowley', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25438, 'Dacono', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25439, 'De Beque', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25440, 'Deer Trail', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25441, 'Del Norte', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25442, 'Delta', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25443, 'Denver', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25444, 'Derby', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25445, 'Dillon', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25446, 'Dinosaur', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25447, 'Dolores', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25448, 'Dove Creek', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25449, 'Downieville-lawson-dumont', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25450, 'Durango', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25451, 'Eads', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25452, 'Eagle', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25453, 'Eagle-vail', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25454, 'East Pleasant View', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25455, 'Eaton', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25456, 'Eckley', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25457, 'Edgewater', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25458, 'Edwards', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25459, 'Eldora', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25460, 'Eldorado Springs', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25461, 'Elizabeth', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25462, 'El Jebel', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25463, 'Empire', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25464, 'Englewood', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25465, 'Erie', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25466, 'Estes Park', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25467, 'Evans', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25468, 'Evergreen', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25469, 'Fairplay', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25470, 'Federal Heights', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25471, 'Firestone', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25472, 'Flagler', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25473, 'Fleming', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25474, 'Florence', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25475, 'Fort Carson', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25476, 'Fort Collins', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25477, 'Fort Garland', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25478, 'Fort Lupton', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25479, 'Fort Morgan', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25480, 'Fountain', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25481, 'Fowler', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25482, 'Foxfield', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25483, 'Franktown', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25484, 'Fraser', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25485, 'Frederick', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25486, 'Frisco', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25487, 'Fruita', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25488, 'Fruitvale', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25489, 'Garden City', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25490, 'Genesee', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25491, 'Genoa', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25492, 'Georgetown', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25493, 'Gilcrest', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25494, 'Glendale', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25495, 'Gleneagle', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25496, 'Glenwood Springs', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25497, 'Golden', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25498, 'Gold Hill', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25499, 'Granada', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25500, 'Granby', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25501, 'Grand Junction', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25502, 'Grand Lake', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25503, 'Grand View Estates', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25504, 'Greeley', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25505, 'Green Mountain Falls', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25506, 'Greenwood Village', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25507, 'Grover', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25508, 'Gunbarrel', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25509, 'Gunnison', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25510, 'Gypsum', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25511, 'Hartman', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25512, 'Haswell', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25513, 'Haxtun', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25514, 'Hayden', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25515, 'Heritage Hills', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25516, 'Highlands Ranch', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25517, 'Hillrose', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25518, 'Holly', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25519, 'Holyoke', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25520, 'Hooper', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25521, 'Hotchkiss', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25522, 'Hot Sulphur Springs', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25523, 'Hudson', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25524, 'Hugo', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25525, 'Idaho Springs', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25526, 'Ignacio', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25527, 'Iliff', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25528, 'Indian Hills', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25529, 'Jamestown', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25530, 'Johnstown', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25531, 'Julesburg', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25532, 'Keenesburg', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25533, 'Ken Caryl', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25534, 'Kersey', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25535, 'Keystone', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25536, 'Kim', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25537, 'Kiowa', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25538, 'Kit Carson', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25539, 'Kittredge', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25540, 'Kremmling', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25541, 'Lafayette', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25542, 'La Jara', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25543, 'La Junta', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25544, 'Lake City', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25545, 'Lakeside', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25546, 'Lakewood', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25547, 'Lamar', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25548, 'Laporte', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25549, 'Larkspur', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25550, 'La Salle', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25551, 'Las Animas', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25552, 'La Veta', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25553, 'Leadville', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25554, 'Leadville North', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25555, 'Limon', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25556, 'Lincoln Park', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25557, 'Littleton', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25558, 'Lochbuie', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25559, 'Loghill Village', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25560, 'Log Lane Village', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25561, 'Lone Tree', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25562, 'Longmont', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25563, 'Louisville', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25564, 'Louviers', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25565, 'Loveland', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25566, 'Lyons', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25567, 'Manassa', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25568, 'Mancos', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25569, 'Manitou Springs', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25570, 'Manzanola', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25571, 'Marble', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25572, 'Mead', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25573, 'Meeker', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25574, 'Meridian', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25575, 'Merino', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25576, 'Milliken', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25577, 'Minturn', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25578, 'Moffat', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25579, 'Monte Vista', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25580, 'Montezuma', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25581, 'Montrose', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25582, 'Monument', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25583, 'Morrison', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25584, 'Mountain View', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25585, 'Mountain Village', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25586, 'Mount Crested Butte', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25587, 'Naturita', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25588, 'Nederland', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25589, 'New Castle', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25590, 'Niwot', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25591, 'Northglenn', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25592, 'North Washington', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25593, 'Norwood', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25594, 'Nucla', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25595, 'Nunn', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25596, 'Oak Creek', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25597, 'Olathe', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25598, 'Olney Springs', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25599, 'Ophir', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:45', 1), +(25600, 'Orchard City', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25601, 'Orchard Mesa', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25602, 'Ordway', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25603, 'Otis', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25604, 'Ouray', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25605, 'Ovid', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25606, 'Padroni', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25607, 'Pagosa Springs', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25608, 'Palisade', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25609, 'Palmer Lake', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25610, 'Paoli', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25611, 'Paonia', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25612, 'Parachute', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25613, 'Parker', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25614, 'Peetz', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25615, 'Penrose', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25616, 'Perry Park', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25617, 'Pierce', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25618, 'Pitkin', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25619, 'Platteville', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25620, 'Poncha Springs', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25621, 'Ponderosa Park', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25622, 'Pritchett', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25623, 'Pueblo', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25624, 'Pueblo West', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25625, 'Ramah', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25626, 'Rangely', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25627, 'Raymer', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25628, 'Red Cliff', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25629, 'Red Feather Lakes', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25630, 'Redlands', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25631, 'Rico', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25632, 'Ridgway', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25633, 'Rifle', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25634, 'Rockvale', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25635, 'Rocky Ford', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25636, 'Romeo', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25637, 'Roxborough Park', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25638, 'Rye', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25639, 'Saguache', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25640, 'St. Marys', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25641, 'Salida', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25642, 'Salt Creek', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25643, 'Sanford', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25644, 'San Luis', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25645, 'Sawpit', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25646, 'Security-widefield', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25647, 'Sedalia', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25648, 'Sedgwick', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25649, 'Seibert', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25650, 'Severance', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25651, 'Sheridan', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25652, 'Sheridan Lake', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25653, 'Sherrelwood', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25654, 'Silt', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25655, 'Silver Cliff', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25656, 'Silver Plume', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25657, 'Silverthorne', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25658, 'Silverton', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25659, 'Simla', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25660, 'Snowmass Village', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25661, 'South Fork', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25662, 'Southglenn', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25663, 'Springfield', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25664, 'Starkville', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25665, 'Steamboat Springs', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25666, 'Sterling', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25667, 'Stonegate', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25668, 'Strasburg', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25669, 'Stratmoor', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25670, 'Stratton', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25671, 'Sugar City', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25672, 'Superior', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25673, 'Swink', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25674, 'Tabernash', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25675, 'Telluride', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25676, 'The Pinery', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25677, 'Thornton', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25678, 'Timnath', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25679, 'Todd Creek', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25680, 'Towaoc', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25681, 'Trinidad', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25682, 'Twin Lakes', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25683, 'Two Buttes', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25684, 'Vail', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25685, 'Victor', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25686, 'Vilas', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25687, 'Vona', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25688, 'Walden', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25689, 'Walsenburg', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25690, 'Walsh', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25691, 'Ward', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25692, 'Welby', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25693, 'Wellington', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25694, 'Westcliffe', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25695, 'Westcreek', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25696, 'Westminster', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25697, 'West Pleasant View', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25698, 'Wheat Ridge', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25699, 'Wiggins', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25700, 'Wiley', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25701, 'Williamsburg', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25702, 'Windsor', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25703, 'Winter Park', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25704, 'Woodland Park', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25705, 'Woodmoor', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25706, 'Wray', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25707, 'Yampa', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25708, 'Yuma', 3832, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25709, 'Ansonia', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25710, 'Bantam', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25711, 'Bethel', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25712, 'Bethlehem Village', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25713, 'Blue Hills', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25714, 'Branford Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25715, 'Bridgeport', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25716, 'Bristol', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25717, 'Broad Brook', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25718, 'Canaan', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25719, 'Canton Valley', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25720, 'Central Manchester', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25721, 'Central Somers', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25722, 'Central Waterford', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25723, 'Cheshire Village', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25724, 'Chester Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25725, 'Clinton', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25726, 'Collinsville', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25727, 'Conning Towers-nautilus Park', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25728, 'Coventry Lake', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25729, 'Crystal Lake', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25730, 'Danbury', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25731, 'Danielson', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25732, 'Darien', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25733, 'Deep River Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25734, 'Derby', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25735, 'Durham', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25736, 'East Brooklyn', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25737, 'East Hampton', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25738, 'East Hartford', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25739, 'East Haven', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25740, 'Essex Village', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25741, 'Fenwick', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25742, 'Georgetown', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25743, 'Glastonbury Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25744, 'Groton', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25745, 'Groton Long Point', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25746, 'Guilford Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25747, 'Hartford', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25748, 'Hazardville', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25749, 'Heritage Village', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25750, 'Higganum', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25751, 'Jewett City', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25752, 'Kensington', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25753, 'Lake Pocotopaug', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25754, 'Litchfield', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25755, 'Long Hill', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25756, 'Madison Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25757, 'Mansfield Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25758, 'Meriden', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25759, 'Middletown', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25760, 'Milford City', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25761, 'Moodus', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25762, 'Moosup', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25763, 'Mystic', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25764, 'Naugatuck', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25765, 'New Britain', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25766, 'New Hartford Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25767, 'New Haven', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25768, 'Newington', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25769, 'New London', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25770, 'New Milford', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25771, 'New Preston', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25772, 'Newtown', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25773, 'Niantic', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25774, 'Noank', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25775, 'North Granby', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25776, 'North Grosvenor Dale', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25777, 'North Haven', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25778, 'Northwest Harwinton', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25779, 'Norwalk', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25780, 'Norwich', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25781, 'Oakville', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25782, 'Old Mystic', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25783, 'Old Saybrook Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25784, 'Orange', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25785, 'Oxoboxo River', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25786, 'Pawcatuck', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25787, 'Plainfield Village', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25788, 'Poquonock Bridge', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25789, 'Portland', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25790, 'Putnam District', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25791, 'Quinebaug', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25792, 'Ridgefield', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25793, 'Rockville', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25794, 'Salmon Brook', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25795, 'Saybrook Manor', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25796, 'Shelton', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25797, 'Sherwood Manor', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25798, 'Simsbury Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25799, 'South Coventry', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25800, 'South Windham', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25801, 'Southwood Acres', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25802, 'South Woodstock', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25803, 'Stamford', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25804, 'Stonington', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25805, 'Storrs', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25806, 'Stratford', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25807, 'Suffield Depot', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25808, 'Tariffville', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25809, 'Terramuggus', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25810, 'Terryville', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25811, 'Thompsonville', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25812, 'Torrington', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25813, 'Trumbull', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25814, 'Wallingford Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25815, 'Waterbury', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25816, 'Wauregan', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25817, 'Weatogue', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25818, 'Westbrook Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25819, 'West Hartford', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25820, 'West Haven', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25821, 'Westport', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25822, 'West Simsbury', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25823, 'Wethersfield', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25824, 'Willimantic', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25825, 'Windsor Locks', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25826, 'Winsted', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25827, 'Woodbury Center', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25828, 'Woodmont', 3833, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25829, 'Arden', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25830, 'Ardencroft', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25831, 'Ardentown', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25832, 'Bear', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25833, 'Bellefonte', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25834, 'Bethany', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25835, 'Beach', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25836, 'Bethel', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25837, 'Blades', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25838, 'Bowers', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25839, 'Bridgeville', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25840, 'Brookside', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25841, 'Camden', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25842, 'Cheswold', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25843, 'Claymont', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25844, 'Clayton', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25845, 'Dagsboro', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25846, 'Delaware City', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25847, 'Delmar', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25848, 'Dewey Beach', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25849, 'Dover', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25850, 'Dover Base Housing', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25851, 'Edgemoor', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25852, 'Ellendale', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25853, 'Elsmere', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25854, 'Farmington', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25855, 'Felton', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25856, 'Fenwick Island', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25857, 'Frankford', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25858, 'Frederica', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25859, 'Georgetown', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25860, 'Glasgow', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25861, 'Greenville', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25862, 'Greenwood', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25863, 'Harrington', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25864, 'Hartly', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25865, 'Henlopen Acres', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25866, 'Highland Acres', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25867, 'Hockessin', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25868, 'Houston', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25869, 'Kent Acres', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25870, 'Kenton', 3834, 233, '2019-01-25 02:59:41', '2019-01-25 03:03:46', 1), +(25871, 'Laurel', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25872, 'Leipsic', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25873, 'Lewes', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25874, 'Little Creek', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25875, 'Long Neck', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25876, 'Magnolia', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25877, 'Middletown', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25878, 'Milford', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25879, 'Millsboro', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25880, 'Millville', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25881, 'Milton', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25882, 'Newark', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25883, 'New Castle', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25884, 'Newport', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25885, 'North Star', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25886, 'Ocean View', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25887, 'Odessa', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25888, 'Pike Creek', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25889, 'Rehoboth Beach', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25890, 'Rising Sun-lebanon', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25891, 'Riverview', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25892, 'Rodney Village', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25893, 'Seaford', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25894, 'Selbyville', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25895, 'Slaughter Beach', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25896, 'Smyrna', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25897, 'South Bethany', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25898, 'Townsend', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25899, 'Viola', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25900, 'Wilmington', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25901, 'Wilmington Manor', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25902, 'Woodside', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25903, 'Woodside East', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25904, 'Wyoming', 3834, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25905, 'Washington', 3835, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25906, 'Fsm', 4022, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25907, 'Alachua', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25908, 'Alford', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25909, 'Altamonte Springs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25910, 'Altha', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25911, 'Altoona', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25912, 'Alva', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25913, 'Andover', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25914, 'Andrews', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25915, 'Anna Maria', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25916, 'Apalachicola', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25917, 'Apollo Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25918, 'Apopka', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25919, 'Arcadia', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25920, 'Archer', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25921, 'Asbury Lake', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25922, 'Astatula', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25923, 'Astor', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25924, 'Atlantic Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25925, 'Atlantis', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25926, 'Auburndale', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25927, 'Aventura', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25928, 'Avon Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25929, 'Azalea Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25930, 'Babson Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25931, 'Bagdad', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25932, 'Baldwin', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25933, 'Bal Harbour', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25934, 'Bartow', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25935, 'Bascom', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25936, 'Bay Harbor Islands', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25937, 'Bay Hill', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25938, 'Bay Lake', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25939, 'Bayonet Point', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25940, 'Bay Pines', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25941, 'Bayport', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25942, 'Bayshore Gardens', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25943, 'Beacon Square', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25944, 'Bee Ridge', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25945, 'Bell', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25946, 'Bellair-meadowbrook Terrace', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25947, 'Belleair', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25948, 'Belleair Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25949, 'Belleair Bluffs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25950, 'Belleair Shore', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25951, 'Belle Glade', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25952, 'Belle Glade Camp', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25953, 'Belle Isle', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25954, 'Belleview', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25955, 'Bellview', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25956, 'Beverly Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25957, 'Beverly Hills', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25958, 'Big Coppitt Key', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25959, 'Big Pine Key', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25960, 'Biscayne Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25961, 'Bithlo', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25962, 'Black Diamond', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25963, 'Bloomingdale', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25964, 'Blountstown', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25965, 'Boca Del Mar', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25966, 'Boca Pointe', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25967, 'Boca Raton', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25968, 'Bokeelia', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25969, 'Bonifay', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25970, 'Bonita Springs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25971, 'Bonnie Lock-woodsetter North', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25972, 'Boulevard Gardens', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25973, 'Bowling Green', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25974, 'Boyette', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25975, 'Boynton Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25976, 'Bradenton', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25977, 'Bradenton Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25978, 'Brandon', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25979, 'Branford', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25980, 'Brent', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25981, 'Briny Breezes', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25982, 'Bristol', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25983, 'Broadview Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25984, 'Broadview-pompano Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25985, 'Bronson', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25986, 'Brooker', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25987, 'Brookridge', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25988, 'Brooksville', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25989, 'Broward Estates', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25990, 'Brownsville', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25991, 'Buckhead Ridge', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25992, 'Buckingham', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25993, 'Bunche Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25994, 'Bunnell', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25995, 'Burnt Store Marina', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25996, 'Bushnell', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:46', 1), +(25997, 'Butler Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(25998, 'Callahan', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(25999, 'Callaway', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26000, 'Campbell', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26001, 'Campbellton', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26002, 'Canal Point', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26003, 'Cape Canaveral', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26004, 'Cape Coral', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26005, 'Captiva', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26006, 'Carol City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26007, 'Carrabelle', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26008, 'Carver Ranches', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26009, 'Caryville', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26010, 'Casselberry', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26011, 'Cedar Grove', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26012, 'Cedar Key', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26013, 'Celebration', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26014, 'Center Hill', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26015, 'Century', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26016, 'Century Village', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26017, 'Chambers Estates', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26018, 'Charleston Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26019, 'Charlotte Harbor', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26020, 'Charlotte Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26021, 'Chattahoochee', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26022, 'Cheval', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26023, 'Chiefland', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26024, 'Chipley', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26025, 'Chokoloskee', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26026, 'Christmas', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26027, 'Chula Vista', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26028, 'Chuluota', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26029, 'Cinco Bayou', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26030, 'Citrus Hills', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26031, 'Citrus Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26032, 'Citrus Ridge', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26033, 'Citrus Springs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26034, 'Clearwater', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26035, 'Clermont', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(26036, 'Cleveland', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26037, 'Clewiston', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26038, 'Cloud Lake', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26039, 'Cocoa', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26040, 'Cocoa Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26041, 'Cocoa West', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26042, 'Coconut Creek', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26043, 'Coleman', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26044, 'Collier Manor-cresthaven', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26045, 'Combee Settlement', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26046, 'Conway', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26047, 'Cooper City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26048, 'Coral Gables', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26049, 'Coral Springs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26050, 'Coral Terrace', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26051, 'Cortez', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26052, 'Cottondale', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26053, 'Country Club', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26054, 'Country Estates', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26055, 'Country Walk', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26056, 'Crescent Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26057, 'Crescent City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26058, 'Crestview', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26059, 'Crooked Lake Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26060, 'Cross City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26061, 'Crystal Lake', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26062, 'Crystal River', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26063, 'Crystal Springs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26064, 'Cudjoe Key', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26065, 'Cutler', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26066, 'Cutler Ridge', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26067, 'Cypress Gardens', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26068, 'Cypress Lake', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26069, 'Cypress Lakes', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26070, 'Cypress Quarters', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26071, 'Dade City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26072, 'Dade City North', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26073, 'Dania Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26074, 'Davenport', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26075, 'Davie', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26076, 'Daytona Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26077, 'Daytona Beach Shores', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26078, 'De Bary', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26079, 'Deerfield Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26080, 'De Funiak Springs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26081, 'De Land', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26082, 'De Land Southwest', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26083, 'De Leon Springs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26084, 'Delray Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26085, 'Deltona', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26086, 'Desoto Lakes', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26087, 'Destin', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26088, 'Doctor Phillips', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26089, 'Doral', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26090, 'Dover', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26091, 'Duck Key', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26092, 'Dundee', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26093, 'Dunedin', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26094, 'Dunes Road', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26095, 'Dunnellon', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26096, 'Eagle Lake', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26097, 'East Bronson', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26098, 'East Dunbar', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26099, 'East Lake', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26100, 'East Lake-orient Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26101, 'East Palatka', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26102, 'East Perrine', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26103, 'Eastpoint', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26104, 'East Williston', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26105, 'Eatonville', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26106, 'Ebro', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26107, 'Edgewater', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26108, 'Edgewood', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26109, 'Eglin Afb', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26110, 'Egypt Lake-leto', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26111, 'Elfers', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26112, 'Ellenton', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26113, 'El Portal', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26114, 'Englewood', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26115, 'Ensley', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26116, 'Estates Of Fort Lauderdale', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26117, 'Estero', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26118, 'Esto', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26119, 'Eustis', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26120, 'Everglades', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26121, 'Fairview Shores', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26122, 'Fanning Springs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26123, 'Feather Sound', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26124, 'Fellsmere', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26125, 'Fernandina Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26126, 'Ferndale', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26127, 'Fern Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26128, 'Ferry Pass', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26129, 'Fisher Island', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26130, 'Fish Hawk', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26131, 'Five Points', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26132, 'Flagler Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26133, 'Floral City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26134, 'Florida City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26135, 'Florida Ridge', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26136, 'Forest City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26137, 'Fort Lauderdale', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26138, 'Fort Meade', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26139, 'Fort Myers', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26140, 'Fort Myers Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26141, 'Fort Myers Shores', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26142, 'Fort Pierce', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26143, 'Fort Pierce North', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26144, 'Fort Pierce South', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26145, 'Fort Walton Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26146, 'Fort White', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26147, 'Fountainbleau', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26148, 'Franklin Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26149, 'Freeport', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26150, 'Fremd Village-padgett Island', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26151, 'Frostproof', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26152, 'Fruit Cove', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26153, 'Fruitland Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26154, 'Fruitville', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26155, 'Fussels Corner', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26156, 'Gainesville', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26157, 'Gandy', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26158, 'Gateway', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26159, 'Geneva', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26160, 'Gibsonia', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26161, 'Gibsonton', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26162, 'Gifford', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26163, 'Gladeview', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26164, 'Glencoe', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26165, 'Glen Ridge', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26166, 'Glen St. Mary', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26167, 'Glenvar Heights', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26168, 'Godfrey Road', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26169, 'Golden Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26170, 'Golden Gate', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26171, 'Golden Glades', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26172, 'Golden Heights', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26173, 'Golden Lakes', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26174, 'Goldenrod', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26175, 'Golf', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26176, 'Gonzalez', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26177, 'Goodland', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26178, 'Gotha', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26179, 'Goulding', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26180, 'Goulds', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26181, 'Graceville', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26182, 'Grand Ridge', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26183, 'Greater Carrollwood', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26184, 'Greater Northdale', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26185, 'Greater Sun Center', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26186, 'Greenacres', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26187, 'Green Cove Springs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26188, 'Green Meadow', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26189, 'Greensboro', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26190, 'Greenville', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26191, 'Greenwood', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26192, 'Gretna', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26193, 'Grove City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26194, 'Groveland', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26195, 'Gulf Breeze', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26196, 'Gulf Gate Estates', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26197, 'Gulfport', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26198, 'Gulf Stream', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26199, 'Gun Club Estates', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26200, 'Haines City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26201, 'Hallandale', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26202, 'Hampton', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26203, 'Hamptons At Boca Raton', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26204, 'Harbor Bluffs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26205, 'Harbour Heights', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26206, 'Harlem', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26207, 'Harlem Heights', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26208, 'Hastings', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26209, 'Havana', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26210, 'Haverhill', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26211, 'Hawthorne', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26212, 'Heathrow', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26213, 'Hernando', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26214, 'Hernando Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26215, 'Hialeah', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26216, 'Hialeah Gardens', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26217, 'Highland Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26218, 'Highland City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26219, 'Highland Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26220, 'High Point', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26221, 'High Springs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26222, 'Hiland Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26223, 'Hillcrest Heights', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26224, 'Hilliard', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26225, 'Hill N Dale', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26226, 'Hillsboro Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26227, 'Hillsboro Pines', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26228, 'Hillsboro Ranches', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26229, 'Hobe Sound', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26230, 'Holden Heights', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26231, 'Holiday', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26232, 'Holly Hill', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26233, 'Hollywood', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26234, 'Holmes Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26235, 'Homestead', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26236, 'Homestead Base', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26237, 'Homosassa', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26238, 'Homosassa Springs', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26239, 'Horseshoe Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26240, 'Howey-in-the-hills', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26241, 'Hudson', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26242, 'Hunters Creek', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26243, 'Hutchinson Island South', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26244, 'Hypoluxo', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26245, 'Immokalee', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26246, 'Indialantic', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26247, 'Indian Creek', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26248, 'Indian Harbour Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26249, 'Indian River Estates', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26250, 'Indian River Shores', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26251, 'Indian Rocks Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26252, 'Indian Shores', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26253, 'Indiantown', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26254, 'Inglis', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26255, 'Interlachen', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26256, 'Inverness', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26257, 'Inverness Highlands North', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26258, 'Inverness Highlands South', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26259, 'Inwood', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26260, 'Iona', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26261, 'Islamorada', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26262, 'Islandia', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26263, 'Istachatta', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26264, 'Ivanhoe Estates', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26265, 'Ives Estates', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26266, 'Jacksonville', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26267, 'Jacksonville Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26268, 'Jacob City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26269, 'Jan Phyl Village', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26270, 'Jasmine Estates', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26271, 'Jasper', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26272, 'Jay', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26273, 'Jennings', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26274, 'Jensen Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26275, 'June Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26276, 'Juno Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26277, 'Juno Ridge', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26278, 'Jupiter', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26279, 'Jupiter Inlet Colony', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26280, 'Jupiter Island', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26281, 'Kathleen', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26282, 'Kendale Lakes', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26283, 'Kendall', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26284, 'Kendall Green', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26285, 'Kendall West', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26286, 'Kenneth City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:47', 1), +(26287, 'Kensington Park', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26288, 'Key Biscayne', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26289, 'Key Colony Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26290, 'Key Largo', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26291, 'Keystone', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26292, 'Keystone Heights', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26293, 'Key West', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26294, 'Kings Point', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26295, 'Kissimmee', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26296, 'Labelle', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26297, 'Lacoochee', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26298, 'La Crosse', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26299, 'Lady Lake', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26300, 'Laguna Beach', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26301, 'Lake Alfred', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26302, 'Lake Belvedere Estates', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26303, 'Lake Buena Vista', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26304, 'Lake Butler', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26305, 'Lake Butter', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26306, 'Lake City', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26307, 'Lake Clarke Shores', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26308, 'Lake Forest', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26309, 'Lake Hamilton', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26310, 'Lake Harbor', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26311, 'Lake Hart', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26312, 'Lake Helen', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26313, 'Lake Kathryn', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26314, 'Lakeland', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26315, 'Lakeland Highlands', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26316, 'Lake Lindsey', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26317, 'Lake Lorraine', 3836, 233, '2019-01-25 02:59:42', '2019-01-25 03:03:48', 1), +(26318, 'Lake Lucerne', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26319, 'Lake Mack-forest Hills', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26320, 'Lake Magdalene', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26321, 'Lake Mary', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26322, 'Lake Panasoffkee', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26323, 'Lake Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26324, 'Lake Placid', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26325, 'Lake Sarasota', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26326, 'Lakes By The Bay', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26327, 'Lakeside', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26328, 'Lakeside Green', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26329, 'Lake Wales', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26330, 'Lakewood Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26331, 'Lake Worth', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26332, 'Lake Worth Corridor', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26333, 'Land O Lakes', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26334, 'Lantana', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26335, 'Largo', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26336, 'Lauderdale-by-the-sea', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26337, 'Lauderdale Lakes', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26338, 'Lauderhill', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26339, 'Laurel', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26340, 'Laurel Hill', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26341, 'Lawtey', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26342, 'Layton', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26343, 'Lazy Lake', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26344, 'Lecanto', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26345, 'Lee', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26346, 'Leesburg', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26347, 'Lehigh Acres', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26348, 'Leisure City', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26349, 'Leisureville', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26350, 'Lely', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26351, 'Lely Resort', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26352, 'Lighthouse Point', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26353, 'Limestone Creek', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26354, 'Lisbon', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26355, 'Live Oak', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26356, 'Loch Lomond', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26357, 'Lochmoor Waterway Estates', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26358, 'Lockhart', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26359, 'Longboat Key', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26360, 'Longwood', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26361, 'Loughman', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26362, 'Lower Grand Lagoon', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26363, 'Lutz', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26364, 'Lynn Haven', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26365, 'Macclenny', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26366, 'Mcgregor', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26367, 'Mcintosh', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26368, 'Madeira Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26369, 'Madison', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26370, 'Maitland', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26371, 'Malabar', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26372, 'Malone', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26373, 'Manalapan', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26374, 'Manasota Key', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26375, 'Manattee Road', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26376, 'Mango', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26377, 'Mangonia Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26378, 'Marathon', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26379, 'Marco Island', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26380, 'Margate', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26381, 'Marianna', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26382, 'Marineland', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26383, 'Mary Esther', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26384, 'Masaryktown', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26385, 'Mascotte', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26386, 'Matlacha', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26387, 'Matlacha Isles-matlacha Shores', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26388, 'Mayo', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26389, 'Meadow Woods', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26390, 'Medley', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26391, 'Medulla', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26392, 'Melbourne', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26393, 'Melbourne Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26394, 'Melbourne Village', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26395, 'Melrose Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26396, 'Memphis', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26397, 'Merritt Island', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26398, 'Mexico Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26399, 'Miami', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26400, 'Miami Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26401, 'Miami Gardens', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26402, 'Miami Lakes', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26403, 'Miami Shores', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26404, 'Miami Springs', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26405, 'Micanopy', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26406, 'Micco', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26407, 'Middleburg', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26408, 'Midway', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26409, 'Milton', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26410, 'Mims', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26411, 'Minneola', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26412, 'Miramar', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26413, 'Miramar Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26414, 'Mission Bay', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26415, 'Molino', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26416, 'Monticello', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26417, 'Montverde', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26418, 'Moore Haven', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26419, 'Mount Dora', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26420, 'Mount Plymouth', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26421, 'Mulberry', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26422, 'Myrtle Grove', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26423, 'Naples', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26424, 'Naples Manor', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26425, 'Naples Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26426, 'Naranja', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26427, 'Nassau Village-ratliff', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26428, 'Neptune Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26429, 'Newberry', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26430, 'New Port Richey', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26431, 'New Port Richey East', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26432, 'New Smyrna Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26433, 'Niceville', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26434, 'Nobleton', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26435, 'Nokomis', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26436, 'Noma', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26437, 'Norland', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26438, 'North Andrews Gardens', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26439, 'North Bay Village', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26440, 'North Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26441, 'North Brooksville', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26442, 'North De Land', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26443, 'North Fort Myers', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26444, 'North Key Largo', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26445, 'North Lauderdale', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26446, 'North Miami', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26447, 'North Miami Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26448, 'North Palm Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26449, 'North Port', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26450, 'North Redington Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26451, 'North River Shores', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26452, 'North Sarasota', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26453, 'North Weeki Wachee', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26454, 'Oak Hill', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26455, 'Oakland', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26456, 'Oakland Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26457, 'Oak Point', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26458, 'Oak Ridge', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26459, 'Ocala', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26460, 'Ocean Breeze Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26461, 'Ocean City', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26462, 'Ocean Ridge', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26463, 'Ocoee', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26464, 'Odessa', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26465, 'Ojus', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26466, 'Okahumpka', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26467, 'Okeechobee', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26468, 'Oldsmar', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26469, 'Olga', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26470, 'Olympia Heights', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26471, 'Opa-locka', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26472, 'Opa-locka North', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26473, 'Orange City', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26474, 'Orange Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26475, 'Orangetree', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26476, 'Orchid', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26477, 'Orlando', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26478, 'Orlovista', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26479, 'Ormond Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26480, 'Ormond-by-the-sea', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26481, 'Osprey', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26482, 'Otter Creek', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26483, 'Oviedo', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26484, 'Pace', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26485, 'Page Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26486, 'Pahokee', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26487, 'Paisley', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26488, 'Palatka', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26489, 'Palm Aire', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26490, 'Palm Bay', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26491, 'Palm Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26492, 'Palm Beach Gardens', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26493, 'Palm Beach Shores', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26494, 'Palm City', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26495, 'Palm Coast', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26496, 'Palmetto', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26497, 'Palmetto Estates', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26498, 'Palm Harbor', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26499, 'Palmona Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26500, 'Palm River-clair Mel', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26501, 'Palm Shores', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26502, 'Palm Springs', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26503, 'Palm Springs North', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26504, 'Palm Valley', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26505, 'Panama City', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26506, 'Panama City Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26507, 'Paradise Heights', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26508, 'Parker', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26509, 'Parkland', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26510, 'Paxton', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26511, 'Pebble Creek', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26512, 'Pelican Bay', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26513, 'Pembroke Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26514, 'Pembroke Pines', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26515, 'Penney Farms', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26516, 'Pensacola', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26517, 'Perry', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26518, 'Pierson', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26519, 'Pine Castle', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26520, 'Pinecrest', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26521, 'Pine Hills', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26522, 'Pine Island', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26523, 'Pine Island Center', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26524, 'Pine Island Ridge', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26525, 'Pine Lakes', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26526, 'Pineland', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26527, 'Pinellas Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26528, 'Pine Manor', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26529, 'Pine Ridge', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26530, 'Pinewood', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:48', 1), +(26531, 'Pittman', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26532, 'Placid Lakes', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26533, 'Plantation', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26534, 'Plantation Island', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26535, 'Plantation Mobile Home Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26536, 'Plant City', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26537, 'Poinciana', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26538, 'Polk City', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26539, 'Pomona Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26540, 'Pompano Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26541, 'Pompano Beach Highlands', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26542, 'Pompano Estates', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26543, 'Ponce De Leon', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26544, 'Ponce Inlet', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26545, 'Port Charlotte', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26546, 'Port La Belle', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26547, 'Port Orange', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26548, 'Port Richey', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26549, 'Port St. Joe', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26550, 'Port St. John', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26551, 'Port St. Lucie', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26552, 'Port St. Lucie-river Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26553, 'Port Salerno', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26554, 'Pretty Bayou', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26555, 'Princeton', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26556, 'Progress Village', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26557, 'Punta Gorda', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26558, 'Punta Rassa', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26559, 'Quincy', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26560, 'Raiford', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26561, 'Ramblewood East', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26562, 'Ravenswood Estates', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26563, 'Reddick', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26564, 'Redington Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26565, 'Redington Shores', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26566, 'Richmond Heights', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26567, 'Richmond West', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26568, 'Ridgecrest', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26569, 'Ridge Manor', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26570, 'Ridge Wood Heights', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26571, 'Rio', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26572, 'Riverland Village', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26573, 'Riverview', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26574, 'Riviera Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26575, 'Rock Island', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26576, 'Rockledge', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26577, 'Rolling Oaks', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26578, 'Roosevelt Gardens', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26579, 'Roseland', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26580, 'Rotonda', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26581, 'Royal Palm Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26582, 'Royal Palm Estates', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26583, 'Royal Palm Ranches', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26584, 'Ruskin', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26585, 'Safety Harbor', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26586, 'St. Augustine', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26587, 'St. Augustine Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26588, 'St. Augustine Shores', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26589, 'St. Augustine South', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26590, 'St. Cloud', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26591, 'St. George', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26592, 'St. James City', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26593, 'St. Leo', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26594, 'St. Lucie', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26595, 'St. Marks', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26596, 'St. Pete Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26597, 'St. Petersburg', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26598, 'Samoset', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26599, 'Samsula-spruce Creek', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26600, 'San Antonio', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26601, 'San Carlos Park', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26602, 'Sandalfoot Cove', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26603, 'Sanford', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26604, 'Sanibel', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26605, 'Sarasota', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26606, 'Sarasota Springs', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26607, 'Satellite Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26608, 'Sawgrass', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26609, 'Schall Circle', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26610, 'Scott Lake', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26611, 'Sea Ranch Lakes', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26612, 'Sebastian', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26613, 'Sebring', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26614, 'Seffner', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26615, 'Seminole', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26616, 'Seminole Manor', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26617, 'Sewall S Point', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26618, 'Shady Hills', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26619, 'Shalimar', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26620, 'Sharpes', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26621, 'Siesta Key', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26622, 'Silver Lake', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26623, 'Silver Springs Shores', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26624, 'Sky Lake', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26625, 'Sneads', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26626, 'Solana', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26627, 'Sopchoppy', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26628, 'Sorrento', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26629, 'South Apopka', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26630, 'South Bay', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26631, 'South Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26632, 'South Bradenton', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26633, 'South Brooksville', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26634, 'Southchase', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26635, 'South Daytona', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26636, 'Southeast Arcadia', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26637, 'Southgate', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26638, 'South Gate Ridge', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26639, 'South Highpoint', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26640, 'South Miami', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(26641, 'South Miami Heights', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26642, 'South Palm Beach', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26643, 'South Pasadena', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26644, 'South Patrick Shores', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26645, 'South Sarasota', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26646, 'South Venice', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26647, 'Springfield', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26648, 'Spring Hill', 3836, 233, '2019-01-25 02:59:43', '2019-01-25 03:03:49', 1), +(26649, 'Spring Lake', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26650, 'Stacey Street', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26651, 'Starke', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26652, 'Stock Island', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26653, 'Stuart', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26654, 'Sugarmill Woods', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26655, 'Suncoast Estates', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26656, 'Sunny Isles Beach', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26657, 'Sunrise', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26658, 'Sunset', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26659, 'Sunshine Acres', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26660, 'Sunshine Ranches', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26661, 'Surfside', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26662, 'Sweetwater', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26663, 'Sylvan Shores', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26664, 'Taft', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26665, 'Tallahassee', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26666, 'Tamarac', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26667, 'Tamiami', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26668, 'Tampa', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26669, 'Tangelo Park', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26670, 'Tangerine', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26671, 'Tarpon Springs', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26672, 'Tavares', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26673, 'Tavernier', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26674, 'Taylor Creek', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26675, 'Tedder', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26676, 'Temple Terrace', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26677, 'Tequesta', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26678, 'Terra Mar', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26679, 'The Crossings', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26680, 'The Hammocks', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26681, 'The Meadows', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26682, 'The Villages', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26683, 'Thonotosassa', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26684, 'Three Lakes', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26685, 'Three Oaks', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26686, 'Tice', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26687, 'Tierra Verde', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26688, 'Tildenville', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26689, 'Timber Pines', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26690, 'Titusville', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26691, 'Town N Country', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26692, 'Treasure Island', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26693, 'Trenton', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26694, 'Trinity', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26695, 'Twin Lakes', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26696, 'Tyndall Afb', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26697, 'Umatilla', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26698, 'Union Park', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26699, 'University', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26700, 'University Park', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26701, 'Upper Grand Lagoon', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26702, 'Utopia', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26703, 'Valparaiso', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26704, 'Valrico', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26705, 'Vamo', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26706, 'Venice', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26707, 'Venice Gardens', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26708, 'Vernon', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26709, 'Vero Beach', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26710, 'Vero Beach South', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26711, 'Village Park', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26712, 'Villages Of Oriole', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26713, 'Villano Beach', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26714, 'Villas', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26715, 'Vineyards', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26716, 'Virginia Gardens', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26717, 'Wabasso', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26718, 'Wabasso Beach', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26719, 'Wahneta', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26720, 'Waldo', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26721, 'Warm Mineral Springs', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26722, 'Warrington', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26723, 'Washington Park', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26724, 'Watertown', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26725, 'Wauchula', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26726, 'Wausau', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26727, 'Waverly', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26728, 'Webster', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26729, 'Wedgefield', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26730, 'Weeki Wachee', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26731, 'Weeki Wachee Gardens', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26732, 'Wekiwa Springs', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26733, 'Welaka', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26734, 'Wellington', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26735, 'Wesley Chapel', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26736, 'Wesley Chapel South', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26737, 'West And East Lealman', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26738, 'West Bradenton', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26739, 'Westchase', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26740, 'Westchester', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26741, 'West De Land', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26742, 'Westgate-belvedere Homes', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26743, 'West Ken-lark', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26744, 'West Little River', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26745, 'West Melbourne', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26746, 'West Miami', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26747, 'Weston', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26748, 'West Palm Beach', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26749, 'West Pensacola', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26750, 'West Perrine', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26751, 'West Samoset', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26752, 'West Vero Corridor', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26753, 'Westview', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26754, 'Westville', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26755, 'Westwood Lakes', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26756, 'Wewahitchka', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26757, 'Whiskey Creek', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26758, 'Whisper Walk', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26759, 'White City', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26760, 'White Springs', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26761, 'Whitfield', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26762, 'Wildwood', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26763, 'Williamsburg', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26764, 'Williston', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26765, 'Williston Highlands', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26766, 'Willow Oak', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26767, 'Wilton Manors', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26768, 'Wimauma', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26769, 'Windermere', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26770, 'Winston', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26771, 'Winter Beach', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26772, 'Winter Garden', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26773, 'Winter Haven', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26774, 'Winter Park', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26775, 'Winter Springs', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26776, 'Woodville', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26777, 'Worthington Springs', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26778, 'Wright', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26779, 'Yalaha', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26780, 'Yankeetown', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26781, 'Yeehaw Junction', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26782, 'Yulee', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26783, 'Zellwood', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26784, 'Zephyrhills', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26785, 'Zephyrhills North', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26786, 'Zephyrhills South', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26787, 'Zephyrhills West', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26788, 'Zolfo Springs', 3836, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26789, 'Abbeville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26790, 'Acworth', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26791, 'Adairsville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26792, 'Adel', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26793, 'Adrian', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26794, 'Ailey', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26795, 'Alamo', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26796, 'Alapaha', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26797, 'Albany', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26798, 'Aldora', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26799, 'Allenhurst', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26800, 'Allentown', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26801, 'Alma', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26802, 'Alpharetta', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26803, 'Alston', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26804, 'Alto', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26805, 'Ambrose', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26806, 'Americus', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26807, 'Andersonville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26808, 'Arabi', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26809, 'Aragon', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26810, 'Arcade', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26811, 'Argyle', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26812, 'Arlington', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26813, 'Arnoldsville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26814, 'Ashburn', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26815, 'Athens-clarke County', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26816, 'Atlanta', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26817, 'Attapulgus', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26818, 'Auburn', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26819, 'Augusta-richmond County', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26820, 'Austell', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26821, 'Avalon', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26822, 'Avera', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26823, 'Avondale Estates', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26824, 'Baconton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26825, 'Bainbridge', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26826, 'Baldwin', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26827, 'Ball Ground', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26828, 'Barnesville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26829, 'Bartow', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26830, 'Barwick', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26831, 'Baxley', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26832, 'Bellville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26833, 'Belvedere Park', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26834, 'Berkeley Lake', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26835, 'Berlin', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26836, 'Bethlehem', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26837, 'Between', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26838, 'Bibb City', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26839, 'Bishop', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26840, 'Blackshear', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26841, 'Blacksville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26842, 'Blairsville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26843, 'Blakely', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26844, 'Bloomingdale', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26845, 'Blue Ridge', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26846, 'Bluffton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26847, 'Blythe', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26848, 'Bogart', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26849, 'Bonanza', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:49', 1), +(26850, 'Boston', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26851, 'Bostwick', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26852, 'Bowdon', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26853, 'Bowersville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26854, 'Bowman', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26855, 'Braselton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26856, 'Braswell', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26857, 'Bremen', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26858, 'Brinson', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26859, 'Bronwood', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26860, 'Brooklet', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26861, 'Brooks', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26862, 'Broxton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26863, 'Brunswick', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26864, 'Buchanan', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26865, 'Buckhead', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26866, 'Buena Vista', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26867, 'Buford', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26868, 'Butler', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26869, 'Byromville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26870, 'Byron', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26871, 'Cadwell', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26872, 'Cairo', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26873, 'Calhoun', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26874, 'Camak', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26875, 'Camilla', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26876, 'Candler-mcafee', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26877, 'Canon', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26878, 'Canton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26879, 'Carl', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26880, 'Carlton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26881, 'Carnesville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26882, 'Carrollton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26883, 'Cartersville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26884, 'Cave Spring', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26885, 'Cecil', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26886, 'Cedartown', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26887, 'Centerville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26888, 'Centralhatchee', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26889, 'Chamblee', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26890, 'Chatsworth', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26891, 'Chattanooga Valley', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26892, 'Chauncey', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26893, 'Chester', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26894, 'Chickamauga', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26895, 'Clarkesville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26896, 'Clarkston', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26897, 'Claxton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26898, 'Clayton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26899, 'Clermont', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26900, 'Cleveland', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26901, 'Climax', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26902, 'Cobbtown', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26903, 'Cochran', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26904, 'Cohutta', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26905, 'Colbert', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26906, 'Coleman', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26907, 'College Park', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26908, 'Collins', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26909, 'Colquitt', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26910, 'Columbus City', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26911, 'Comer', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26912, 'Commerce', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26913, 'Concord', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26914, 'Conley', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26915, 'Conyers', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26916, 'Coolidge', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26917, 'Cordele', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26918, 'Corinth', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26919, 'Cornelia', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26920, 'Country Club Estates', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26921, 'Covington', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26922, 'Crawford', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26923, 'Crawfordville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26924, 'Culloden', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26925, 'Cumming', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26926, 'Cusseta', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26927, 'Cuthbert', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26928, 'Dacula', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26929, 'Dahlonega', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26930, 'Daisy', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26931, 'Dallas', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26932, 'Dalton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26933, 'Damascus', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26934, 'Danielsville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26935, 'Danville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26936, 'Darien', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26937, 'Dasher', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26938, 'Davisboro', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26939, 'Dawson', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26940, 'Dawsonville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26941, 'Dearing', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26942, 'Decatur', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26943, 'Deenwood', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26944, 'Deepstep', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26945, 'Demorest', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26946, 'Denton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26947, 'De Soto', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26948, 'Dexter', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26949, 'Dillard', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26950, 'Dock Junction', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26951, 'Doerun', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26952, 'Donalsonville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26953, 'Dooling', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26954, 'Doraville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26955, 'Douglas', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26956, 'Douglasville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26957, 'Druid Hills', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26958, 'Dublin', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26959, 'Dudley', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26960, 'Duluth', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26961, 'Dunwoody', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26962, 'Du Pont', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26963, 'East Dublin', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26964, 'East Ellijay', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26965, 'East Griffin', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26966, 'Eastman', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26967, 'East Newnan', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26968, 'East Point', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26969, 'Eatonton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26970, 'Edge Hill', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26971, 'Edison', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26972, 'Elberton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26973, 'Ellaville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26974, 'Ellenton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26975, 'Ellijay', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26976, 'Emerson', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26977, 'Enigma', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26978, 'Ephesus', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26979, 'Eton', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26980, 'Euharlee', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26981, 'Evans', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26982, 'Experiment', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26983, 'Fairburn', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26984, 'Fairmount', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26985, 'Fair Oaks', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26986, 'Fairview', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26987, 'Fargo', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26988, 'Fayetteville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26989, 'Fitzgerald', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26990, 'Flemington', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26991, 'Flovilla', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26992, 'Flowery Branch', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26993, 'Folkston', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26994, 'Forest Park', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26995, 'Forsyth', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26996, 'Fort Benning South', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26997, 'Fort Gaines', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26998, 'Fort Oglethorpe', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(26999, 'Fort Stewart', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(27000, 'Fort Valley', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(27001, 'Franklin', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(27002, 'Franklin Springs', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(27003, 'Funston', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(27004, 'Gainesville', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(27005, 'Garden City', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(27006, 'Garfield', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(27007, 'Gay', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(27008, 'Geneva', 3837, 233, '2019-01-25 02:59:44', '2019-01-25 03:03:50', 1), +(27009, 'Georgetown', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27010, 'Gibson', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27011, 'Gillsville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27012, 'Girard', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27013, 'Glennville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27014, 'Glenwood', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27015, 'Good Hope', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27016, 'Gordon', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27017, 'Graham', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27018, 'Grantville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27019, 'Gray', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27020, 'Grayson', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27021, 'Greensboro', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27022, 'Greenville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27023, 'Gresham Park', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27024, 'Griffin', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27025, 'Grovetown', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27026, 'Gumbranch', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27027, 'Gumlog', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27028, 'Guyton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27029, 'Hagan', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27030, 'Hahira', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27031, 'Hamilton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27032, 'Hampton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27033, 'Hannahs Mill', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27034, 'Hapeville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27035, 'Haralson', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27036, 'Harlem', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27037, 'Harrison', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27038, 'Hartwell', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27039, 'Hawkinsville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27040, 'Hazlehurst', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27041, 'Helen', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27042, 'Helena', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27043, 'Hephzibah', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27044, 'Hiawassee', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27045, 'Higgston', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27046, 'Hilltop', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27047, 'Hiltonia', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27048, 'Hinesville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27049, 'Hiram', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27050, 'Hoboken', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27051, 'Hogansville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27052, 'Holly Springs', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27053, 'Homeland', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27054, 'Homer', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27055, 'Homerville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27056, 'Hoschton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27057, 'Hull', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27058, 'Ideal', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27059, 'Ila', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27060, 'Indian Springs', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27061, 'Iron City', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27062, 'Irondale', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27063, 'Irwinton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27064, 'Isle Of Hope', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27065, 'Ivey', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27066, 'Jackson', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27067, 'Jacksonville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27068, 'Jakin', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27069, 'Jasper', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27070, 'Jefferson', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27071, 'Jeffersonville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27072, 'Jenkinsburg', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27073, 'Jersey', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27074, 'Jesup', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27075, 'Jonesboro', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27076, 'Junction City', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27077, 'Kennesaw', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27078, 'Keysville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27079, 'Kings Bay Base', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27080, 'Kingsland', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27081, 'Kingston', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27082, 'Kite', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27083, 'La Fayette', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27084, 'Lagrange', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27085, 'Lake City', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27086, 'Lakeland', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27087, 'Lake Park', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27088, 'Lakeview', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27089, 'Lakeview Estates', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27090, 'Lavonia', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27091, 'Lawrenceville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27092, 'Leary', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27093, 'Leesburg', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27094, 'Lenox', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27095, 'Leslie', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27096, 'Lexington', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27097, 'Lilburn', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27098, 'Lilly', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27099, 'Lincoln Park', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27100, 'Lincolnton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27101, 'Lindale', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27102, 'Lithia Springs', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27103, 'Lithonia', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27104, 'Locust Grove', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27105, 'Loganville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27106, 'Lone Oak', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27107, 'Lookout Mountain', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27108, 'Louisville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27109, 'Lovejoy', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27110, 'Ludowici', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27111, 'Lula', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27112, 'Lumber City', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27113, 'Lumpkin', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27114, 'Luthersville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27115, 'Lyerly', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27116, 'Lyons', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27117, 'Mableton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27118, 'Mccaysville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27119, 'Mcdonough', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27120, 'Mcintyre', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27121, 'Macon', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27122, 'Mcrae', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27123, 'Madison', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27124, 'Manassas', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27125, 'Manchester', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27126, 'Mansfield', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27127, 'Marietta', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27128, 'Marshallville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27129, 'Martin', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27130, 'Martinez', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27131, 'Maxeys', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27132, 'Maysville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27133, 'Meansville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27134, 'Meigs', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27135, 'Menlo', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27136, 'Metter', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27137, 'Midville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27138, 'Midway', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27139, 'Midway-hardwick', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27140, 'Milan', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27141, 'Milledgeville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27142, 'Millen', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27143, 'Milner', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27144, 'Mitchell', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27145, 'Molena', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27146, 'Monroe', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27147, 'Montezuma', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27148, 'Montgomery', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27149, 'Monticello', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27150, 'Montrose', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27151, 'Moody Afb', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27152, 'Moreland', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27153, 'Morgan', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27154, 'Morganton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27155, 'Morrow', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27156, 'Morven', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27157, 'Moultrie', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27158, 'Mountain City', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27159, 'Mountain Park', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27160, 'Mount Airy', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27161, 'Mount Vernon', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27162, 'Mount Zion', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27163, 'Nahunta', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27164, 'Nashville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27165, 'Nelson', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27166, 'Newborn', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27167, 'Newington', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27168, 'Newnan', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27169, 'Newton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27170, 'Nicholls', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27171, 'Nicholson', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27172, 'Norcross', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27173, 'Norman Park', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27174, 'North Atlanta', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27175, 'North Decatur', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27176, 'North Druid Hills', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27177, 'North High Shoals', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27178, 'Norwood', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27179, 'Nunez', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27180, 'Oak Park', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27181, 'Oakwood', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27182, 'Ochlocknee', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27183, 'Ocilla', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27184, 'Oconee', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27185, 'Odum', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27186, 'Offerman', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27187, 'Oglethorpe', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27188, 'Oliver', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27189, 'Omega', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27190, 'Orchard Hill', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27191, 'Oxford', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27192, 'Palmetto', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27193, 'Panthersville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27194, 'Parrott', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27195, 'Patterson', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27196, 'Pavo', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27197, 'Payne', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27198, 'Peachtree City', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27199, 'Pearson', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27200, 'Pelham', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27201, 'Pembroke', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27202, 'Pendergrass', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27203, 'Perry', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27204, 'Phillipsburg', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27205, 'Pinehurst', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27206, 'Pine Lake', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27207, 'Pine Mountain', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:50', 1), +(27208, 'Pineview', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27209, 'Pitts', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27210, 'Plains', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27211, 'Plainville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27212, 'Pooler', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27213, 'Portal', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27214, 'Porterdale', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27215, 'Port Wentworth', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27216, 'Poulan', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27217, 'Powder Springs', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27218, 'Preston', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27219, 'Pulaski', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27220, 'Putney', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27221, 'Quitman', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27222, 'Ranger', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27223, 'Raoul', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27224, 'Ray City', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27225, 'Rayle', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27226, 'Rebecca', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27227, 'Redan', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27228, 'Reed Creek', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27229, 'Register', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27230, 'Reidsville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27231, 'Remerton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27232, 'Rentz', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27233, 'Resaca', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27234, 'Rest Haven', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27235, 'Reynolds', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27236, 'Rhine', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27237, 'Riceboro', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27238, 'Richland', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27239, 'Richmond Hill', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27240, 'Riddleville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27241, 'Rincon', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27242, 'Ringgold', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27243, 'Riverdale', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27244, 'Riverside', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27245, 'Roberta', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27246, 'Robins Afb', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27247, 'Rochelle', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27248, 'Rockmart', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27249, 'Rocky Ford', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27250, 'Rome', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27251, 'Roopville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27252, 'Rossville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27253, 'Roswell', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27254, 'Royston', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27255, 'Rutledge', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27256, 'St. Marys', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27257, 'St. Simons', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27258, 'Sale City', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27259, 'Salem', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27260, 'Sandersville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27261, 'Sandy Springs', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27262, 'Santa Claus', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27263, 'Sardis', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(27264, 'Sasser', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27265, 'Savannah', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27266, 'Scotland', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27267, 'Scottdale', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27268, 'Screven', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27269, 'Senoia', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27270, 'Shady Dale', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27271, 'Shannon', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27272, 'Sharon', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27273, 'Sharpsburg', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27274, 'Shellman', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27275, 'Shiloh', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27276, 'Siloam', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27277, 'Skidaway Island', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27278, 'Sky Valley', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27279, 'Smithville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27280, 'Smyrna', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27281, 'Snellville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27282, 'Social Circle', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27283, 'Soperton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27284, 'Sparks', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27285, 'Sparta', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27286, 'Springfield', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27287, 'Stapleton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27288, 'Statesboro', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27289, 'Statham', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27290, 'Stillmore', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27291, 'Stockbridge', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27292, 'Stone Mountain', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27293, 'Sugar Hill', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27294, 'Summertown', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27295, 'Summerville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27296, 'Sumner', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27297, 'Sunny Side', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27298, 'Sunnyside', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27299, 'Sunset Village', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27300, 'Surrency', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27301, 'Suwanee', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27302, 'Swainsboro', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27303, 'Sycamore', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27304, 'Sylvania', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27305, 'Sylvester', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27306, 'Talbotton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27307, 'Talking Rock', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27308, 'Tallapoosa', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27309, 'Tallulah Falls', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27310, 'Talmo', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27311, 'Tarrytown', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27312, 'Taylorsville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27313, 'Temple', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27314, 'Tennille', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27315, 'Thomaston', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27316, 'Thomasville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27317, 'Thomson', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27318, 'Thunderbolt', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27319, 'Tifton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27320, 'Tiger', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27321, 'Tignall', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27322, 'Toccoa', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27323, 'Toomsboro', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27324, 'Trenton', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27325, 'Trion', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27326, 'Tucker', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27327, 'Tunnel Hill', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27328, 'Turin', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27329, 'Twin City', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27330, 'Tybee Island', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27331, 'Tyrone', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27332, 'Ty Ty', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27333, 'Unadilla', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27334, 'Union City', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27335, 'Union Point', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27336, 'Unionville', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27337, 'Uvalda', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27338, 'Valdosta', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27339, 'Varnell', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27340, 'Vernonburg', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27341, 'Vidalia', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27342, 'Vidette', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27343, 'Vienna', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27344, 'Villa Rica', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27345, 'Vinings', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27346, 'Waco', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27347, 'Wadley', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27348, 'Waleska', 3837, 233, '2019-01-25 02:59:45', '2019-01-25 03:03:51', 1), +(27349, 'Walnut Grove', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27350, 'Walthourville', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27351, 'Warm Springs', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27352, 'Warner Robins', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27353, 'Warrenton', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27354, 'Warwick', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27355, 'Washington', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27356, 'Watkinsville', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27357, 'Waverly Hall', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27358, 'Waycross', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27359, 'Waynesboro', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27360, 'Weston', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27361, 'West Point', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27362, 'Whigham', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27363, 'White', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27364, 'Whitemarsh Island', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27365, 'White Plains', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27366, 'Whitesburg', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27367, 'Willacoochee', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27368, 'Williamson', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27369, 'Wilmington Island', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27370, 'Winder', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27371, 'Winterville', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27372, 'Woodbine', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27373, 'Woodbury', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27374, 'Woodland', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27375, 'Woodstock', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27376, 'Woodville', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27377, 'Woolsey', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27378, 'Wrens', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27379, 'Wrightsville', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27380, 'Yatesville', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27381, 'Young Harris', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27382, 'Zebulon', 3837, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27383, 'Guam', 4023, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27384, 'Ahuimanu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27385, 'Aiea', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27386, 'Ainaloa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27387, 'Anahola', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27388, 'Barbers Point Housing', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27389, 'Captain Cook', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27390, 'Eden Roc', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27391, 'Eleele', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27392, 'Ewa Beach', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27393, 'Ewa Gentry', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27394, 'Ewa Villages', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27395, 'Fern Acres', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27396, 'Fern Forest', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27397, 'Haiku-pauwela', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27398, 'Halaula', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27399, 'Halawa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27400, 'Haleiwa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27401, 'Haliimaile', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27402, 'Hana', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27403, 'Hanalei', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27404, 'Hanamaulu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27405, 'Hanapepe', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27406, 'Hauula', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27407, 'Hawaiian Acres', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27408, 'Hawaiian Beaches', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27409, 'Hawaiian Ocean View', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27410, 'Hawaiian Paradise Park', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27411, 'Hawi', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27412, 'Heeia', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27413, 'Hickam Housing', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27414, 'Hilo', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27415, 'Holualoa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27416, 'Honalo', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27417, 'Honaunau-napoopoo', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27418, 'Honokaa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27419, 'Honolulu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27420, 'Honomu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27421, 'Iroquois Point', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27422, 'Kaaawa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27423, 'Kaanapali', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27424, 'Kahaluu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27425, 'Kahaluu-keauhou', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27426, 'Kahuku', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27427, 'Kahului', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27428, 'Kailua', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27429, 'Kalaheo', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27430, 'Kalaoa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27431, 'Kalihiwai', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27432, 'Kaneohe', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27433, 'Kaneohe Station', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27434, 'Kapaa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27435, 'Kapaau', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27436, 'Kapalua', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27437, 'Kaumakani', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27438, 'Kaunakakai', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27439, 'Kawela Bay', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27440, 'Keaau', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27441, 'Kealakekua', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27442, 'Kekaha', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27443, 'Kihei', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27444, 'Kilauea', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27445, 'Koloa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27446, 'Kualapuu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27447, 'Kukuihaele', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27448, 'Kurtistown', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27449, 'Lahaina', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27450, 'Laie', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27451, 'Lanai City', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27452, 'Laupahoehoe', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27453, 'Lawai', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27454, 'Leilani Estates', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27455, 'Lihue', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27456, 'Maalaea', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27457, 'Maili', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27458, 'Makaha', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27459, 'Makaha Valley', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27460, 'Makakilo City', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27461, 'Makawao', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27462, 'Maunaloa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27463, 'Maunawili', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27464, 'Mililani Town', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27465, 'Mokuleia', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27466, 'Mountain View', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27467, 'Naalehu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27468, 'Nanakuli', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27469, 'Nanawale Estates', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27470, 'Napili-honokowai', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27471, 'Omao', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27472, 'Orchidlands Estates', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27473, 'Paauilo', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27474, 'Pahala', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27475, 'Pahoa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27476, 'Paia', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27477, 'Pakala Village', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27478, 'Papaikou', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27479, 'Paukaa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27480, 'Pearl City', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27481, 'Pepeekeo', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27482, 'Poipu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27483, 'Princeville', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27484, 'Puako', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27485, 'Puhi', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27486, 'Pukalani', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27487, 'Punaluu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27488, 'Pupukea', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27489, 'Schofield Barracks', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27490, 'Village Park', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27491, 'Volcano', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27492, 'Wahiawa', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27493, 'Waialua', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27494, 'Waianae', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27495, 'Waihee-waiehu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27496, 'Waikane', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27497, 'Waikapu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27498, 'Waikoloa Village', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27499, 'Wailea-makena', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27500, 'Wailua', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27501, 'Wailua Homesteads', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27502, 'Wailuku', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27503, 'Waimalu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27504, 'Waimanalo', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27505, 'Waimanalo Beach', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27506, 'Waimea', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27507, 'Wainaku', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27508, 'Waipahu', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27509, 'Waipio', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27510, 'Waipio Acres', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27511, 'Wheeler Afb', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27512, 'Whitmore Village', 3838, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27513, 'Aberdeen', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27514, 'Acequia', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27515, 'Albion', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27516, 'American Falls', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27517, 'Ammon', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27518, 'Arbon Valley', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27519, 'Arco', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27520, 'Arimo', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27521, 'Ashton', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27522, 'Athol', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27523, 'Atomic City', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27524, 'Bancroft', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27525, 'Basalt', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27526, 'Bellevue', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27527, 'Blackfoot', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27528, 'Bliss', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27529, 'Bloomington', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27530, 'Boise City', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27531, 'Bonners Ferry', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27532, 'Bovill', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27533, 'Buhl', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27534, 'Burley', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27535, 'Butte City', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27536, 'Caldwell', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27537, 'Cambridge', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27538, 'Carey', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27539, 'Cascade', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27540, 'Castleford', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27541, 'Challis', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27542, 'Chubbuck', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27543, 'Clark Fork', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27544, 'Clayton', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27545, 'Clifton', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27546, 'Coeur D Alene', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27547, 'Cottonwood', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27548, 'Council', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27549, 'Craigmont', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27550, 'Crouch', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27551, 'Culdesac', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27552, 'Dalton Gardens', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27553, 'Dayton', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27554, 'Deary', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27555, 'Declo', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27556, 'Dietrich', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27557, 'Donnelly', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27558, 'Dover', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27559, 'Downey', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27560, 'Driggs', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27561, 'Drummond', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27562, 'Dubois', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27563, 'Eagle', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27564, 'East Hope', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27565, 'Eden', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27566, 'Elk River', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27567, 'Emmett', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27568, 'Fairfield', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27569, 'Ferdinand', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27570, 'Fernan Lake Village', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27571, 'Filer', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27572, 'Firth', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27573, 'Fort Hall', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27574, 'Franklin', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27575, 'Fruitland', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27576, 'Garden City', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27577, 'Genesee', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27578, 'Georgetown', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27579, 'Glenns Ferry', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27580, 'Gooding', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27581, 'Grace', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27582, 'Grand View', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27583, 'Grangeville', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27584, 'Greenleaf', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27585, 'Hagerman', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27586, 'Hailey', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27587, 'Hamer', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27588, 'Hansen', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27589, 'Harrison', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27590, 'Hauser', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27591, 'Hayden', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27592, 'Hayden Lake', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27593, 'Hazelton', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27594, 'Heyburn', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27595, 'Hollister', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27596, 'Homedale', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27597, 'Hope', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27598, 'Horseshoe Bend', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27599, 'Huetter', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27600, 'Idaho City', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27601, 'Idaho Falls', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27602, 'Inkom', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27603, 'Iona', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:51', 1), +(27604, 'Irwin', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27605, 'Island Park', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27606, 'Jerome', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27607, 'Juliaetta', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27608, 'Kamiah', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27609, 'Kellogg', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27610, 'Kendrick', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27611, 'Ketchum', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27612, 'Kimberly', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27613, 'Kooskia', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27614, 'Kootenai', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27615, 'Kuna', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27616, 'Lapwai', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27617, 'Lava Hot Springs', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27618, 'Leadore', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27619, 'Lewiston', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27620, 'Lewisville', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27621, 'Lost River', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27622, 'Mccall', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27623, 'Mccammon', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27624, 'Mackay', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27625, 'Malad City', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27626, 'Malta', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27627, 'Marsing', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27628, 'Melba', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27629, 'Menan', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27630, 'Meridian', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27631, 'Middleton', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27632, 'Midvale', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27633, 'Minidoka', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27634, 'Montpelier', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27635, 'Moore', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27636, 'Moscow', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27637, 'Mountain Home', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27638, 'Mountain Home Afb', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27639, 'Moyie Springs', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27640, 'Mud Lake', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27641, 'Mullan', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27642, 'Murtaugh', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27643, 'Nampa', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27644, 'Newdale', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27645, 'New Meadows', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27646, 'New Plymouth', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27647, 'Nezperce', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27648, 'Notus', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27649, 'Oakley', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27650, 'Oldtown', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27651, 'Onaway', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27652, 'Orofino', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27653, 'Osburn', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27654, 'Oxford', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27655, 'Paris', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27656, 'Parker', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27657, 'Parkline', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27658, 'Parma', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27659, 'Paul', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27660, 'Payette', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27661, 'Peck', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27662, 'Pierce', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27663, 'Pinehurst', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27664, 'Placerville', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27665, 'Plummer', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27666, 'Pocatello', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27667, 'Ponderay', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27668, 'Post Falls', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27669, 'Potlatch', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27670, 'Preston', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27671, 'Priest River', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27672, 'Rathdrum', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27673, 'Reubens', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27674, 'Rexburg', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27675, 'Richfield', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27676, 'Rigby', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27677, 'Riggins', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27678, 'Ririe', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27679, 'Roberts', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27680, 'Rockland', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27681, 'Rupert', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27682, 'St. Anthony', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27683, 'St. Charles', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27684, 'St. Maries', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27685, 'Salmon', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27686, 'Sandpoint', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27687, 'Shelley', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27688, 'Shoshone', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27689, 'Smelterville', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27690, 'Soda Springs', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27691, 'Spencer', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27692, 'Spirit Lake', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27693, 'Stanley', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27694, 'Star', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27695, 'State Line', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27696, 'Stites', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27697, 'Sugar City', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27698, 'Sun Valley', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27699, 'Swan Valley', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27700, 'Tensed', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27701, 'Teton', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27702, 'Tetonia', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27703, 'Troy', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27704, 'Twin Falls', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27705, 'Ucon', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27706, 'Victor', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27707, 'Wallace', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27708, 'Wardner', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27709, 'Warm River', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27710, 'Weippe', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27711, 'Weiser', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27712, 'Wendell', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27713, 'Weston', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27714, 'White Bird', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27715, 'Wilder', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27716, 'Winchester', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27717, 'Worley', 3839, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27718, 'Abingdon', 3840, 233, '2019-01-25 02:59:46', '2019-01-25 03:03:52', 1), +(27719, 'Addieville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27720, 'Addison', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27721, 'Adeline', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27722, 'Albany', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27723, 'Albers', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27724, 'Albion', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27725, 'Aledo', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27726, 'Alexis', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27727, 'Algonquin', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27728, 'Alhambra', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27729, 'Allendale', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27730, 'Allenville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27731, 'Allerton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27732, 'Alma', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27733, 'Alorton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27734, 'Alpha', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27735, 'Alsey', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27736, 'Alsip', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27737, 'Altamont', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27738, 'Alton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27739, 'Altona', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27740, 'Alto Pass', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27741, 'Alvin', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27742, 'Amboy', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27743, 'Anchor', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27744, 'Andalusia', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27745, 'Andover', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27746, 'Anna', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27747, 'Annawan', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27748, 'Antioch', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27749, 'Apple River', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27750, 'Arcola', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27751, 'Arenzville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27752, 'Argenta', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27753, 'Arlington', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27754, 'Arlington Heights', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27755, 'Armington', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27756, 'Aroma Park', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27757, 'Arrowsmith', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27758, 'Arthur', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27759, 'Ashkum', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27760, 'Ashland', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27761, 'Ashley', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27762, 'Ashmore', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27763, 'Ashton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27764, 'Assumption', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27765, 'Astoria', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27766, 'Athens', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27767, 'Atkinson', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27768, 'Atlanta', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27769, 'Atwood', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27770, 'Auburn', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27771, 'Augusta', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27772, 'Aurora', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27773, 'Ava', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27774, 'Aviston', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27775, 'Avon', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27776, 'Baldwin', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27777, 'Banner', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27778, 'Bannockburn', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27779, 'Bardolph', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27780, 'Barrington', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27781, 'Barrington Hills', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27782, 'Barry', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27783, 'Bartelso', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27784, 'Bartlett', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27785, 'Bartonville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27786, 'Basco', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27787, 'Batavia', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27788, 'Batchtown', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27789, 'Bath', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27790, 'Baylis', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27791, 'Bay View Gardens', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27792, 'Beach Park', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27793, 'Beardstown', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27794, 'Beaverville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27795, 'Beckemeyer', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27796, 'Bedford Park', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27797, 'Beecher', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27798, 'Beecher City', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27799, 'Belgium', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27800, 'Belknap', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27801, 'Belle Prairie City', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27802, 'Belle Rive', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27803, 'Belleville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27804, 'Bellevue', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27805, 'Bellflower', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27806, 'Bellmont', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27807, 'Bellwood', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27808, 'Belvidere', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27809, 'Bement', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27810, 'Benld', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27811, 'Bensenville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27812, 'Benson', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27813, 'Bentley', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27814, 'Benton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27815, 'Berkeley', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27816, 'Berlin', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27817, 'Berwyn', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27818, 'Bethalto', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27819, 'Bethany', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27820, 'Biggsville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27821, 'Bingham', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27822, 'Birds', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27823, 'Bishop Hill', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27824, 'Bismarck', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27825, 'Blandinsville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27826, 'Bloomingdale', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27827, 'Bloomington', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27828, 'Blue Island', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27829, 'Blue Mound', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27830, 'Bluffs', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27831, 'Bluford', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27832, 'Bolingbrook', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27833, 'Bondville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27834, 'Bone Gap', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27835, 'Bonfield', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27836, 'Bonnie', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27837, 'Boulder Hill', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27838, 'Bourbonnais', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27839, 'Bowen', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27840, 'Braceville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27841, 'Bradford', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27842, 'Bradley', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27843, 'Braidwood', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27844, 'Breese', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27845, 'Bridgeport', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27846, 'Bridgeview', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27847, 'Brighton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27848, 'Brimfield', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27849, 'Broadlands', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27850, 'Broadview', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27851, 'Broadwell', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27852, 'Brocton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27853, 'Brookfield', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27854, 'Brooklyn', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27855, 'Brookport', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27856, 'Broughton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27857, 'Browning', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27858, 'Browns', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27859, 'Brownstown', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27860, 'Brussels', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27861, 'Bryant', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27862, 'Buckingham', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27863, 'Buckley', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27864, 'Buckner', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27865, 'Buda', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27866, 'Buffalo', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27867, 'Buffalo Grove', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27868, 'Bull Valley', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27869, 'Bulpitt', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27870, 'Buncombe', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27871, 'Bunker Hill', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27872, 'Burbank', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27873, 'Bureau Junction', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27874, 'Burlington', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27875, 'Burnham', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27876, 'Burnt Prairie', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27877, 'Burr Ridge', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27878, 'Bush', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27879, 'Bushnell', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27880, 'Butler', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27881, 'Byron', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27882, 'Cabery', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27883, 'Cahokia', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27884, 'Cairo', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27885, 'Caledonia', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27886, 'Calhoun', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27887, 'Calumet City', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27888, 'Calumet Park', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27889, 'Camargo', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27890, 'Cambria', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27891, 'Cambridge', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27892, 'Camden', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(27893, 'Campbell Hill', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27894, 'Camp Point', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27895, 'Campus', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27896, 'Canton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:52', 1), +(27897, 'Cantrall', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27898, 'Capron', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27899, 'Carbon Cliff', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27900, 'Carbondale', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27901, 'Carbon Hill', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27902, 'Carlinville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27903, 'Carlock', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27904, 'Carlyle', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27905, 'Carmi', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27906, 'Carol Stream', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27907, 'Carpentersville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27908, 'Carrier Mills', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27909, 'Carrollton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27910, 'Carterville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27911, 'Carthage', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27912, 'Cary', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27913, 'Casey', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27914, 'Caseyville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27915, 'Catlin', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27916, 'Cave-in-rock', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27917, 'Cedar Point', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27918, 'Cedarville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27919, 'Central City', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27920, 'Centralia', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27921, 'Centreville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27922, 'Cerro Gordo', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27923, 'Chadwick', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27924, 'Champaign', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27925, 'Chandlerville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27926, 'Channahon', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27927, 'Channel Lake', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27928, 'Chapin', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27929, 'Charleston', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27930, 'Chatham', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27931, 'Chatsworth', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27932, 'Chebanse', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27933, 'Chenoa', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27934, 'Cherry', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27935, 'Cherry Valley', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27936, 'Chester', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27937, 'Chesterfield', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27938, 'Chicago', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27939, 'Chicago Heights', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27940, 'Chicago Ridge', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27941, 'Chillicothe', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27942, 'Chrisman', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27943, 'Christopher', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27944, 'Cicero', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27945, 'Cisco', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27946, 'Cisne', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27947, 'Cissna Park', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27948, 'Claremont', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27949, 'Clarendon Hills', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27950, 'Clay City', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27951, 'Clayton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27952, 'Clear Lake', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27953, 'Cleveland', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27954, 'Clifton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27955, 'Clinton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27956, 'Coal City', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27957, 'Coalton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27958, 'Coal Valley', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27959, 'Coatsburg', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27960, 'Cobden', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27961, 'Coffeen', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27962, 'Colchester', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27963, 'Coleta', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27964, 'Colfax', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27965, 'Collinsville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27966, 'Colona', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27967, 'Colp', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27968, 'Columbia', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27969, 'Columbus', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27970, 'Compton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27971, 'Concord', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27972, 'Congerville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27973, 'Cooksville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27974, 'Cordova', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27975, 'Cornell', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27976, 'Cortland', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27977, 'Coulterville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27978, 'Country Club Hills', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27979, 'Countryside', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27980, 'Cowden', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27981, 'Coyne Center', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27982, 'Crainville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27983, 'Creal Springs', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27984, 'Crescent City', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27985, 'Crest Hill', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27986, 'Creston', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27987, 'Crestwood', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27988, 'Crete', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27989, 'Creve Coeur', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27990, 'Crossville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27991, 'Crystal Lake', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27992, 'Crystal Lawns', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27993, 'Cuba', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27994, 'Cullom', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27995, 'Cutler', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27996, 'Cypress', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27997, 'Dahlgren', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27998, 'Dakota', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(27999, 'Dallas City', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28000, 'Dalton City', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28001, 'Dalzell', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28002, 'Damiansville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28003, 'Dana', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28004, 'Danforth', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28005, 'Danvers', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28006, 'Danville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28007, 'Darien', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28008, 'Davis', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28009, 'Davis Junction', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28010, 'Dawson', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28011, 'Decatur', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28012, 'Deer Creek', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28013, 'Deerfield', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28014, 'Deer Grove', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28015, 'Deer Park', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28016, 'Dekalb', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28017, 'De Land', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28018, 'Delavan', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28019, 'De Pue', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28020, 'De Soto', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28021, 'Des Plaines', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28022, 'Detroit', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28023, 'De Witt', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28024, 'Diamond', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28025, 'Dieterich', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28026, 'Divernon', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28027, 'Dix', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28028, 'Dixmoor', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28029, 'Dixon', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28030, 'Dolton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28031, 'Dongola', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28032, 'Donnellson', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28033, 'Donovan', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28034, 'Dorchester', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28035, 'Dover', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28036, 'Dowell', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28037, 'Downers Grove', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28038, 'Downs', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28039, 'Du Bois', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28040, 'Dunfermline', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28041, 'Dunlap', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28042, 'Dupo', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28043, 'Du Quoin', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28044, 'Durand', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28045, 'Dwight', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28046, 'Eagarville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28047, 'Earlville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28048, 'East Alton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28049, 'East Brooklyn', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28050, 'East Cape Girardeau', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28051, 'East Carondelet', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28052, 'East Dubuque', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28053, 'East Dundee', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28054, 'East Galesburg', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28055, 'East Gillespie', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28056, 'East Hazel Crest', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28057, 'East Moline', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28058, 'Easton', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28059, 'East Peoria', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28060, 'East St. Louis', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28061, 'Eddyville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28062, 'Edgewood', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28063, 'Edinburg', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28064, 'Edwardsville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28065, 'Effingham', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28066, 'Elburn', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28067, 'El Dara', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28068, 'Eldorado', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28069, 'Eldred', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28070, 'Elgin', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28071, 'Elizabeth', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28072, 'Elizabethtown', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28073, 'Elk Grove Village', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28074, 'Elkhart', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28075, 'Elkville', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28076, 'Elliott', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28077, 'Ellis Grove', 3840, 233, '2019-01-25 02:59:47', '2019-01-25 03:03:53', 1), +(28078, 'Ellisville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28079, 'Ellsworth', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28080, 'Elmhurst', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28081, 'Elmwood', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28082, 'Elmwood Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28083, 'El Paso', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28084, 'Elsah', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28085, 'Elvaston', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28086, 'Elwood', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28087, 'Emden', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28088, 'Emington', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28089, 'Energy', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28090, 'Enfield', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28091, 'Equality', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28092, 'Erie', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28093, 'Essex', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28094, 'Eureka', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28095, 'Evanston', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28096, 'Evansville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28097, 'Evergreen Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28098, 'Ewing', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28099, 'Exeter', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28100, 'Fairbury', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28101, 'Fairfield', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28102, 'Fairmont', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28103, 'Fairmont City', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28104, 'Fairmount', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28105, 'Fairview', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28106, 'Fairview Heights', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28107, 'Farina', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28108, 'Farmer City', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28109, 'Farmersville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28110, 'Farmington', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28111, 'Fayetteville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28112, 'Ferris', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28113, 'Fidelity', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28114, 'Fieldon', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28115, 'Fillmore', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28116, 'Findlay', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28117, 'Fisher', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28118, 'Fithian', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28119, 'Flanagan', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28120, 'Flat Rock', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:53', 1), +(28121, 'Flora', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28122, 'Florence', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28123, 'Flossmoor', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28124, 'Foosland', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28125, 'Ford Heights', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28126, 'Forest City', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28127, 'Forest Lake', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28128, 'Forest Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28129, 'Forest View', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28130, 'Forrest', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28131, 'Forreston', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28132, 'Forsyth', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28133, 'Fox Lake', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28134, 'Fox Lake Hills', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28135, 'Fox River Grove', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28136, 'Fox River Valley Gardens', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28137, 'Frankfort', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28138, 'Frankfort Square', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28139, 'Franklin', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28140, 'Franklin Grove', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28141, 'Franklin Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28142, 'Freeburg', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28143, 'Freeman Spur', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28144, 'Freeport', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28145, 'Fulton', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28146, 'Fults', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28147, 'Gages Lake', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28148, 'Galatia', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28149, 'Galena', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28150, 'Galesburg', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28151, 'Galva', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28152, 'Gardner', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28153, 'Garrett', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28154, 'Gays', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28155, 'Geneseo', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28156, 'Geneva', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28157, 'Genoa', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28158, 'Georgetown', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28159, 'Germantown', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28160, 'Germantown Hills', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28161, 'German Valley', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28162, 'Gibson', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28163, 'Gifford', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28164, 'Gilberts', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28165, 'Gillespie', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28166, 'Gilman', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28167, 'Girard', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28168, 'Gladstone', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28169, 'Glasford', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28170, 'Glasgow', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28171, 'Glen Carbon', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28172, 'Glencoe', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28173, 'Glendale Heights', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28174, 'Glen Ellyn', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28175, 'Glenview', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28176, 'Glenwood', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28177, 'Godfrey', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28178, 'Godley', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28179, 'Golconda', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28180, 'Golden', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28181, 'Golden Gate', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28182, 'Golf', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28183, 'Goodfield', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28184, 'Good Hope', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28185, 'Goodings Grove', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28186, 'Goreville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28187, 'Gorham', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28188, 'Grafton', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28189, 'Grand Ridge', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28190, 'Grand Tower', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28191, 'Grandview', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28192, 'Grandwood Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28193, 'Granite City', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28194, 'Grantfork', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28195, 'Grant Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28196, 'Granville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28197, 'Grayslake', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28198, 'Grayville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28199, 'Greenfield', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28200, 'Green Oaks', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28201, 'Greenup', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28202, 'Green Valley', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28203, 'Greenview', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28204, 'Greenville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28205, 'Greenwood', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28206, 'Gridley', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28207, 'Griggsville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28208, 'Gulf Port', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28209, 'Gurnee', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28210, 'Hainesville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28211, 'Hamburg', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28212, 'Hamel', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28213, 'Hamilton', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28214, 'Hammond', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28215, 'Hampshire', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28216, 'Hampton', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28217, 'Hanaford', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28218, 'Hanna City', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28219, 'Hanover', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28220, 'Hanover Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28221, 'Hardin', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28222, 'Harmon', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28223, 'Harrisburg', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28224, 'Harristown', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28225, 'Hartford', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28226, 'Hartsburg', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28227, 'Harvard', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28228, 'Harvel', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28229, 'Harvey', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28230, 'Harwood Heights', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28231, 'Havana', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28232, 'Hawthorn Woods', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28233, 'Hazel Crest', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28234, 'Hebron', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28235, 'Hecker', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28236, 'Henderson', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28237, 'Hennepin', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28238, 'Henning', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28239, 'Henry', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28240, 'Herrick', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28241, 'Herrin', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28242, 'Herscher', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28243, 'Hettick', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28244, 'Heyworth', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28245, 'Hickory Hills', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28246, 'Hidalgo', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28247, 'Highland', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28248, 'Highland Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28249, 'Highwood', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28250, 'Hillcrest', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28251, 'Hillsboro', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28252, 'Hillsdale', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28253, 'Hillside', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28254, 'Hillview', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28255, 'Hinckley', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28256, 'Hindsboro', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28257, 'Hinsdale', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28258, 'Hodgkins', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28259, 'Hoffman', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28260, 'Hoffman Estates', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28261, 'Holiday Hills', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28262, 'Hollowayville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28263, 'Homer', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28264, 'Hometown', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28265, 'Homewood', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28266, 'Hoopeston', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28267, 'Hooppole', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28268, 'Hopedale', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28269, 'Hopewell', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28270, 'Hopkins Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28271, 'Hoyleton', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28272, 'Hudson', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28273, 'Huey', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28274, 'Hull', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28275, 'Humboldt', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28276, 'Hume', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28277, 'Huntley', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28278, 'Hurst', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28279, 'Hutsonville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28280, 'Illiopolis', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28281, 'Ina', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28282, 'Indian Creek', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28283, 'Indian Head Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28284, 'Indianola', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28285, 'Industry', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28286, 'Ingalls Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28287, 'Inverness', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28288, 'Iola', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28289, 'Ipava', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28290, 'Iroquois', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28291, 'Irving', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28292, 'Irvington', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28293, 'Irwin', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28294, 'Island Lake', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28295, 'Itasca', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28296, 'Iuka', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28297, 'Ivesdale', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28298, 'Jacksonville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28299, 'Jeffersonville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28300, 'Jeisyville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28301, 'Jerome', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28302, 'Jerseyville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28303, 'Jewett', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28304, 'Johnsburg', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28305, 'Johnsonville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28306, 'Johnston City', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28307, 'Joliet', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28308, 'Jonesboro', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28309, 'Joppa', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28310, 'Joy', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28311, 'Junction', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28312, 'Junction City', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28313, 'Justice', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28314, 'Kampsville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28315, 'Kane', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28316, 'Kangley', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28317, 'Kankakee', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28318, 'Kansas', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28319, 'Kappa', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28320, 'Karnak', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28321, 'Kaskaskia', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28322, 'Keenes', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28323, 'Keensburg', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28324, 'Keithsburg', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28325, 'Kell', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28326, 'Kempton', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28327, 'Kenilworth', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28328, 'Kenney', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28329, 'Kewanee', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28330, 'Keyesport', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28331, 'Kilbourne', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28332, 'Kildeer', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28333, 'Kincaid', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28334, 'Kinderhook', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28335, 'Kingston', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28336, 'Kingston Mines', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28337, 'Kinmundy', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28338, 'Kinsman', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28339, 'Kirkland', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28340, 'Kirkwood', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28341, 'Knoxville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28342, 'Lacon', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28343, 'Ladd', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28344, 'La Fayette', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28345, 'La Grange', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28346, 'La Grange Park', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28347, 'La Harpe', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28348, 'Lake Barrington', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28349, 'Lake Bluff', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28350, 'Lake Catherine', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28351, 'Lake Forest', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28352, 'Lake In The Hills', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28353, 'Lakemoor', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28354, 'Lake Of The Woods', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28355, 'Lake Summerset', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28356, 'Lake Villa', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28357, 'Lakewood', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28358, 'Lakewood Shores', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28359, 'Lake Zurich', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28360, 'La Moille', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28361, 'Lanark', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28362, 'Lansing', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28363, 'La Prairie', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28364, 'La Rose', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28365, 'La Salle', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28366, 'Latham', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28367, 'Lawrenceville', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28368, 'Leaf River', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28369, 'Lebanon', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:54', 1), +(28370, 'Lee', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28371, 'Leland', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28372, 'Leland Grove', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28373, 'Lemont', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28374, 'Lena', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28375, 'Lenzburg', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28376, 'Leonore', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28377, 'Lerna', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28378, 'Le Roy', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28379, 'Lewistown', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28380, 'Lexington', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28381, 'Liberty', 3840, 233, '2019-01-25 02:59:48', '2019-01-25 03:03:55', 1), +(28382, 'Libertyville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28383, 'Lily Lake', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28384, 'Lima', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28385, 'Lincoln', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28386, 'Lincolnshire', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28387, 'Lincolnwood', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28388, 'Lindenhurst', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28389, 'Lisbon', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28390, 'Lisle', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28391, 'Litchfield', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28392, 'Littleton', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28393, 'Little York', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28394, 'Liverpool', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28395, 'Livingston', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28396, 'Loami', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28397, 'Lockport', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28398, 'Loda', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28399, 'Lomax', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28400, 'Lombard', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28401, 'London Mills', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28402, 'Long Creek', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28403, 'Long Grove', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28404, 'Long Lake', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28405, 'Long Point', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28406, 'Longview', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28407, 'Loraine', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28408, 'Lostant', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28409, 'Louisville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28410, 'Loves Park', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28411, 'Lovington', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28412, 'Ludlow', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28413, 'Lyndon', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28414, 'Lynnville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28415, 'Lynwood', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28416, 'Lyons', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28417, 'Mccook', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28418, 'Mccullom Lake', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28419, 'Macedonia', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28420, 'Mchenry', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28421, 'Machesney Park', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28422, 'Mackinaw', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28423, 'Mclean', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28424, 'Mcleansboro', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28425, 'Mcnabb', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28426, 'Macomb', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28427, 'Macon', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28428, 'Madison', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28429, 'Maeystown', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28430, 'Magnolia', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28431, 'Mahomet', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28432, 'Makanda', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28433, 'Malden', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28434, 'Malta', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28435, 'Manchester', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28436, 'Manhattan', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28437, 'Manito', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28438, 'Manlius', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28439, 'Mansfield', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28440, 'Manteno', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28441, 'Maple Park', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28442, 'Mapleton', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28443, 'Maquon', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28444, 'Marengo', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28445, 'Marietta', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28446, 'Marine', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28447, 'Marion', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28448, 'Marissa', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28449, 'Mark', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28450, 'Markham', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28451, 'Maroa', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28452, 'Marquette Heights', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28453, 'Marseilles', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28454, 'Marshall', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28455, 'Martinsville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28456, 'Martinton', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28457, 'Maryville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28458, 'Mascoutah', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28459, 'Mason', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28460, 'Mason City', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28461, 'Matherville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28462, 'Matteson', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28463, 'Mattoon', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28464, 'Maunie', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28465, 'Maywood', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28466, 'Mazon', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28467, 'Mechanicsburg', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28468, 'Media', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28469, 'Medora', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28470, 'Melrose Park', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28471, 'Melvin', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28472, 'Mendon', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28473, 'Mendota', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28474, 'Menominee', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28475, 'Meredosia', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28476, 'Merrionette Park', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28477, 'Metamora', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28478, 'Metcalf', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28479, 'Metropolis', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28480, 'Mettawa', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28481, 'Middletown', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28482, 'Midlothian', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28483, 'Milan', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28484, 'Milford', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28485, 'Mill Creek', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28486, 'Milledgeville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28487, 'Millington', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28488, 'Mill Shoals', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28489, 'Millstadt', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28490, 'Milton', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28491, 'Mineral', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28492, 'Minier', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28493, 'Minonk', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28494, 'Minooka', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28495, 'Modesto', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28496, 'Mokena', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28497, 'Moline', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28498, 'Momence', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28499, 'Monee', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28500, 'Monmouth', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28501, 'Montgomery', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28502, 'Monticello', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28503, 'Montrose', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28504, 'Morris', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28505, 'Morrison', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28506, 'Morrisonville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28507, 'Morton', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28508, 'Morton Grove', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28509, 'Mound City', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28510, 'Mounds', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28511, 'Mound Station', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28512, 'Mount Auburn', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28513, 'Mount Carmel', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28514, 'Mount Carroll', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28515, 'Mount Clare', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28516, 'Mount Erie', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28517, 'Mount Morris', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28518, 'Mount Olive', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(28519, 'Mount Prospect', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28520, 'Mount Pulaski', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28521, 'Mount Sterling', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28522, 'Mount Vernon', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28523, 'Mount Zion', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28524, 'Moweaqua', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28525, 'Muddy', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28526, 'Mulberry Grove', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28527, 'Muncie', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28528, 'Mundelein', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28529, 'Murphysboro', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28530, 'Murrayville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28531, 'Naperville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28532, 'Naplate', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28533, 'Naples', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28534, 'Nashville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28535, 'Nason', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28536, 'Nauvoo', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28537, 'Nebo', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28538, 'Nelson', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28539, 'Neoga', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28540, 'Neponset', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28541, 'Newark', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28542, 'New Athens', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28543, 'New Baden', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28544, 'New Bedford', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28545, 'New Berlin', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28546, 'New Boston', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28547, 'New Burnside', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28548, 'New Canton', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28549, 'New Douglas', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28550, 'New Grand Chain', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28551, 'New Haven', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28552, 'New Holland', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28553, 'New Lenox', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28554, 'Newman', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28555, 'New Millford', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28556, 'New Minden', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28557, 'New Salem', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28558, 'Newton', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28559, 'Niantic', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28560, 'Niles', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28561, 'Nilwood', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28562, 'Noble', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28563, 'Nokomis', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28564, 'Nora', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28565, 'Normal', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28566, 'Norridge', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28567, 'Norris', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28568, 'Norris City', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28569, 'North Aurora', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28570, 'North Barrington', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28571, 'Northbrook', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28572, 'North Chicago', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28573, 'North City', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28574, 'Northfield', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28575, 'North Henderson', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28576, 'Northlake', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28577, 'North Pekin', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28578, 'North Riverside', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28579, 'North Utica', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28580, 'Norwood', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28581, 'Oak Brook', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28582, 'Oakbrook Terrace', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28583, 'Oakdale', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28584, 'Oakford', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28585, 'Oak Forest', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28586, 'Oak Grove', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28587, 'Oakland', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28588, 'Oak Lawn', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28589, 'Oak Park', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28590, 'Oakwood', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28591, 'Oakwood Hills', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28592, 'Oblong', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28593, 'Oconee', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28594, 'Odell', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28595, 'Odin', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28596, 'O Fallon', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28597, 'Ogden', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28598, 'Oglesby', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28599, 'Ohio', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28600, 'Ohlman', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28601, 'Okawville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28602, 'Old Mill Creek', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28603, 'Old Ripley', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28604, 'Old Shawneetown', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28605, 'Olmsted', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28606, 'Olney', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28607, 'Olympia Fields', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28608, 'Omaha', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28609, 'Onarga', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28610, 'Oneida', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28611, 'Oquawka', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28612, 'Orangeville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28613, 'Oreana', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28614, 'Oregon', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28615, 'Orient', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28616, 'Orion', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28617, 'Orland Hills', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28618, 'Orland Park', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28619, 'Oswego', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:55', 1), +(28620, 'Ottawa', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:56', 1), +(28621, 'Otterville', 3840, 233, '2019-01-25 02:59:49', '2019-01-25 03:03:56', 1), +(28622, 'Owaneco', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28623, 'Palatine', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28624, 'Palestine', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28625, 'Palmer', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28626, 'Palmyra', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28627, 'Palos Heights', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28628, 'Palos Hills', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28629, 'Palos Park', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28630, 'Pana', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28631, 'Panama', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28632, 'Panola', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28633, 'Papineau', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28634, 'Paris', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28635, 'Park City', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28636, 'Parkersburg', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28637, 'Park Forest', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28638, 'Park Ridge', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28639, 'Patoka', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28640, 'Pawnee', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28641, 'Paw Paw', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28642, 'Paxton', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28643, 'Payson', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28644, 'Pearl', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28645, 'Pearl City', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28646, 'Pecatonica', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28647, 'Pekin', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28648, 'Peoria', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28649, 'Peoria Heights', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28650, 'Peotone', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28651, 'Percy', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28652, 'Perry', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28653, 'Peru', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28654, 'Pesotum', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28655, 'Petersburg', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28656, 'Phillipstown', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28657, 'Philo', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28658, 'Phoenix', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28659, 'Pierron', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28660, 'Pinckneyville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28661, 'Pingree Grove', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28662, 'Piper City', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28663, 'Pistakee Highlands', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28664, 'Pittsburg', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28665, 'Pittsfield', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28666, 'Plainfield', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28667, 'Plainville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28668, 'Plano', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28669, 'Pleasant Hill', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28670, 'Pleasant Plains', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28671, 'Plymouth', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28672, 'Pocahontas', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28673, 'Polo', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28674, 'Pontiac', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28675, 'Pontoon Beach', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28676, 'Pontoosuc', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28677, 'Poplar Grove', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28678, 'Port Byron', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28679, 'Posen', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28680, 'Potomac', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28681, 'Prairie City', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28682, 'Prairie Du Rocher', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28683, 'Prairie Grove', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28684, 'Preston Heights', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28685, 'Princeton', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28686, 'Princeville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28687, 'Prophetstown', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28688, 'Prospect Heights', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28689, 'Pulaski', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28690, 'Quincy', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28691, 'Radom', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28692, 'Raleigh', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28693, 'Ramsey', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28694, 'Rankin', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28695, 'Ransom', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28696, 'Rantoul', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28697, 'Rapids City', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28698, 'Raritan', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28699, 'Raymond', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28700, 'Red Bud', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28701, 'Reddick', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28702, 'Redmon', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28703, 'Reynolds', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28704, 'Richmond', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28705, 'Richton Park', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28706, 'Richview', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28707, 'Ridge Farm', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28708, 'Ridgway', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28709, 'Ridott', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28710, 'Ringwood', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28711, 'Rio', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28712, 'Ripley', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28713, 'Riverdale', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28714, 'River Forest', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28715, 'River Grove', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28716, 'Riverside', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28717, 'Riverton', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28718, 'Riverwoods', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28719, 'Roanoke', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28720, 'Robbins', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28721, 'Roberts', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28722, 'Robinson', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28723, 'Rochelle', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28724, 'Rochester', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28725, 'Rockbridge', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28726, 'Rock City', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28727, 'Rockdale', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28728, 'Rock Falls', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28729, 'Rockford', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28730, 'Rock Island', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28731, 'Rock Island Arsenal', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28732, 'Rockton', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28733, 'Rockwood', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28734, 'Rolling Meadows', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28735, 'Rome', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28736, 'Romeoville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28737, 'Roodhouse', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28738, 'Roscoe', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28739, 'Rose Hill', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28740, 'Roselle', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28741, 'Rosemont', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28742, 'Roseville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28743, 'Rosewood Heights', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28744, 'Rosiclare', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28745, 'Rossville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28746, 'Round Lake', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28747, 'Round Lake Beach', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28748, 'Round Lake Heights', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28749, 'Round Lake Park', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28750, 'Roxana', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28751, 'Royal', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28752, 'Royal Lakes', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28753, 'Royalton', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28754, 'Ruma', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28755, 'Rushville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28756, 'Russellville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28757, 'Rutland', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28758, 'Sadorus', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28759, 'Sailor Springs', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28760, 'St. Anne', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28761, 'St. Augustine', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28762, 'St. Charles', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28763, 'St. David', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28764, 'St. Elmo', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28765, 'Ste. Marie', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28766, 'St. Francisville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28767, 'St. Jacob', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28768, 'St. Johns', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28769, 'St. Joseph', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28770, 'St. Libory', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28771, 'St. Peter', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28772, 'Salem', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28773, 'Sandoval', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28774, 'Sandwich', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28775, 'San Jose', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28776, 'Sauget', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28777, 'Sauk Village', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28778, 'Saunemin', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28779, 'Savanna', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28780, 'Savoy', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28781, 'Sawyerville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28782, 'Saybrook', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28783, 'Scales Mound', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28784, 'Schaumburg', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28785, 'Schiller Park', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28786, 'Schram City', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28787, 'Sciota', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28788, 'Scott Afb', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28789, 'Scottville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28790, 'Seaton', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28791, 'Seatonville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28792, 'Secor', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28793, 'Seneca', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28794, 'Sesser', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28795, 'Shabbona', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28796, 'Shannon', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28797, 'Shawneetown', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28798, 'Sheffield', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28799, 'Shelbyville', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28800, 'Sheldon', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28801, 'Sheridan', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28802, 'Sherman', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28803, 'Sherrard', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28804, 'Shiloh', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28805, 'Shipman', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28806, 'Shorewood', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28807, 'Shumway', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28808, 'Sibley', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28809, 'Sidell', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28810, 'Sidney', 3840, 233, '2019-01-25 02:59:50', '2019-01-25 03:03:56', 1), +(28811, 'Sigel', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28812, 'Silvis', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28813, 'Simpson', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28814, 'Sims', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28815, 'Skokie', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28816, 'Sleepy Hollow', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28817, 'Smithboro', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28818, 'Smithfield', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28819, 'Smithton', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28820, 'Somonauk', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28821, 'Sorento', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28822, 'South Barrington', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28823, 'South Beloit', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28824, 'South Chicago Heights', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28825, 'South Elgin', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28826, 'Southern View', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28827, 'South Holland', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28828, 'South Jacksonville', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28829, 'South Pekin', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28830, 'South Roxana', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28831, 'South Wilmington', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28832, 'Sparland', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28833, 'Sparta', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28834, 'Spaulding', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28835, 'Spillertown', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28836, 'Spring Bay', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28837, 'Springerton', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28838, 'Springfield', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28839, 'Spring Grove', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28840, 'Spring Valley', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28841, 'Standard', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28842, 'Standard City', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28843, 'Stanford', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28844, 'Staunton', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28845, 'Steeleville', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28846, 'Steger', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28847, 'Sterling', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28848, 'Steward', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28849, 'Stewardson', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28850, 'Stickney', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28851, 'Stillman Valley', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28852, 'Stockton', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28853, 'Stonefort', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:56', 1), +(28854, 'Stone Park', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28855, 'Stonington', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28856, 'Stoy', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28857, 'Strasburg', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28858, 'Strawn', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28859, 'Streamwood', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28860, 'Streator', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28861, 'Stronghurst', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28862, 'Sublette', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28863, 'Sugar Grove', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28864, 'Sullivan', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28865, 'Summerfield', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28866, 'Summit', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28867, 'Sumner', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28868, 'Sun River Terrace', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28869, 'Swansea', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28870, 'Sycamore', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28871, 'Symerton', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28872, 'Table Grove', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28873, 'Tallula', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28874, 'Tamaroa', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28875, 'Tamms', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28876, 'Tampico', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28877, 'Taylor Springs', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28878, 'Taylorville', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28879, 'Tennessee', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28880, 'Teutopolis', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28881, 'Thawville', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28882, 'Thayer', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28883, 'Thebes', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28884, 'Third Lake', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28885, 'Thomasboro', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28886, 'Thompsonville', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28887, 'Thomson', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28888, 'Thornton', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28889, 'Tilden', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28890, 'Tilton', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28891, 'Timberlane', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28892, 'Time', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28893, 'Tinley Park', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28894, 'Tiskilwa', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28895, 'Toledo', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28896, 'Tolono', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28897, 'Toluca', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28898, 'Tonica', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28899, 'Topeka', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28900, 'Toulon', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28901, 'Tovey', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28902, 'Towanda', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28903, 'Tower Hill', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28904, 'Tower Lakes', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28905, 'Tremont', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28906, 'Trenton', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28907, 'Trout Valley', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28908, 'Troy', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28909, 'Troy Grove', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28910, 'Tuscola', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28911, 'Ullin', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28912, 'Union', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28913, 'Union Hill', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28914, 'University Park', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28915, 'Urbana', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28916, 'Ursa', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28917, 'Valier', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28918, 'Valley City', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28919, 'Valmeyer', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28920, 'Vandalia', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28921, 'Varna', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28922, 'Venedy', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28923, 'Venetian Village', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28924, 'Venice', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28925, 'Vergennes', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28926, 'Vermilion', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28927, 'Vermont', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28928, 'Vernon', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28929, 'Vernon Hills', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28930, 'Verona', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28931, 'Versailles', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28932, 'Victoria', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28933, 'Vienna', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28934, 'Villa Grove', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28935, 'Villa Park', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28936, 'Viola', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28937, 'Virden', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28938, 'Virgil', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28939, 'Virginia', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28940, 'Volo', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28941, 'Wadsworth', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28942, 'Waggoner', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28943, 'Walnut', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28944, 'Walnut Hill', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28945, 'Walshville', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28946, 'Waltonville', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28947, 'Wamac', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28948, 'Wapella', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28949, 'Warren', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28950, 'Warrensburg', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28951, 'Warrenville', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28952, 'Warsaw', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28953, 'Washburn', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28954, 'Washington', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28955, 'Washington Park', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28956, 'Wataga', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28957, 'Waterloo', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28958, 'Waterman', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28959, 'Watseka', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28960, 'Watson', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28961, 'Wauconda', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28962, 'Waukegan', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28963, 'Waverly', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28964, 'Wayne', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28965, 'Wayne City', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28966, 'Waynesville', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28967, 'Weldon', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28968, 'Wellington', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28969, 'Wenona', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28970, 'Wenonah', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28971, 'West Brooklyn', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28972, 'Westchester', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28973, 'West Chicago', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28974, 'West City', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28975, 'West Dundee', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28976, 'Western Springs', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28977, 'Westfield', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28978, 'West Frankfort', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28979, 'Westmont', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28980, 'West Peoria', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28981, 'West Point', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28982, 'West Salem', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28983, 'Westville', 3840, 233, '2019-01-25 02:59:51', '2019-01-25 03:03:57', 1), +(28984, 'Wheaton', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28985, 'Wheeler', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28986, 'Wheeling', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28987, 'Whiteash', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28988, 'White City', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28989, 'White Hall', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28990, 'Williamsfield', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28991, 'Williamson', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28992, 'Williamsville', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28993, 'Willisville', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28994, 'Willowbrook', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28995, 'Willow Hill', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28996, 'Willow Springs', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28997, 'Wilmette', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28998, 'Wilmington', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(28999, 'Wilsonville', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29000, 'Winchester', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29001, 'Windsor', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29002, 'Winfield', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29003, 'Winnebago', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29004, 'Winnetka', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29005, 'Winslow', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29006, 'Winthrop Harbor', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29007, 'Witt', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29008, 'Wonder Lake', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29009, 'Wood Dale', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29010, 'Woodhull', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29011, 'Woodland', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29012, 'Woodlawn', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29013, 'Woodridge', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29014, 'Wood River', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29015, 'Woodson', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29016, 'Woodstock', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29017, 'Worden', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29018, 'Worth', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29019, 'Wyanet', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29020, 'Wyoming', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29021, 'Xenia', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29022, 'Yale', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29023, 'Yates City', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29024, 'Yorkville', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29025, 'Zeigler', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29026, 'Zion', 3840, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29027, 'Advance', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29028, 'Akron', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29029, 'Alamo', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29030, 'Albany', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29031, 'Albion', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29032, 'Alexandria', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29033, 'Alfordsville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29034, 'Alton', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29035, 'Altona', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29036, 'Ambia', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29037, 'Amboy', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29038, 'Amo', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29039, 'Anderson', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29040, 'Andrews', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29041, 'Angola', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29042, 'Arcadia', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29043, 'Argos', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29044, 'Ashley', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29045, 'Atlanta', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29046, 'Attica', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29047, 'Auburn', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29048, 'Aurora', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29049, 'Austin', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29050, 'Avilla', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29051, 'Avon', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29052, 'Bainbridge', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29053, 'Bargersville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29054, 'Bass Lake', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29055, 'Batesville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29056, 'Battle Ground', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29057, 'Bedford', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29058, 'Beech Grove', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29059, 'Berne', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29060, 'Bethany', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29061, 'Beverly Shores', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29062, 'Bicknell', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29063, 'Birdseye', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29064, 'Bloomfield', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29065, 'Bloomingdale', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29066, 'Bloomington', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29067, 'Blountsville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29068, 'Bluffton', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29069, 'Boonville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29070, 'Borden', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29071, 'Boston', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29072, 'Boswell', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29073, 'Bourbon', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29074, 'Brazil', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29075, 'Bremen', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29076, 'Bright', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29077, 'Bristol', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29078, 'Brook', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29079, 'Brooklyn', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29080, 'Brooksburg', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29081, 'Brookston', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29082, 'Brookville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:57', 1), +(29083, 'Brownsburg', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29084, 'Brownstown', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29085, 'Bruceville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29086, 'Bryant', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29087, 'Buffalo', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29088, 'Bunker Hill', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29089, 'Burket', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29090, 'Burlington', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29091, 'Burnettsville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29092, 'Burns Harbor', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29093, 'Butler', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29094, 'Cadiz', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29095, 'Cambridge City', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29096, 'Camden', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29097, 'Campbellsburg', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29098, 'Cannelburg', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29099, 'Cannelton', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29100, 'Carbon', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29101, 'Carlisle', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29102, 'Carmel', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29103, 'Carthage', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29104, 'Cayuga', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29105, 'Cedar Grove', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29106, 'Cedar Lake', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29107, 'Center Point', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29108, 'Centerville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29109, 'Chalmers', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29110, 'Chandler', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29111, 'Charlestown', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29112, 'Chesterfield', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29113, 'Chesterton', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29114, 'Chrisney', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29115, 'Churubusco', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29116, 'Cicero', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29117, 'Clarks Hill', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29118, 'Clarksville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29119, 'Clay City', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29120, 'Claypool', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29121, 'Clayton', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29122, 'Clear Lake', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29123, 'Clermont', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29124, 'Clifford', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29125, 'Clinton', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29126, 'Cloverdale', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29127, 'Coatesville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29128, 'Colfax', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29129, 'Collegeville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29130, 'Columbia City', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29131, 'Columbus', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29132, 'Connersville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29133, 'Converse', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29134, 'Corunna', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29135, 'Corydon', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29136, 'Country Club Heights', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29137, 'Covington', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29138, 'Crandall', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29139, 'Crane', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29140, 'Crawfordsville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29141, 'Cromwell', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29142, 'Crothersville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29143, 'Crown Point', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(29144, 'Crows Nest', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29145, 'Culver', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29146, 'Cumberland', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29147, 'Cynthiana', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29148, 'Dale', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29149, 'Daleville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29150, 'Dana', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29151, 'Danville', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29152, 'Darlington', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29153, 'Darmstadt', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29154, 'Dayton', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29155, 'Decatur', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29156, 'Decker', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29157, 'Delphi', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29158, 'De Motte', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29159, 'Denver', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29160, 'Dillsboro', 3841, 233, '2019-01-25 02:59:52', '2019-01-25 03:03:58', 1), +(29161, 'Dublin', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29162, 'Dugger', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29163, 'Dune Acres', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29164, 'Dunkirk', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29165, 'Dunlap', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29166, 'Dunreith', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29167, 'Dupont', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29168, 'Dyer', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29169, 'Earl Park', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29170, 'East Chicago', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29171, 'East Germantown', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29172, 'Eaton', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29173, 'Economy', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29174, 'Edgewood', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29175, 'Edinburgh', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29176, 'Edwardsport', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29177, 'Elberfeld', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29178, 'Elizabeth', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29179, 'Elizabethtown', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29180, 'Elkhart', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29181, 'Ellettsville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29182, 'Elnora', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29183, 'Elwood', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29184, 'English', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29185, 'Etna Green', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29186, 'Evansville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29187, 'Fairland', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29188, 'Fairmount', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29189, 'Fairview Park', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29190, 'Farmersburg', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29191, 'Farmland', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29192, 'Ferdinand', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29193, 'Fillmore', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29194, 'Fishers', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29195, 'Flora', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29196, 'Fort Branch', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29197, 'Fortville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29198, 'Fort Wayne', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29199, 'Fountain City', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29200, 'Fowler', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29201, 'Fowlerton', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29202, 'Francesville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29203, 'Francisco', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29204, 'Frankfort', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29205, 'Franklin', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29206, 'Frankton', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29207, 'Fredericksburg', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29208, 'Fremont', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29209, 'French Lick', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29210, 'Fulton', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29211, 'Galena', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29212, 'Galveston', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29213, 'Garrett', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29214, 'Gary', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29215, 'Gas City', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29216, 'Gaston', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29217, 'Geneva', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29218, 'Gentryville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29219, 'Georgetown', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29220, 'Glenwood', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29221, 'Goodland', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29222, 'Goshen', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29223, 'Gosport', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29224, 'Grabill', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29225, 'Grandview', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29226, 'Granger', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29227, 'Greencastle', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29228, 'Greendale', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29229, 'Greenfield', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29230, 'Greensboro', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29231, 'Greensburg', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29232, 'Greens Fork', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29233, 'Greentown', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29234, 'Greenville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29235, 'Greenwood', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29236, 'Griffin', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29237, 'Griffith', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29238, 'Grissom Afb', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29239, 'Gulivoire Park', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29240, 'Hagerstown', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29241, 'Hamilton', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29242, 'Hamlet', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29243, 'Hammond', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29244, 'Hanover', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29245, 'Hardinsburg', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29246, 'Harmony', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29247, 'Hartford City', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29248, 'Hartsville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29249, 'Haubstadt', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29250, 'Hazleton', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29251, 'Hebron', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29252, 'Henryville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29253, 'Hidden Valley', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29254, 'Highland', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29255, 'Hillsboro', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29256, 'Hobart', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29257, 'Holland', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29258, 'Holton', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29259, 'Homecroft', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29260, 'Hope', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29261, 'Hudson', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29262, 'Huntertown', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29263, 'Huntingburg', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29264, 'Huntington', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29265, 'Hymera', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29266, 'Indianapolis City', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29267, 'Indian Heights', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29268, 'Indian Village', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29269, 'Ingalls', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29270, 'Jamestown', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29271, 'Jasonville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29272, 'Jasper', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29273, 'Jeffersonville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29274, 'Jonesboro', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29275, 'Jonesville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29276, 'Kempton', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29277, 'Kendallville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29278, 'Kennard', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29279, 'Kentland', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29280, 'Kewanna', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29281, 'Kingman', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29282, 'Kingsbury', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29283, 'Kingsford Heights', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29284, 'Kirklin', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29285, 'Knightstown', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29286, 'Knightsville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29287, 'Knox', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29288, 'Kokomo', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29289, 'Koontz Lake', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29290, 'Kouts', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29291, 'Laconia', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29292, 'La Crosse', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29293, 'Ladoga', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29294, 'Lafayette', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29295, 'La Fontaine', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29296, 'Lagrange', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29297, 'Lagro', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29298, 'Lake Dalecarlia', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29299, 'Lakes Of The Four Seasons', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29300, 'Lake Station', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29301, 'Lake Village', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29302, 'Lakeville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29303, 'Lanesville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29304, 'La Paz', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29305, 'Lapel', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29306, 'La Porte', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29307, 'Larwill', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29308, 'Laurel', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29309, 'Lawrence', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29310, 'Lawrenceburg', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29311, 'Leavenworth', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29312, 'Lebanon', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29313, 'Leesburg', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29314, 'Leo-cedarville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29315, 'Lewisville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29316, 'Liberty', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29317, 'Ligonier', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29318, 'Linden', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29319, 'Linton', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29320, 'Little York', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:58', 1), +(29321, 'Livonia', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29322, 'Lizton', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29323, 'Logansport', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29324, 'Long Beach', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29325, 'Loogootee', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29326, 'Losantville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29327, 'Lowell', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29328, 'Lynn', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29329, 'Lynnville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29330, 'Lyons', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29331, 'Mccordsville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29332, 'Mackey', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29333, 'Macy', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29334, 'Madison', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29335, 'Marengo', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29336, 'Marion', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29337, 'Markle', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29338, 'Markleville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29339, 'Marshall', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29340, 'Martinsville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29341, 'Matthews', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29342, 'Mauckport', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29343, 'Mecca', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29344, 'Medaryville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29345, 'Medora', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29346, 'Mellott', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29347, 'Melody Hill', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29348, 'Memphis', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29349, 'Mentone', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29350, 'Meridian Hills', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29351, 'Merom', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29352, 'Merrillville', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29353, 'Mexico', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29354, 'Michiana Shores', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29355, 'Michigan City', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29356, 'Michigantown', 3841, 233, '2019-01-25 02:59:53', '2019-01-25 03:03:59', 1), +(29357, 'Middlebury', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29358, 'Middletown', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29359, 'Milan', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29360, 'Milford', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29361, 'Millersburg', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29362, 'Millhousen', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29363, 'Milltown', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29364, 'Milton', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29365, 'Mishawaka', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29366, 'Mitchell', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29367, 'Modoc', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29368, 'Monon', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29369, 'Monroe', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29370, 'Monroe City', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29371, 'Monroeville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29372, 'Monrovia', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29373, 'Monterey', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29374, 'Montezuma', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29375, 'Montgomery', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29376, 'Monticello', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29377, 'Montpelier', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29378, 'Mooreland', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29379, 'Moores Hill', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29380, 'Mooresville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29381, 'Morgantown', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29382, 'Morocco', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29383, 'Morristown', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29384, 'Mount Auburn', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29385, 'Mount Ayr', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29386, 'Mount Carmel', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29387, 'Mount Etna', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29388, 'Mount Summit', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29389, 'Mount Vernon', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29390, 'Mulberry', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29391, 'Muncie', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29392, 'Munster', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29393, 'Napoleon', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29394, 'Nappanee', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29395, 'Nashville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29396, 'New Albany', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29397, 'New Amsterdam', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29398, 'Newberry', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29399, 'Newburgh', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29400, 'New Carlisle', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29401, 'New Castle', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29402, 'New Chicago', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29403, 'New Harmony', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29404, 'New Haven', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29405, 'New Market', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29406, 'New Middletown', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29407, 'New Palestine', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29408, 'New Paris', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29409, 'New Pekin', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29410, 'Newpoint', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29411, 'Newport', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29412, 'New Richmond', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29413, 'New Ross', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29414, 'Newtown', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29415, 'New Washington', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29416, 'New Whiteland', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29417, 'Noblesville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29418, 'North Crows Nest', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29419, 'North Judson', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29420, 'North Liberty', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29421, 'North Manchester', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29422, 'North Salem', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29423, 'North Terre Haute', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29424, 'North Vernon', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29425, 'North Webster', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29426, 'Norway', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29427, 'Oakland City', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29428, 'Oak Park', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29429, 'Oaktown', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29430, 'Odon', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29431, 'Ogden Dunes', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29432, 'Oldenburg', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29433, 'Onward', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29434, 'Oolitic', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29435, 'Orestes', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29436, 'Orland', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29437, 'Orleans', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29438, 'Osceola', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29439, 'Osgood', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29440, 'Ossian', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29441, 'Otterbein', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29442, 'Owensville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29443, 'Oxford', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29444, 'Palmyra', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29445, 'Paoli', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29446, 'Paragon', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29447, 'Parker City', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29448, 'Patoka', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29449, 'Patriot', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29450, 'Pendleton', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29451, 'Pennville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29452, 'Perrysville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29453, 'Peru', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29454, 'Petersburg', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29455, 'Pierceton', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29456, 'Pine Village', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29457, 'Pittsboro', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29458, 'Plainfield', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29459, 'Plainville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29460, 'Plymouth', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29461, 'Poneto', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29462, 'Portage', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29463, 'Porter', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29464, 'Portland', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29465, 'Poseyville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29466, 'Pottawattamie Park', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29467, 'Princes Lakes', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29468, 'Princeton', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29469, 'Redkey', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29470, 'Remington', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29471, 'Rensselaer', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29472, 'Reynolds', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29473, 'Richmond', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29474, 'Ridgeville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29475, 'Riley', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29476, 'Rising Sun', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29477, 'River Forest', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29478, 'Roachdale', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29479, 'Roann', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29480, 'Roanoke', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29481, 'Rochester', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29482, 'Rockport', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29483, 'Rockville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29484, 'Rocky Ripple', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29485, 'Rome City', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29486, 'Rosedale', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29487, 'Roseland', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29488, 'Roselawn', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29489, 'Rossville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29490, 'Royal Center', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29491, 'Rushville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29492, 'Russellville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29493, 'Russiaville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29494, 'St. Joe', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29495, 'St. John', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29496, 'St. Leon', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29497, 'St. Paul', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29498, 'Salamonia', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29499, 'Salem', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29500, 'Saltillo', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29501, 'Sandborn', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29502, 'San Pierre', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29503, 'Santa Claus', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29504, 'Saratoga', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29505, 'Schererville', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29506, 'Schneider', 3841, 233, '2019-01-25 02:59:54', '2019-01-25 03:03:59', 1), +(29507, 'Scottsburg', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29508, 'Seelyville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29509, 'Sellersburg', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29510, 'Selma', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29511, 'Seymour', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29512, 'Shadeland', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29513, 'Shamrock Lakes', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29514, 'Sharpsville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29515, 'Shelburn', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29516, 'Shelbyville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29517, 'Sheridan', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29518, 'Shipshewana', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29519, 'Shirley', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29520, 'Shoals', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29521, 'Sidney', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29522, 'Silver Lake', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29523, 'Simonton Lake', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29524, 'Somerville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29525, 'South Bend', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29526, 'South Haven', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29527, 'Southport', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29528, 'South Whitley', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29529, 'Speedway', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29530, 'Spencer', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29531, 'Spiceland', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29532, 'Spring Grove', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29533, 'Spring Hill', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29534, 'Spring Lake', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29535, 'Springport', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29536, 'Spurgeon', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29537, 'Star City', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29538, 'State Line City', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29539, 'Staunton', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29540, 'Stilesville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29541, 'Stinesville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29542, 'Straughn', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29543, 'Sullivan', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29544, 'Sulphur Springs', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29545, 'Summitville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29546, 'Sunman', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29547, 'Swayzee', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29548, 'Sweetser', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29549, 'Switz City', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29550, 'Syracuse', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29551, 'Taylorsville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29552, 'Tell City', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29553, 'Tennyson', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29554, 'Terre Haute', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29555, 'Thorntown', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29556, 'Tipton', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29557, 'Topeka', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29558, 'Town Of Pines', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29559, 'Trafalgar', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29560, 'Trail Creek', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29561, 'Tri-lakes', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29562, 'Troy', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29563, 'Ulen', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29564, 'Union City', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29565, 'Uniondale', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29566, 'Universal', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29567, 'Upland', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29568, 'Utica', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29569, 'Valparaiso', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29570, 'Van Buren', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29571, 'Veedersburg', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29572, 'Vera Cruz', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29573, 'Vernon', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29574, 'Versailles', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29575, 'Vevay', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29576, 'Vincennes', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29577, 'Wabash', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29578, 'Wakarusa', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29579, 'Walkerton', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29580, 'Wallace', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29581, 'Walton', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29582, 'Wanatah', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29583, 'Warren', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29584, 'Warren Park', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29585, 'Warsaw', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29586, 'Washington', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29587, 'Waterloo', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29588, 'Waveland', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29589, 'Waynetown', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29590, 'West Baden Springs', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29591, 'West College Corner', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29592, 'Westfield', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29593, 'West Harrison', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:03:59', 1), +(29594, 'West Lafayette', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29595, 'West Lebanon', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29596, 'Westport', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29597, 'West Terre Haute', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29598, 'Westville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29599, 'Wheatfield', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29600, 'Wheatland', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29601, 'Whiteland', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29602, 'Whitestown', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29603, 'Whitewater', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29604, 'Whiting', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29605, 'Wilkinson', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29606, 'Williams Creek', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29607, 'Williamsport', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29608, 'Winamac', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29609, 'Winchester', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29610, 'Windfall City', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29611, 'Winfield', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29612, 'Wingate', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29613, 'Winona Lake', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29614, 'Winslow', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29615, 'Wolcott', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29616, 'Wolcottville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29617, 'Woodburn', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29618, 'Woodlawn Heights', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29619, 'Worthington', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29620, 'Wynnedale', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29621, 'Yeoman', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29622, 'Yorktown', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29623, 'Zanesville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29624, 'Zionsville', 3841, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29625, 'Ackley', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29626, 'Ackworth', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29627, 'Adair', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29628, 'Adel', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29629, 'Afton', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29630, 'Agency', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29631, 'Ainsworth', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29632, 'Akron', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29633, 'Albert City', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29634, 'Albia', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29635, 'Albion', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29636, 'Alburnett', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29637, 'Alden', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29638, 'Alexander', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29639, 'Algona', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29640, 'Alleman', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29641, 'Allerton', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29642, 'Allison', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29643, 'Alta', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29644, 'Alta Vista', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29645, 'Alton', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29646, 'Altoona', 3842, 233, '2019-01-25 02:59:55', '2019-01-25 03:04:00', 1), +(29647, 'Alvord', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29648, 'Ames', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29649, 'Anamosa', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29650, 'Andover', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29651, 'Andrew', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29652, 'Anita', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29653, 'Ankeny', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29654, 'Anthon', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29655, 'Aplington', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29656, 'Arcadia', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29657, 'Archer', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29658, 'Aredale', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29659, 'Arion', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29660, 'Arispe', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29661, 'Arlington', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29662, 'Armstrong', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29663, 'Arnolds Park', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29664, 'Arthur', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29665, 'Asbury', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29666, 'Ashton', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29667, 'Aspinwall', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29668, 'Atalissa', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29669, 'Athelstan', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29670, 'Atkins', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29671, 'Atlantic', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29672, 'Auburn', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29673, 'Audubon', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29674, 'Aurelia', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29675, 'Aurora', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29676, 'Avoca', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29677, 'Ayrshire', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29678, 'Badger', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29679, 'Bagley', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29680, 'Baldwin', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29681, 'Balltown', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29682, 'Bancroft', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29683, 'Bankston', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29684, 'Barnes City', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29685, 'Barnum', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29686, 'Bassett', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29687, 'Batavia', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29688, 'Battle Creek', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29689, 'Baxter', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29690, 'Bayard', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29691, 'Beacon', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29692, 'Beaconsfield', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29693, 'Beaman', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29694, 'Beaver', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29695, 'Bedford', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29696, 'Belle Plaine', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29697, 'Bellevue', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29698, 'Belmond', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29699, 'Bennett', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29700, 'Benton', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29701, 'Berkley', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29702, 'Bernard', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29703, 'Bertram', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29704, 'Bettendorf', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29705, 'Bevington', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29706, 'Birmingham', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29707, 'Blairsburg', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29708, 'Blairstown', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29709, 'Blakesburg', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29710, 'Blanchard', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29711, 'Blencoe', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29712, 'Blockton', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29713, 'Bloomfield', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29714, 'Blue Grass', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29715, 'Bode', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29716, 'Bonaparte', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29717, 'Bondurant', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29718, 'Boone', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29719, 'Bouton', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29720, 'Boxholm', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29721, 'Boyden', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29722, 'Braddyville', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29723, 'Bradgate', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29724, 'Brandon', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29725, 'Brayton', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29726, 'Breda', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29727, 'Bridgewater', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29728, 'Brighton', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29729, 'Bristow', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29730, 'Britt', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29731, 'Bronson', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29732, 'Brooklyn', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29733, 'Brunsville', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29734, 'Buckeye', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29735, 'Buck Grove', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29736, 'Buffalo', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29737, 'Buffalo Center', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29738, 'Burlington', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29739, 'Burt', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29740, 'Bussey', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29741, 'Calamus', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29742, 'Callender', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29743, 'Calmar', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29744, 'Calumet', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29745, 'Camanche', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29746, 'Cambridge', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29747, 'Cantril', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29748, 'Carbon', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29749, 'Carlisle', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29750, 'Carpenter', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29751, 'Carroll', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29752, 'Carson', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29753, 'Carter Lake', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29754, 'Cascade', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29755, 'Casey', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29756, 'Castalia', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29757, 'Castana', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29758, 'Cedar Falls', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29759, 'Cedar Rapids', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29760, 'Center Junction', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29761, 'Center Point', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29762, 'Centerville', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29763, 'Central City', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29764, 'Centralia', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29765, 'Chariton', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29766, 'Charles City', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29767, 'Charlotte', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29768, 'Charter Oak', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(29769, 'Chatsworth', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29770, 'Chelsea', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29771, 'Cherokee', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29772, 'Chester', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29773, 'Chillicothe', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29774, 'Churdan', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29775, 'Cincinnati', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29776, 'Clare', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29777, 'Clarence', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29778, 'Clarinda', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29779, 'Clarion', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29780, 'Clarksville', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29781, 'Clayton', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29782, 'Clearfield', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29783, 'Clear Lake', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29784, 'Cleghorn', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29785, 'Clemons', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29786, 'Clermont', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29787, 'Clinton', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29788, 'Clio', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29789, 'Clive', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29790, 'Clutier', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29791, 'Coalville', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29792, 'Coburg', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29793, 'Coggon', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29794, 'Coin', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29795, 'Colesburg', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29796, 'Colfax', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29797, 'College Springs', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29798, 'Collins', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29799, 'Colo', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29800, 'Columbus City', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29801, 'Columbus Junction', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29802, 'Colwell', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29803, 'Conesville', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29804, 'Conrad', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29805, 'Conway', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29806, 'Coon Rapids', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29807, 'Coppock', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29808, 'Coralville', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29809, 'Corning', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29810, 'Correctionville', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29811, 'Corwith', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29812, 'Corydon', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29813, 'Cotter', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:00', 1), +(29814, 'Coulter', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:01', 1), +(29815, 'Council Bluffs', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:01', 1), +(29816, 'Craig', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:01', 1), +(29817, 'Crawfordsville', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:01', 1), +(29818, 'Crescent', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:01', 1), +(29819, 'Cresco', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:01', 1), +(29820, 'Creston', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:01', 1), +(29821, 'Cromwell', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:01', 1), +(29822, 'Crystal Lake', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:01', 1), +(29823, 'Cumberland', 3842, 233, '2019-01-25 02:59:56', '2019-01-25 03:04:01', 1), +(29824, 'Cumming', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29825, 'Curlew', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29826, 'Cushing', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29827, 'Cylinder', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29828, 'Dakota City', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29829, 'Dallas Center', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29830, 'Dana', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29831, 'Danbury', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29832, 'Danville', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29833, 'Davenport', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29834, 'Davis City', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29835, 'Dawson', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29836, 'Dayton', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29837, 'Decatur City', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29838, 'Decorah', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29839, 'Dedham', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29840, 'Deep River', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29841, 'Defiance', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29842, 'Delaware', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29843, 'Delhi', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29844, 'Delmar', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29845, 'Deloit', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29846, 'Delphos', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29847, 'Delta', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29848, 'Denison', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29849, 'Denver', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29850, 'Derby', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29851, 'Des Moines', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29852, 'De Soto', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29853, 'De Witt', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29854, 'Dexter', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29855, 'Diagonal', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29856, 'Dickens', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29857, 'Dike', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29858, 'Dixon', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29859, 'Dolliver', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29860, 'Donahue', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29861, 'Donnellson', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29862, 'Doon', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29863, 'Douds', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29864, 'Dougherty', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29865, 'Dow City', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29866, 'Dows', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29867, 'Drakesville', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29868, 'Dubuque', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29869, 'Dumont', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29870, 'Duncombe', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29871, 'Dundee', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29872, 'Dunkerton', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29873, 'Dunlap', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29874, 'Durango', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29875, 'Durant', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29876, 'Dyersville', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29877, 'Dysart', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29878, 'Eagle Grove', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29879, 'Earlham', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29880, 'Earling', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29881, 'Earlville', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29882, 'Early', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29883, 'East Peru', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29884, 'Eddyville', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29885, 'Edgewood', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29886, 'Elberon', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29887, 'Eldon', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29888, 'Eldora', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29889, 'Eldridge', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29890, 'Elgin', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29891, 'Elkader', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29892, 'Elkhart', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29893, 'Elk Horn', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29894, 'Elkport', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29895, 'Elk Run Heights', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29896, 'Elliott', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29897, 'Ellston', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29898, 'Ellsworth', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29899, 'Elma', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29900, 'Ely', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29901, 'Emerson', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29902, 'Emmetsburg', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29903, 'Epworth', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29904, 'Essex', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29905, 'Estherville', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29906, 'Evansdale', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29907, 'Everly', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29908, 'Exira', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29909, 'Exline', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29910, 'Fairbank', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29911, 'Fairfax', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29912, 'Fairfield', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29913, 'Farley', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29914, 'Farmersburg', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29915, 'Farmington', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29916, 'Farnhamville', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29917, 'Farragut', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29918, 'Fayette', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29919, 'Fenton', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29920, 'Ferguson', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29921, 'Fertile', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29922, 'Floris', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29923, 'Floyd', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29924, 'Fonda', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29925, 'Fontanelle', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29926, 'Forest City', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29927, 'Fort Atkinson', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29928, 'Fort Dodge', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29929, 'Fort Madison', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29930, 'Fostoria', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29931, 'Franklin', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29932, 'Fraser', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29933, 'Fredericksburg', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29934, 'Frederika', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29935, 'Fredonia', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29936, 'Fremont', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29937, 'Fruitland', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29938, 'Galt', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29939, 'Galva', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29940, 'Garber', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29941, 'Garden Grove', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29942, 'Garnavillo', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29943, 'Garner', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29944, 'Garrison', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29945, 'Garwin', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29946, 'Geneva', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29947, 'George', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29948, 'Gibson', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29949, 'Gilbert', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29950, 'Gilbertville', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29951, 'Gillett Grove', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29952, 'Gilman', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29953, 'Gilmore City', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29954, 'Gladbrook', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29955, 'Glenwood', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29956, 'Glidden', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29957, 'Goldfield', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29958, 'Goodell', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29959, 'Goose Lake', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29960, 'Gowrie', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29961, 'Graettinger', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29962, 'Graf', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29963, 'Grafton', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29964, 'Grand Junction', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29965, 'Grand Mound', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29966, 'Grand River', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29967, 'Grandview', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29968, 'Granger', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29969, 'Grant', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29970, 'Granville', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29971, 'Gravity', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29972, 'Gray', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29973, 'Greeley', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29974, 'Greene', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29975, 'Greenfield', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29976, 'Greenville', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29977, 'Grimes', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29978, 'Grinnell', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29979, 'Griswold', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29980, 'Grundy Center', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29981, 'Gruver', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29982, 'Guernsey', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29983, 'Guthrie Center', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29984, 'Guttenberg', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29985, 'Halbur', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29986, 'Hamburg', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29987, 'Hamilton', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29988, 'Hampton', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29989, 'Hancock', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29990, 'Hanlontown', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29991, 'Hansell', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29992, 'Harcourt', 3842, 233, '2019-01-25 02:59:57', '2019-01-25 03:04:01', 1), +(29993, 'Hardy', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(29994, 'Harlan', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(29995, 'Harper', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(29996, 'Harpers Ferry', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(29997, 'Harris', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(29998, 'Hartford', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(29999, 'Hartley', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30000, 'Hartwick', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30001, 'Harvey', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30002, 'Hastings', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30003, 'Havelock', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30004, 'Haverhill', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30005, 'Hawarden', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30006, 'Hawkeye', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30007, 'Hayesville', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30008, 'Hazleton', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30009, 'Hedrick', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30010, 'Henderson', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30011, 'Hepburn', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30012, 'Hiawatha', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30013, 'Hills', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30014, 'Hillsboro', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30015, 'Hinton', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30016, 'Holland', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:01', 1), +(30017, 'Holstein', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30018, 'Holy Cross', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30019, 'Hopkinton', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30020, 'Hornick', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30021, 'Hospers', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30022, 'Houghton', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30023, 'Hubbard', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30024, 'Hudson', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30025, 'Hull', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30026, 'Humboldt', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30027, 'Humeston', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30028, 'Huxley', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30029, 'Ida Grove', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30030, 'Imogene', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30031, 'Independence', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30032, 'Indianola', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30033, 'Inwood', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30034, 'Ionia', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30035, 'Iowa City', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30036, 'Iowa Falls', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30037, 'Ireton', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30038, 'Irwin', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30039, 'Jackson Junction', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30040, 'Jamaica', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30041, 'Janesville', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30042, 'Jefferson', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30043, 'Jesup', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30044, 'Jewell Junction', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30045, 'Johnston', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30046, 'Joice', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30047, 'Jolley', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30048, 'Kalona', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30049, 'Kamrar', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30050, 'Kanawha', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30051, 'Kellerton', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30052, 'Kelley', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30053, 'Kellogg', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30054, 'Kensett', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30055, 'Kent', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30056, 'Keokuk', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30057, 'Keomah Village', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30058, 'Keosauqua', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30059, 'Keota', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30060, 'Keswick', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30061, 'Keystone', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30062, 'Kimballton', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30063, 'Kingsley', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30064, 'Kinross', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30065, 'Kirkman', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30066, 'Kirkville', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30067, 'Kiron', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30068, 'Klemme', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30069, 'Knierim', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30070, 'Knoxville', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30071, 'Lacona', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30072, 'Ladora', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30073, 'Lake City', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30074, 'Lake Mills', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30075, 'Lake Park', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30076, 'Lakeside', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30077, 'Lake View', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30078, 'Lakota', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30079, 'Lambs Grove', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30080, 'Lamoni', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30081, 'Lamont', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30082, 'La Motte', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30083, 'Lanesboro', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30084, 'Lansing', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30085, 'La Porte City', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30086, 'Larchwood', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30087, 'Larrabee', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30088, 'Latimer', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30089, 'Laurel', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30090, 'Laurens', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30091, 'Lawler', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30092, 'Lawton', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30093, 'Leando', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30094, 'Le Claire', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30095, 'Ledyard', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30096, 'Le Grand', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30097, 'Lehigh', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30098, 'Leighton', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30099, 'Leland', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30100, 'Le Mars', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30101, 'Lenox', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30102, 'Leon', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30103, 'Le Roy', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30104, 'Lester', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30105, 'Letts', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30106, 'Lewis', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30107, 'Libertyville', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30108, 'Lidderdale', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30109, 'Lime Springs', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30110, 'Lincoln', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30111, 'Linden', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30112, 'Lineville', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30113, 'Linn Grove', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30114, 'Lisbon', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30115, 'Liscomb', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30116, 'Littleport', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30117, 'Little Rock', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30118, 'Little Sioux', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30119, 'Livermore', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30120, 'Lockridge', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30121, 'Logan', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30122, 'Lohrville', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30123, 'Lone Rock', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30124, 'Lone Tree', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30125, 'Long Grove', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30126, 'Lorimor', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30127, 'Lost Nation', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30128, 'Lovilia', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30129, 'Lowden', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30130, 'Low Moor', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30131, 'Luana', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:02', 1), +(30132, 'Lucas', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:03', 1), +(30133, 'Luther', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:03', 1), +(30134, 'Lu Verne', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:03', 1), +(30135, 'Luxemburg', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:03', 1), +(30136, 'Luzerne', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:03', 1), +(30137, 'Lynnville', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:03', 1), +(30138, 'Lytton', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:03', 1), +(30139, 'Mccallsburg', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:03', 1), +(30140, 'Mccausland', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:03', 1), +(30141, 'Mcclelland', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:03', 1), +(30142, 'Macedonia', 3842, 233, '2019-01-25 02:59:58', '2019-01-25 03:04:03', 1), +(30143, 'Mcgregor', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30144, 'Mcintire', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30145, 'Macksburg', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30146, 'Madrid', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30147, 'Magnolia', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30148, 'Malcom', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30149, 'Mallard', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30150, 'Maloy', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30151, 'Malvern', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30152, 'Manchester', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30153, 'Manilla', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30154, 'Manly', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30155, 'Manning', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30156, 'Manson', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30157, 'Mapleton', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30158, 'Maquoketa', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30159, 'Marathon', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30160, 'Marble Rock', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30161, 'Marcus', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30162, 'Marengo', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30163, 'Marion', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30164, 'Marne', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30165, 'Marquette', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30166, 'Marshalltown', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30167, 'Martelle', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30168, 'Martensdale', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30169, 'Martinsburg', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30170, 'Marysville', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30171, 'Mason City', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30172, 'Masonville', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30173, 'Massena', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30174, 'Matlock', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30175, 'Maurice', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30176, 'Maxwell', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30177, 'Maynard', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30178, 'Maysville', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30179, 'Mechanicsville', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30180, 'Mediapolis', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30181, 'Melbourne', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30182, 'Melcher-dallas', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30183, 'Melrose', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30184, 'Melvin', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30185, 'Menlo', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30186, 'Meriden', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30187, 'Merrill', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30188, 'Meservey', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30189, 'Middletown', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30190, 'Miles', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30191, 'Milford', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30192, 'Millersburg', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30193, 'Millerton', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30194, 'Millville', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30195, 'Milo', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30196, 'Milton', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30197, 'Minburn', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30198, 'Minden', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30199, 'Mingo', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30200, 'Missouri Valley', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30201, 'Mitchell', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30202, 'Mitchellville', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30203, 'Modale', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30204, 'Mondamin', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30205, 'Monmouth', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30206, 'Monona', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30207, 'Monroe', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30208, 'Montezuma', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30209, 'Monticello', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30210, 'Montour', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30211, 'Montrose', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30212, 'Moorhead', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30213, 'Moorland', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30214, 'Moravia', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30215, 'Morley', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30216, 'Morning Sun', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30217, 'Morrison', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30218, 'Moulton', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30219, 'Mount Auburn', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30220, 'Mount Ayr', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30221, 'Mount Pleasant', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30222, 'Mount Sterling', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30223, 'Mount Union', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30224, 'Mount Vernon', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30225, 'Moville', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30226, 'Murray', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30227, 'Muscatine', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30228, 'Mystic', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30229, 'Nashua', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30230, 'Nemaha', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30231, 'Neola', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30232, 'Nevada', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30233, 'New Albin', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30234, 'Newell', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30235, 'Newhall', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30236, 'New Hampton', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30237, 'New Hartford', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30238, 'New Liberty', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30239, 'New London', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30240, 'New Market', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30241, 'New Providence', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30242, 'New Sharon', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30243, 'Newton', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30244, 'New Vienna', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30245, 'New Virginia', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30246, 'Nichols', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30247, 'Nodaway', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30248, 'Nora Springs', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30249, 'Northboro', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30250, 'North Buena Vista', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30251, 'North English', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30252, 'North Liberty', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30253, 'North Washington', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30254, 'Northwood', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30255, 'Norwalk', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30256, 'Norway', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30257, 'Numa', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30258, 'Oakland', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30259, 'Oakland Acres', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30260, 'Oakville', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30261, 'Ocheyedan', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30262, 'Odebolt', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30263, 'Oelwein', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30264, 'Ogden', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30265, 'Okoboji', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30266, 'Olds', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30267, 'Olin', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30268, 'Ollie', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30269, 'Onawa', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30270, 'Onslow', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30271, 'Orange City', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30272, 'Orchard', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30273, 'Orient', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30274, 'Orleans', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30275, 'Osage', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30276, 'Osceola', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30277, 'Oskaloosa', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30278, 'Ossian', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30279, 'Osterdock', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30280, 'Otho', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30281, 'Oto', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30282, 'Ottosen', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30283, 'Ottumwa', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30284, 'Owasa', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30285, 'Oxford', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30286, 'Oxford Junction', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30287, 'Oyens', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30288, 'Pacific Junction', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30289, 'Packwood', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30290, 'Palmer', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30291, 'Palo', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30292, 'Panama', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30293, 'Panora', 3842, 233, '2019-01-25 02:59:59', '2019-01-25 03:04:03', 1), +(30294, 'Panorama Park', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30295, 'Parkersburg', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30296, 'Park View', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30297, 'Parnell', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30298, 'Paton', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30299, 'Patterson', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30300, 'Paullina', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30301, 'Pella', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30302, 'Peosta', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30303, 'Perry', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30304, 'Persia', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30305, 'Peterson', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30306, 'Pierson', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30307, 'Pilot Mound', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30308, 'Pioneer', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30309, 'Pisgah', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30310, 'Plainfield', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30311, 'Plano', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30312, 'Pleasant Hill', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30313, 'Pleasanton', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30314, 'Pleasant Plain', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30315, 'Pleasantville', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30316, 'Plover', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30317, 'Plymouth', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30318, 'Pocahontas', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30319, 'Polk City', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30320, 'Pomeroy', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30321, 'Popejoy', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30322, 'Portsmouth', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30323, 'Postville', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30324, 'Prairieburg', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30325, 'Prairie City', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30326, 'Prescott', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30327, 'Preston', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30328, 'Primghar', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30329, 'Princeton', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30330, 'Promise City', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:03', 1), +(30331, 'Protivin', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30332, 'Pulaski', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30333, 'Quasqueton', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30334, 'Quimby', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30335, 'Radcliffe', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30336, 'Rake', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30337, 'Ralston', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30338, 'Randalia', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30339, 'Randall', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30340, 'Randolph', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30341, 'Rathbun', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30342, 'Raymond', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30343, 'Readlyn', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30344, 'Reasnor', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30345, 'Redding', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30346, 'Redfield', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30347, 'Red Oak', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30348, 'Reinbeck', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30349, 'Rembrandt', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30350, 'Remsen', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30351, 'Renwick', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30352, 'Rhodes', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30353, 'Riceville', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30354, 'Richland', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30355, 'Rickardsville', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30356, 'Ricketts', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30357, 'Ridgeway', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30358, 'Rinard', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30359, 'Ringsted', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30360, 'Rippey', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30361, 'Riverdale', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30362, 'Riverside', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30363, 'Riverton', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30364, 'Robins', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30365, 'Rock Falls', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30366, 'Rockford', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30367, 'Rock Rapids', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30368, 'Rock Valley', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30369, 'Rockwell', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30370, 'Rockwell City', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30371, 'Rodman', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30372, 'Rodney', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30373, 'Roland', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30374, 'Rolfe', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30375, 'Rome', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30376, 'Rose Hill', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30377, 'Rossie', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30378, 'Rowan', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30379, 'Rowley', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30380, 'Royal', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30381, 'Rudd', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30382, 'Runnells', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30383, 'Russell', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30384, 'Ruthven', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30385, 'Rutland', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30386, 'Ryan', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30387, 'Sabula', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30388, 'Sac City', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30389, 'Sageville', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30390, 'St. Ansgar', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30391, 'St. Anthony', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30392, 'St. Charles', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30393, 'St. Donatus', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30394, 'St. Lucas', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30395, 'St. Marys', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30396, 'St. Olaf', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30397, 'St. Paul', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30398, 'Salem', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30399, 'Salix', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30400, 'Sanborn', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(30401, 'Sandyville', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30402, 'Saylorville', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30403, 'Scarville', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30404, 'Schaller', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30405, 'Schleswig', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30406, 'Scranton', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30407, 'Searsboro', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30408, 'Sergeant Bluff', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30409, 'Seymour', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30410, 'Shambaugh', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30411, 'Shannon City', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30412, 'Sharpsburg', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30413, 'Sheffield', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30414, 'Shelby', 3842, 233, '2019-01-25 03:00:00', '2019-01-25 03:04:04', 1), +(30415, 'Sheldahl', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30416, 'Sheldon', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30417, 'Shell Rock', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30418, 'Shellsburg', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30419, 'Shenandoah', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30420, 'Sherrill', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30421, 'Shueyville', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30422, 'Sibley', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30423, 'Sidney', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30424, 'Sigourney', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30425, 'Silver City', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30426, 'Sioux Center', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30427, 'Sioux City', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30428, 'Sioux Rapids', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30429, 'Slater', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30430, 'Sloan', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30431, 'Smithland', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30432, 'Soldier', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30433, 'Solon', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30434, 'Somers', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30435, 'South English', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30436, 'Spencer', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30437, 'Spillville', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30438, 'Spirit Lake', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30439, 'Spragueville', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30440, 'Springbrook', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30441, 'Spring Hill', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30442, 'Springville', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30443, 'Stacyville', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30444, 'Stanhope', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30445, 'Stanley', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30446, 'Stanton', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30447, 'Stanwood', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30448, 'State Center', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30449, 'Steamboat Rock', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30450, 'Stockport', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30451, 'Stockton', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30452, 'Storm Lake', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30453, 'Story City', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30454, 'Stout', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30455, 'Stratford', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30456, 'Strawberry Point', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30457, 'Struble', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30458, 'Stuart', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30459, 'Sully', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30460, 'Sumner', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30461, 'Superior', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30462, 'Sutherland', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30463, 'Swaledale', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30464, 'Swan', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30465, 'Swea City', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30466, 'Swisher', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30467, 'Tabor', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30468, 'Tama', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30469, 'Templeton', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30470, 'Tennant', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30471, 'Terril', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30472, 'Thayer', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30473, 'Thompson', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30474, 'Thor', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30475, 'Thornburg', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30476, 'Thornton', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30477, 'Thurman', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30478, 'Tiffin', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30479, 'Tingley', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30480, 'Tipton', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30481, 'Titonka', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30482, 'Toledo', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30483, 'Toronto', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30484, 'Traer', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30485, 'Treynor', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30486, 'Tripoli', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30487, 'Truesdale', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30488, 'Truro', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30489, 'Turin', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30490, 'Udell', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30491, 'Underwood', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30492, 'Union', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30493, 'Unionville', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30494, 'University Heights', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30495, 'University Park', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30496, 'Urbana', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30497, 'Urbandale', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30498, 'Ute', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30499, 'Vail', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30500, 'Valeria', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30501, 'Van Horne', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30502, 'Van Meter', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30503, 'Van Wert', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30504, 'Varina', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30505, 'Ventura', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30506, 'Victor', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30507, 'Villisca', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30508, 'Vincent', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30509, 'Vining', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30510, 'Vinton', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30511, 'Volga', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30512, 'Wadena', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30513, 'Wahpeton', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30514, 'Walcott', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30515, 'Walford', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30516, 'Walker', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30517, 'Wallingford', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30518, 'Wall Lake', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30519, 'Walnut', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30520, 'Wapello', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30521, 'Washington', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30522, 'Washta', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30523, 'Waterloo', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30524, 'Waterville', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30525, 'Waucoma', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30526, 'Waukee', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30527, 'Waukon', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30528, 'Waverly', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30529, 'Wayland', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30530, 'Webb', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30531, 'Webster', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30532, 'Webster City', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30533, 'Weldon', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30534, 'Wellman', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30535, 'Wellsburg', 3842, 233, '2019-01-25 03:00:01', '2019-01-25 03:04:04', 1), +(30536, 'Welton', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30537, 'Wesley', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30538, 'West Bend', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30539, 'West Branch', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30540, 'West Burlington', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30541, 'West Chester', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30542, 'West Des Moines', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30543, 'Westfield', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30544, 'Westgate', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30545, 'West Liberty', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30546, 'West Okoboji', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30547, 'Westphalia', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30548, 'West Point', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30549, 'Westside', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30550, 'West Union', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30551, 'Westwood', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30552, 'What Cheer', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30553, 'Wheatland', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30554, 'Whiting', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30555, 'Whittemore', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30556, 'Whitten', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30557, 'Willey', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30558, 'Williams', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30559, 'Williamsburg', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30560, 'Williamson', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30561, 'Wilton', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30562, 'Windsor Heights', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30563, 'Winfield', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30564, 'Winterset', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30565, 'Winthrop', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30566, 'Wiota', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30567, 'Woden', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30568, 'Woodbine', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30569, 'Woodburn', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30570, 'Woodward', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:04', 1), +(30571, 'Woolstock', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30572, 'Worthington', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30573, 'Wyoming', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30574, 'Yale', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30575, 'Yetter', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30576, 'Yorktown', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30577, 'Zearing', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30578, 'Zwingle', 3842, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30579, 'Abbyville', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30580, 'Abilene', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30581, 'Admire', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30582, 'Agenda', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30583, 'Agra', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30584, 'Albert', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30585, 'Alden', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30586, 'Alexander', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30587, 'Allen', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30588, 'Alma', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30589, 'Almena', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30590, 'Altamont', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30591, 'Alta Vista', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30592, 'Alton', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30593, 'Altoona', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30594, 'Americus', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30595, 'Andale', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30596, 'Andover', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30597, 'Anthony', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30598, 'Arcadia', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30599, 'Argonia', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30600, 'Arkansas City', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30601, 'Arlington', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30602, 'Arma', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30603, 'Ashland', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30604, 'Assaria', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30605, 'Atchison', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30606, 'Athol', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30607, 'Atlanta', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30608, 'Attica', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30609, 'Atwood', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30610, 'Auburn', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30611, 'Augusta', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30612, 'Aurora', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30613, 'Axtell', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30614, 'Baldwin City', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30615, 'Barnard', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30616, 'Barnes', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30617, 'Bartlett', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30618, 'Basehor', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30619, 'Bassett', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30620, 'Baxter Springs', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30621, 'Bazine', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30622, 'Beattie', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30623, 'Bel Aire', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30624, 'Belle Plaine', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30625, 'Belleville', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30626, 'Beloit', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30627, 'Belpre', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30628, 'Belvue', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30629, 'Benedict', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30630, 'Bennington', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30631, 'Bentley', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30632, 'Benton', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30633, 'Bern', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30634, 'Beverly', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30635, 'Bird City', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30636, 'Bison', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30637, 'Blue Mound', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30638, 'Blue Rapids', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30639, 'Bluff City', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30640, 'Bogue', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30641, 'Bonner Springs', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30642, 'Brewster', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30643, 'Bronson', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30644, 'Brookville', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30645, 'Brownell', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30646, 'Bucklin', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30647, 'Buffalo', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30648, 'Buhler', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30649, 'Bunker Hill', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30650, 'Burden', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30651, 'Burdett', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30652, 'Burlingame', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30653, 'Burlington', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30654, 'Burns', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30655, 'Burr Oak', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30656, 'Burrton', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30657, 'Bushong', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30658, 'Bushton', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30659, 'Byers', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30660, 'Caldwell', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30661, 'Cambridge', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30662, 'Caney', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30663, 'Canton', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30664, 'Carbondale', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30665, 'Carlton', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30666, 'Cassoday', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30667, 'Cawker City', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30668, 'Cedar', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30669, 'Cedar Point', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30670, 'Cedar Vale', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30671, 'Centralia', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30672, 'Chanute', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30673, 'Chapman', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30674, 'Chase', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30675, 'Chautauqua', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30676, 'Cheney', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30677, 'Cherokee', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30678, 'Cherryvale', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30679, 'Chetopa', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30680, 'Cimarron', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30681, 'Circleville', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30682, 'Claflin', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30683, 'Clay Center', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30684, 'Clayton', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30685, 'Clearwater', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30686, 'Clifton', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30687, 'Climax', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30688, 'Clyde', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30689, 'Coats', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30690, 'Coffeyville', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30691, 'Colby', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30692, 'Coldwater', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30693, 'Collyer', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30694, 'Colony', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30695, 'Columbus', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30696, 'Colwich', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30697, 'Concordia', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30698, 'Conway Springs', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30699, 'Coolidge', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30700, 'Copeland', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30701, 'Corning', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30702, 'Cottonwood Falls', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30703, 'Council Grove', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30704, 'Countryside', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30705, 'Courtland', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30706, 'Coyville', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30707, 'Cuba', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30708, 'Cullison', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30709, 'Culver', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30710, 'Cunningham', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30711, 'Damar', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30712, 'Danville', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30713, 'Dearing', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30714, 'Deerfield', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30715, 'Delia', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30716, 'Delphos', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30717, 'Denison', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30718, 'Denton', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30719, 'Derby', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30720, 'De Soto', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30721, 'Dexter', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30722, 'Dighton', 3843, 233, '2019-01-25 03:00:02', '2019-01-25 03:04:05', 1), +(30723, 'Dodge City', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30724, 'Dorrance', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30725, 'Douglass', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30726, 'Downs', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30727, 'Dresden', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30728, 'Dunlap', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30729, 'Durham', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30730, 'Dwight', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30731, 'Earlton', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30732, 'Eastborough', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30733, 'Easton', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30734, 'Edgerton', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30735, 'Edmond', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30736, 'Edna', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30737, 'Edwardsville', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30738, 'Effingham', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30739, 'Elbing', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30740, 'El Dorado', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30741, 'Elgin', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30742, 'Elk City', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30743, 'Elk Falls', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30744, 'Elkhart', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30745, 'Ellinwood', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30746, 'Ellis', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30747, 'Ellsworth', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30748, 'Elmdale', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30749, 'Elsmore', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30750, 'Elwood', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30751, 'Emmett', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30752, 'Emporia', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30753, 'Englewood', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30754, 'Ensign', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30755, 'Enterprise', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30756, 'Erie', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30757, 'Esbon', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30758, 'Eskridge', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30759, 'Eudora', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30760, 'Eureka', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30761, 'Everest', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30762, 'Fairview', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30763, 'Fairway', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30764, 'Fall River', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30765, 'Florence', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30766, 'Fontana', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30767, 'Ford', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30768, 'Formoso', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30769, 'Fort Riley-camp Whiteside', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30770, 'Fort Riley North', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30771, 'Fort Scott', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30772, 'Fowler', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30773, 'Frankfort', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30774, 'Frederick', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30775, 'Fredonia', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30776, 'Freeport', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30777, 'Frontenac', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30778, 'Fulton', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30779, 'Galatia', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30780, 'Galena', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30781, 'Galesburg', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30782, 'Galva', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30783, 'Garden City', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30784, 'Garden Plain', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30785, 'Gardner', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30786, 'Garfield', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30787, 'Garnett', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30788, 'Gas', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30789, 'Gaylord', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30790, 'Gem', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30791, 'Geneseo', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30792, 'Geuda Springs', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30793, 'Girard', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30794, 'Glade', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30795, 'Glasco', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30796, 'Glen Elder', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30797, 'Goddard', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30798, 'Goessel', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30799, 'Goff', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30800, 'Goodland', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30801, 'Gorham', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30802, 'Gove City', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30803, 'Grainfield', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30804, 'Grandview Plaza', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30805, 'Great Bend', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30806, 'Greeley', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30807, 'Green', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30808, 'Greenleaf', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30809, 'Greensburg', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30810, 'Grenola', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30811, 'Gridley', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30812, 'Grinnell', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30813, 'Gypsum', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30814, 'Haddam', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30815, 'Halstead', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30816, 'Hamilton', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30817, 'Hamlin', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30818, 'Hanover', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30819, 'Hanston', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30820, 'Hardtner', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30821, 'Harper', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30822, 'Harris', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30823, 'Hartford', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30824, 'Harveyville', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30825, 'Havana', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30826, 'Haven', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30827, 'Havensville', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30828, 'Haviland', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:05', 1), +(30829, 'Hays', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30830, 'Haysville', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30831, 'Hazelton', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30832, 'Hepler', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30833, 'Herington', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30834, 'Herndon', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30835, 'Hesston', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30836, 'Hiawatha', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30837, 'Highland', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30838, 'Hill City', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30839, 'Hillsboro', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30840, 'Hoisington', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30841, 'Holcomb', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30842, 'Hollenberg', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30843, 'Holton', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30844, 'Holyrood', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30845, 'Hope', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30846, 'Horace', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30847, 'Horton', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30848, 'Howard', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30849, 'Hoxie', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30850, 'Hoyt', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30851, 'Hudson', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30852, 'Hugoton', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30853, 'Humboldt', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30854, 'Hunnewell', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30855, 'Hunter', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30856, 'Huron', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30857, 'Hutchinson', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30858, 'Independence', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30859, 'Ingalls', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30860, 'Inman', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30861, 'Iola', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30862, 'Isabel', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30863, 'Iuka', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30864, 'Jamestown', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30865, 'Jennings', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30866, 'Jetmore', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30867, 'Jewell', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30868, 'Johnson City', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30869, 'Junction City', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30870, 'Kanopolis', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30871, 'Kanorado', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30872, 'Kansas City', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30873, 'Kechi', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30874, 'Kensington', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30875, 'Kincaid', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30876, 'Kingman', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30877, 'Kinsley', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30878, 'Kiowa', 3843, 233, '2019-01-25 03:00:03', '2019-01-25 03:04:06', 1), +(30879, 'Kirwin', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30880, 'Kismet', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30881, 'Labette', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30882, 'La Crosse', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30883, 'La Cygne', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30884, 'La Harpe', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30885, 'Lake Quivira', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30886, 'Lakin', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30887, 'Lancaster', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30888, 'Lane', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30889, 'Langdon', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30890, 'Lansing', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30891, 'Larned', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30892, 'Latham', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30893, 'Latimer', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30894, 'Lawrence', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30895, 'Leavenworth', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30896, 'Leawood', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30897, 'Lebanon', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30898, 'Lebo', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30899, 'Lecompton', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30900, 'Lehigh', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30901, 'Lenexa', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30902, 'Lenora', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30903, 'Leon', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30904, 'Leona', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30905, 'Leonardville', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30906, 'Leoti', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30907, 'Le Roy', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30908, 'Lewis', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30909, 'Liberal', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30910, 'Liberty', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30911, 'Liebenthal', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30912, 'Lincoln Center', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30913, 'Lincolnville', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30914, 'Lindsborg', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30915, 'Linn', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30916, 'Linn Valley', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30917, 'Linwood', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30918, 'Little River', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30919, 'Logan', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30920, 'Lone Elm', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30921, 'Longford', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30922, 'Long Island', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30923, 'Longton', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30924, 'Lorraine', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30925, 'Lost Springs', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30926, 'Louisburg', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30927, 'Louisville', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30928, 'Lucas', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30929, 'Luray', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30930, 'Lyndon', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30931, 'Lyons', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30932, 'Mccracken', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30933, 'Mccune', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30934, 'Mcdonald', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30935, 'Mcfarland', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30936, 'Macksville', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30937, 'Mclouth', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30938, 'Mcpherson', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30939, 'Madison', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30940, 'Mahaska', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30941, 'Maize', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30942, 'Manchester', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30943, 'Manhattan', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30944, 'Mankato', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30945, 'Manter', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30946, 'Maple Hill', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30947, 'Mapleton', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30948, 'Marion', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30949, 'Marquette', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30950, 'Marysville', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30951, 'Matfield Green', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30952, 'Mayetta', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30953, 'Mayfield', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30954, 'Meade', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30955, 'Medicine Lodge', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30956, 'Melvern', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30957, 'Menlo', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30958, 'Meriden', 3843, 233, '2019-01-25 03:00:04', '2019-01-25 03:04:06', 1), +(30959, 'Merriam', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30960, 'Milan', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30961, 'Mildred', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30962, 'Milford', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30963, 'Miltonvale', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30964, 'Minneapolis', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30965, 'Minneola', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30966, 'Mission', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30967, 'Mission Hills', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30968, 'Mission Woods', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30969, 'Moline', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30970, 'Montezuma', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30971, 'Moran', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30972, 'Morganville', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30973, 'Morland', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30974, 'Morrill', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30975, 'Morrowville', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30976, 'Moscow', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30977, 'Mound City', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30978, 'Moundridge', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30979, 'Mound Valley', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30980, 'Mount Hope', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30981, 'Mulberry', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30982, 'Mullinville', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30983, 'Mulvane', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30984, 'Munden', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30985, 'Muscotah', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30986, 'Narka', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30987, 'Nashville', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30988, 'Natoma', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30989, 'Neodesha', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30990, 'Neosho Falls', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30991, 'Neosho Rapids', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30992, 'Ness City', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30993, 'Netawaka', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30994, 'New Albany', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30995, 'New Cambria', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30996, 'New Strawn', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30997, 'Newton', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30998, 'Nickerson', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(30999, 'Niotaze', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31000, 'Norcatur', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31001, 'North Newton', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31002, 'Norton', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31003, 'Nortonville', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31004, 'Norwich', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31005, 'Oak Hill', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31006, 'Oaklawn-sunview', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31007, 'Oakley', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31008, 'Oberlin', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31009, 'Offerle', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31010, 'Ogden', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31011, 'Oketo', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31012, 'Olathe', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31013, 'Olivet', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31014, 'Olmitz', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31015, 'Olpe', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31016, 'Olsburg', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31017, 'Onaga', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31018, 'Oneida', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31019, 'Osage City', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31020, 'Osawatomie', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31021, 'Osborne', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31022, 'Oskaloosa', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31023, 'Oswego', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31024, 'Otis', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31025, 'Ottawa', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31026, 'Overbrook', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31027, 'Overland Park', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31028, 'Oxford', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31029, 'Ozawkie', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31030, 'Palco', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31031, 'Palmer', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31032, 'Paola', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(31033, 'Paradise', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31034, 'Park', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31035, 'Park City', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31036, 'Parker', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31037, 'Parkerville', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31038, 'Parsons', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31039, 'Partridge', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31040, 'Pawnee Rock', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31041, 'Paxico', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31042, 'Peabody', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31043, 'Penalosa', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31044, 'Perry', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31045, 'Peru', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31046, 'Phillipsburg', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31047, 'Pittsburg', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31048, 'Plains', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31049, 'Plainville', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31050, 'Pleasanton', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31051, 'Plevna', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31052, 'Pomona', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31053, 'Portis', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31054, 'Potwin', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31055, 'Powhattan', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31056, 'Prairie View', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31057, 'Prairie Village', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31058, 'Pratt', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31059, 'Prescott', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31060, 'Preston', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31061, 'Pretty Prairie', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31062, 'Princeton', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31063, 'Protection', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31064, 'Quenemo', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31065, 'Quinter', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31066, 'Radium', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31067, 'Ramona', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31068, 'Randall', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31069, 'Randolph', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31070, 'Ransom', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31071, 'Rantoul', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31072, 'Raymond', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31073, 'Reading', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31074, 'Redfield', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31075, 'Republic', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31076, 'Reserve', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31077, 'Rexford', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31078, 'Richfield', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31079, 'Richmond', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31080, 'Riley', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31081, 'Robinson', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31082, 'Roeland Park', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31083, 'Rolla', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:06', 1), +(31084, 'Rose Hill', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:07', 1), +(31085, 'Roseland', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:07', 1), +(31086, 'Rossville', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:07', 1), +(31087, 'Rozel', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:07', 1), +(31088, 'Rush Center', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:07', 1), +(31089, 'Russell', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:07', 1), +(31090, 'Russell Springs', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:07', 1), +(31091, 'Sabetha', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:07', 1), +(31092, 'St. Francis', 3843, 233, '2019-01-25 03:00:05', '2019-01-25 03:04:07', 1), +(31093, 'St. George', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31094, 'St. John', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31095, 'St. Marys', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31096, 'St. Paul', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31097, 'Salina', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31098, 'Satanta', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31099, 'Savonburg', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31100, 'Sawyer', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31101, 'Scammon', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31102, 'Scandia', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31103, 'Schoenchen', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31104, 'Scott City', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31105, 'Scottsville', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31106, 'Scranton', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31107, 'Sedan', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31108, 'Sedgwick', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31109, 'Selden', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31110, 'Seneca', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31111, 'Severance', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31112, 'Severy', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31113, 'Seward', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31114, 'Sharon', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31115, 'Sharon Springs', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31116, 'Shawnee', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31117, 'Silver Lake', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31118, 'Simpson', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31119, 'Smith Center', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31120, 'Smolan', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31121, 'Soldier', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31122, 'Solomon', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31123, 'South Haven', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31124, 'South Hutchinson', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31125, 'Spearville', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31126, 'Speed', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31127, 'Spivey', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31128, 'Spring Hill', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31129, 'Stafford', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31130, 'Stark', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31131, 'Sterling', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31132, 'Stockton', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31133, 'Strong City', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31134, 'Sublette', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31135, 'Summerfield', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31136, 'Sun City', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31137, 'Susank', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31138, 'Sylvan Grove', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31139, 'Sylvia', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31140, 'Syracuse', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31141, 'Tampa', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31142, 'Tescott', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31143, 'Thayer', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31144, 'Timken', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31145, 'Tipton', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31146, 'Tonganoxie', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31147, 'Topeka', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31148, 'Toronto', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31149, 'Towanda', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31150, 'Treece', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31151, 'Tribune', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31152, 'Troy', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31153, 'Turon', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31154, 'Tyro', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31155, 'Udall', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31156, 'Ulysses', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31157, 'Uniontown', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31158, 'Utica', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31159, 'Valley Center', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31160, 'Valley Falls', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31161, 'Vermillion', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31162, 'Victoria', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31163, 'Vining', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31164, 'Viola', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31165, 'Virgil', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31166, 'Wakeeney', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31167, 'Wakefield', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31168, 'Waldo', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31169, 'Waldron', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31170, 'Wallace', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31171, 'Walnut', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31172, 'Walton', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31173, 'Wamego', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31174, 'Washington', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31175, 'Waterville', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31176, 'Wathena', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31177, 'Waverly', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31178, 'Webber', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31179, 'Weir', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31180, 'Wellington', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31181, 'Wellsville', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31182, 'West Mineral', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31183, 'Westmoreland', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31184, 'Westphalia', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31185, 'Westwood', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31186, 'Westwood Hills', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31187, 'Wetmore', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31188, 'Wheaton', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31189, 'White City', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31190, 'White Cloud', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31191, 'Whitewater', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31192, 'Whiting', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31193, 'Wichita', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31194, 'Willard', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31195, 'Williamsburg', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31196, 'Willis', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31197, 'Willowbrook', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31198, 'Wilmore', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31199, 'Wilsey', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31200, 'Wilson', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31201, 'Winchester', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31202, 'Windom', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31203, 'Winfield', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31204, 'Winona', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31205, 'Woodbine', 3843, 233, '2019-01-25 03:00:06', '2019-01-25 03:04:07', 1), +(31206, 'Woodston', 3843, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31207, 'Yates Center', 3843, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31208, 'Zenda', 3843, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31209, 'Zurich', 3843, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31210, 'Adairville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31211, 'Albany', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31212, 'Alexandria', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31213, 'Allen', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31214, 'Allensville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31215, 'Anchorage', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31216, 'Annville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31217, 'Arlington', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31218, 'Ashland', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31219, 'Auburn', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31220, 'Audubon Park', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31221, 'Augusta', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31222, 'Bancroft', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31223, 'Barbourmeade', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31224, 'Barbourville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31225, 'Bardstown', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31226, 'Bardwell', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31227, 'Barlow', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31228, 'Beattyville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31229, 'Beaver Dam', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31230, 'Bedford', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31231, 'Beechwood Village', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31232, 'Bellefonte', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31233, 'Bellemeade', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31234, 'Bellevue', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31235, 'Bellewood', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31236, 'Benham', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31237, 'Benton', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31238, 'Berea', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31239, 'Berry', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31240, 'Blackey', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31241, 'Blaine', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31242, 'Blandville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31243, 'Bloomfield', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31244, 'Blue Ridge Manor', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31245, 'Bonnieville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31246, 'Booneville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31247, 'Bowling Green', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31248, 'Bradfordsville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31249, 'Brandenburg', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31250, 'Breckinridge Center', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31251, 'Bremen', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31252, 'Briarwood', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31253, 'Broad Fields', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31254, 'Brodhead', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31255, 'Broeck Pointe', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31256, 'Bromley', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31257, 'Brooks', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31258, 'Brooksville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31259, 'Brownsboro Farm', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31260, 'Brownsboro Village', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31261, 'Brownsville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31262, 'Buckhorn', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31263, 'Buckner', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31264, 'Buechel', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31265, 'Burgin', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31266, 'Burkesville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31267, 'Burlington', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31268, 'Burnside', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31269, 'Butler', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31270, 'Cadiz', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31271, 'Calhoun', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31272, 'California', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31273, 'Calvert City', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31274, 'Camargo', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31275, 'Cambridge', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31276, 'Campbellsburg', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31277, 'Campbellsville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31278, 'Campton', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31279, 'Caneyville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31280, 'Carlisle', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31281, 'Carrollton', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31282, 'Carrsville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31283, 'Catlettsburg', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31284, 'Cave City', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31285, 'Cedarville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31286, 'Centertown', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31287, 'Central City', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31288, 'Cherrywood Village', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31289, 'Clarkson', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31290, 'Claryville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31291, 'Clay', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31292, 'Clay City', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31293, 'Clinton', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31294, 'Cloverport', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31295, 'Coal Run Village', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31296, 'Cold Spring', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31297, 'Coldstream', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31298, 'Columbia', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31299, 'Columbus', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31300, 'Concord', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31301, 'Corbin', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31302, 'Corinth', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31303, 'Corydon', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31304, 'Covington', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31305, 'Crab Orchard', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31306, 'Creekside', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31307, 'Crescent Springs', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31308, 'Crestview', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31309, 'Crestview Hills', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31310, 'Crestwood', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31311, 'Crittenden', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31312, 'Crofton', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31313, 'Crossgate', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31314, 'Cumberland', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31315, 'Cynthiana', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31316, 'Danville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31317, 'Dawson Springs', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31318, 'Dayton', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31319, 'Dixon', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31320, 'Douglass Hills', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31321, 'Dover', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31322, 'Drakesboro', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31323, 'Druid Hills', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31324, 'Dry Ridge', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31325, 'Dycusburg', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31326, 'Earlington', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31327, 'East Bernstadt', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31328, 'Eddyville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31329, 'Edgewood', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31330, 'Edmonton', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31331, 'Ekron', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31332, 'Elizabethtown', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31333, 'Elkhorn City', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31334, 'Elkton', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31335, 'Elsmere', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31336, 'Eminence', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31337, 'Erlanger', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31338, 'Eubank', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31339, 'Evarts', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31340, 'Ewing', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31341, 'Fairdale', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31342, 'Fairfield', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31343, 'Fairmeade', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31344, 'Fairview', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31345, 'Falmouth', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31346, 'Ferguson', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31347, 'Fern Creek', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31348, 'Fincastle', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31349, 'Flatwoods', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31350, 'Fleming-neon', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31351, 'Flemingsburg', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31352, 'Florence', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31353, 'Fordsville', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31354, 'Forest Hills', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31355, 'Fort Campbell North', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31356, 'Fort Knox', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31357, 'Fort Mitchell', 3844, 233, '2019-01-25 03:00:07', '2019-01-25 03:04:07', 1), +(31358, 'Fort Thomas', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31359, 'Fort Wright', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31360, 'Fountain Run', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31361, 'Fox Chase', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31362, 'Frankfort', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31363, 'Franklin', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31364, 'Fredonia', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31365, 'Frenchburg', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31366, 'Fulton', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31367, 'Gamaliel', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31368, 'Georgetown', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31369, 'Germantown', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31370, 'Ghent', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31371, 'Glasgow', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31372, 'Glencoe', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31373, 'Glenview', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31374, 'Glenview Hills', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31375, 'Glenview Manor', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31376, 'Goose Creek', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31377, 'Goshen', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31378, 'Grand Rivers', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31379, 'Gratz', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31380, 'Graymoor-devondale', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31381, 'Grayson', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31382, 'Greensburg', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31383, 'Green Spring', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31384, 'Greenup', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31385, 'Greenville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31386, 'Guthrie', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31387, 'Hanson', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31388, 'Hardin', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31389, 'Hardinsburg', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31390, 'Harlan', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31391, 'Harrodsburg', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31392, 'Hartford', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31393, 'Hawesville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31394, 'Hazard', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31395, 'Hazel', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31396, 'Hebron Estates', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31397, 'Henderson', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31398, 'Hendron', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31399, 'Hickman', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31400, 'Hickory Hill', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31401, 'Highland Heights', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31402, 'Highview', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31403, 'Hills And Dales', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31404, 'Hillview', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31405, 'Hindman', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31406, 'Hiseville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31407, 'Hodgenville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31408, 'Hollow Creek', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31409, 'Hollyvilla', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31410, 'Hopkinsville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31411, 'Horse Cave', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31412, 'Houston Acres', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31413, 'Hunters Hollow', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31414, 'Hurstbourne', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31415, 'Hurstbourne Acres', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31416, 'Hustonville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31417, 'Hyden', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31418, 'Independence', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31419, 'Indian Hills', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31420, 'Inez', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31421, 'Irvine', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31422, 'Irvington', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31423, 'Island', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31424, 'Jackson', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31425, 'Jamestown', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31426, 'Jeffersontown', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31427, 'Jeffersonville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31428, 'Jenkins', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31429, 'Junction City', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31430, 'Keeneland', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31431, 'Kenton Vale', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31432, 'Kevil', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31433, 'Kingsley', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31434, 'Kuttawa', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31435, 'La Center', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31436, 'Lafayette', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31437, 'La Grange', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31438, 'Lakeside Park', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31439, 'Lakeview Heights', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31440, 'Lancaster', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31441, 'Langdon Place', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31442, 'Latonia Lakes', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31443, 'Lawrenceburg', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31444, 'Lebanon', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31445, 'Lebanon Junction', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31446, 'Ledbetter', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31447, 'Leitchfield', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31448, 'Lewisburg', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31449, 'Lewisport', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31451, 'Liberty', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31452, 'Lincolnshire', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31453, 'Livermore', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31454, 'Livingston', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31455, 'London', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31456, 'Lone Oak', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31457, 'Loretto', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31458, 'Louisa', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31459, 'Louisville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31460, 'Loyall', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31461, 'Ludlow', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31462, 'Lynch', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31463, 'Lyndon', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31464, 'Lynnview', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31465, 'Mchenry', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31466, 'Mckee', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31467, 'Mackville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31468, 'Mcroberts', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31469, 'Madisonville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31470, 'Manchester', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31471, 'Manor Creek', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31472, 'Marion', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31473, 'Martin', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31474, 'Maryhill Estates', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31475, 'Masonville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31476, 'Massac', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31477, 'Mayfield', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31478, 'Maysville', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31479, 'Meadowbrook Farm', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31480, 'Meadow Vale', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31481, 'Meadowview Estates', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31482, 'Melbourne', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31483, 'Mentor', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31484, 'Middlesborough', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31485, 'Middletown', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31486, 'Midway', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31487, 'Millersburg', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31488, 'Milton', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31489, 'Minor Lane Heights', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31490, 'Mockingbird Valley', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31491, 'Monterey', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31492, 'Monticello', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31493, 'Moorland', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31494, 'Morehead', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31495, 'Morganfield', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31496, 'Morgantown', 3844, 233, '2019-01-25 03:00:08', '2019-01-25 03:04:08', 1), +(31497, 'Mortons Gap', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31498, 'Mount Olivet', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31499, 'Mount Sterling', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31500, 'Mount Vernon', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31501, 'Mount Washington', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31502, 'Muldraugh', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31503, 'Munfordville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31504, 'Murray', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31505, 'Murray Hill', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31506, 'Nebo', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31507, 'Newburg', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31508, 'New Castle', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31509, 'New Haven', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31510, 'Newport', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31511, 'Nicholasville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31512, 'Norbourne Estates', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31513, 'North Corbin', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31514, 'Northfield', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31515, 'North Middletown', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31516, 'Nortonville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31517, 'Norwood', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31518, 'Oakbrook', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31519, 'Oak Grove', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31520, 'Oakland', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31521, 'Okolona', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31522, 'Old Brownsboro Place', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31523, 'Olive Hill', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31524, 'Orchard Grass Hills', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31525, 'Owensboro', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31526, 'Owenton', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31527, 'Owingsville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31528, 'Paducah', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31529, 'Paintsville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31530, 'Paris', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31531, 'Park City', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31532, 'Park Hills', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31533, 'Park Lake', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31534, 'Parkway Village', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31535, 'Pembroke', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31536, 'Perryville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31537, 'Pewee Valley', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31538, 'Phelps', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31539, 'Pikeville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31540, 'Pine Knot', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31541, 'Pineville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31542, 'Pioneer Village', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31543, 'Pippa Passes', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31544, 'Plantation', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31545, 'Pleasure Ridge Park', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31546, 'Pleasureville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31547, 'Plum Springs', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31548, 'Plymouth Village', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31549, 'Poplar Hills', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31550, 'Powderly', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31551, 'Prestonsburg', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31552, 'Prestonville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31553, 'Princeton', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31554, 'Prospect', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31555, 'Providence', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31556, 'Raceland', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31557, 'Radcliff', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31558, 'Ravenna', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31559, 'Raywick', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31560, 'Reidland', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31561, 'Richlawn', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31562, 'Richmond', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31563, 'River Bluff', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31564, 'Riverwood', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31565, 'Robards', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31566, 'Rochester', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31567, 'Rockport', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31568, 'Rolling Fields', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31569, 'Rolling Hills', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31570, 'Russell', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31571, 'Russell Springs', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31572, 'Russellville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31573, 'Ryland Heights', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31574, 'Sacramento', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31575, 'Sadieville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31576, 'St. Charles', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31577, 'St. Dennis', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31578, 'St. Matthews', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31579, 'St. Regis Park', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31580, 'Salem', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31581, 'Salt Lick', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31582, 'Salyersville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31583, 'Sanders', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31584, 'Sandy Hook', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31585, 'Sardis', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31586, 'Science Hill', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31587, 'Scottsville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31588, 'Sebree', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31589, 'Seneca Gardens', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31590, 'Sharpsburg', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31591, 'Shelbyville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31592, 'Shepherdsville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31593, 'Shively', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31594, 'Silver Grove', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31595, 'Simpsonville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31596, 'Slaughters', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31597, 'Smithfield', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31598, 'Smithland', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31599, 'Smiths Grove', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31600, 'Somerset', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31601, 'Sonora', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31602, 'South Carrollton', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31603, 'Southgate', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31604, 'South Park View', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31605, 'South Shore', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31606, 'South Wallins', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31607, 'Sparta', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31608, 'Springfield', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31609, 'Springlee', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31610, 'Spring Mill', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31611, 'Spring Valley', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31612, 'Stamping Ground', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31613, 'Stanford', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31614, 'Stanton', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31615, 'Stearns', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31616, 'Strathmoor Manor', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31617, 'Strathmoor Village', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31618, 'Sturgis', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31619, 'Sycamore', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31620, 'Taylor Mill', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31621, 'Taylorsville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31622, 'Ten Broeck', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31623, 'Thornhill', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31624, 'Tompkinsville', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31625, 'Trenton', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31626, 'Union', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31627, 'Uniontown', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31628, 'Upton', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31629, 'Valley Station', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31630, 'Vanceburg', 3844, 233, '2019-01-25 03:00:09', '2019-01-25 03:04:08', 1), +(31631, 'Versailles', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:08', 1), +(31632, 'Vicco', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:08', 1), +(31633, 'Villa Hills', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:08', 1), +(31634, 'Vine Grove', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:08', 1), +(31635, 'Visalia', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:08', 1), +(31636, 'Wallins Creek', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:08', 1), +(31637, 'Walton', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31638, 'Warfield', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31639, 'Warsaw', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31640, 'Water Valley', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31641, 'Watterson Park', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31642, 'Waverly', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31643, 'Wayland', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31644, 'Wellington', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31645, 'West Buechel', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31646, 'West Liberty', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31647, 'West Point', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31648, 'Westwood', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31649, 'Wheatcroft', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31650, 'Wheelwright', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31651, 'Whipps Millgate', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31652, 'White Plains', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31653, 'Whitesburg', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31654, 'Whitesville', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(31655, 'Whitley City', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31656, 'Wickliffe', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31657, 'Wilder', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31658, 'Wildwood', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31659, 'Williamsburg', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31660, 'Williamstown', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31661, 'Willisburg', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31662, 'Wilmore', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31663, 'Winchester', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31664, 'Windy Hills', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31665, 'Wingo', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31666, 'Woodburn', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31667, 'Woodbury', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31668, 'Woodland Hills', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31669, 'Woodlawn', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31670, 'Woodlawn-oakdale', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31671, 'Woodlawn Park', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31672, 'Worthington', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31673, 'Worthington Hills', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31674, 'Worthville', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31675, 'Wurtland', 3844, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31676, 'Abbeville', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31677, 'Abita Springs', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31678, 'Addis', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31679, 'Albany', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31680, 'Alexandria', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31681, 'Ama', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31682, 'Amelia', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31683, 'Amite City', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31684, 'Anacoco', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31685, 'Angie', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31686, 'Arabi', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31687, 'Arcadia', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31688, 'Arnaudville', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31689, 'Ashland', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31690, 'Athens', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31691, 'Atlanta', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31692, 'Avondale', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31693, 'Baker', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31694, 'Baldwin', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31695, 'Ball', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31696, 'Barataria', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31697, 'Basile', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31698, 'Baskin', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31699, 'Bastrop', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31700, 'Baton Rouge', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31701, 'Bayou Cane', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31702, 'Bayou Gauche', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31703, 'Bayou Vista', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31704, 'Belcher', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31705, 'Belle Chasse', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31706, 'Belle Rose', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31707, 'Benton', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31708, 'Bernice', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31709, 'Berwick', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31710, 'Bienville', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31711, 'Blanchard', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31712, 'Bogalusa', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31713, 'Bonita', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31714, 'Boothville-venice', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31715, 'Bossier City', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31716, 'Boutte', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31717, 'Boyce', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31718, 'Breaux Bridge', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31719, 'Bridge City', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31720, 'Broussard', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31721, 'Brownfields', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31722, 'Brownsville-bawcomville', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31723, 'Brusly', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31724, 'Bryceland', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31725, 'Bunkie', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31726, 'Buras-triumph', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31727, 'Calvin', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31728, 'Cameron', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31729, 'Campti', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31730, 'Cankton', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31731, 'Carencro', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31732, 'Carlyss', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31733, 'Castor', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31734, 'Cecilia', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31735, 'Chackbay', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31736, 'Chalmette', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31737, 'Charenton', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31738, 'Chataignier', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31739, 'Chatham', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31740, 'Chauvin', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31741, 'Cheneyville', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31742, 'Choudrant', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31743, 'Church Point', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31744, 'Claiborne', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31745, 'Clarence', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31746, 'Clarks', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31747, 'Clayton', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31748, 'Clinton', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31749, 'Colfax', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31750, 'Collinston', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31751, 'Columbia', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31752, 'Converse', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31753, 'Cottonport', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31754, 'Cotton Valley', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31755, 'Coushatta', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31756, 'Covington', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31757, 'Crowley', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31758, 'Cullen', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31759, 'Cut Off', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31760, 'Delcambre', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31761, 'Delhi', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31762, 'Delta', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31763, 'Denham Springs', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31764, 'Dequincy', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31765, 'De Ridder', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31766, 'Des Allemands', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31767, 'Destrehan', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31768, 'Deville', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31769, 'Dixie Inn', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31770, 'Dodson', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31771, 'Donaldsonville', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31772, 'Downsville', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31773, 'Doyline', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31774, 'Dry Prong', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31775, 'Dubach', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31776, 'Dubberly', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31777, 'Dulac', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31778, 'Duson', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31779, 'East Hodge', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31780, 'Eastwood', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31781, 'Eden Isle', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31782, 'Edgard', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31783, 'Edgefield', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31784, 'Elizabeth', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31785, 'Elmwood', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31786, 'Elton', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31787, 'Empire', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31788, 'Epps', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31789, 'Erath', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31790, 'Eros', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31791, 'Estelle', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31792, 'Estherwood', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31793, 'Eunice', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31794, 'Evergreen', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31795, 'Farmerville', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31796, 'Fenton', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31797, 'Ferriday', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31798, 'Fisher', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31799, 'Florien', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31800, 'Folsom', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31801, 'Fordoche', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31802, 'Forest', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31803, 'Forest Hill', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31804, 'Fort Polk North', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31805, 'Fort Polk South', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31806, 'Franklin', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31807, 'Franklinton', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31808, 'French Settlement', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31809, 'Galliano', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31810, 'Gardere', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31811, 'Garyville', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31812, 'Georgetown', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31813, 'Gibsland', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31814, 'Gilbert', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31815, 'Gilliam', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31816, 'Glenmora', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31817, 'Golden Meadow', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31818, 'Goldonna', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31819, 'Gonzales', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31820, 'Grambling', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31821, 'Gramercy', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31822, 'Grand Cane', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31823, 'Grand Coteau', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31824, 'Grand Isle', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31825, 'Gray', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31826, 'Grayson', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31827, 'Greensburg', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31828, 'Greenwood', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31829, 'Gretna', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31830, 'Grosse Tete', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31831, 'Gueydan', 3845, 233, '2019-01-25 03:00:10', '2019-01-25 03:04:09', 1), +(31832, 'Hackberry', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31833, 'Hahnville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31834, 'Hall Summit', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31835, 'Hammond', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31836, 'Harahan', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31837, 'Harrisonburg', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31838, 'Harvey', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31839, 'Haughton', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31840, 'Haynesville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31841, 'Heflin', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31842, 'Henderson', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31843, 'Hessmer', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31844, 'Hodge', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31845, 'Homer', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31846, 'Hornbeck', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31847, 'Hosston', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31848, 'Houma', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31849, 'Ida', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31850, 'Independence', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31851, 'Inniswold', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31852, 'Iota', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31853, 'Iowa', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31854, 'Jackson', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31855, 'Jamestown', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31856, 'Jeanerette', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31857, 'Jean Lafitte', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31858, 'Jefferson', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31859, 'Jena', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31860, 'Jennings', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31861, 'Jonesboro', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31862, 'Jonesville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31863, 'Junction City', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31864, 'Kaplan', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31865, 'Keachi', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31866, 'Kenner', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31867, 'Kentwood', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31868, 'Kilbourne', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31869, 'Killian', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31870, 'Killona', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31871, 'Kinder', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31872, 'Krotz Springs', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31873, 'Labadieville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31874, 'Lacombe', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31875, 'Lafayette', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31876, 'Lafitte', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31877, 'Lake Arthur', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31878, 'Lake Charles', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31879, 'Lake Providence', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31880, 'Laplace', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31881, 'Larose', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31882, 'Lecompte', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31883, 'Leesville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31884, 'Leonville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31885, 'Lillie', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31886, 'Lisbon', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31887, 'Livingston', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31888, 'Livonia', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31889, 'Lockport', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31890, 'Logansport', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31891, 'Longstreet', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31892, 'Loreauville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31893, 'Lucky', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31894, 'Luling', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31895, 'Lutcher', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31896, 'Lydia', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31897, 'Mcnary', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31898, 'Madisonville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31899, 'Mamou', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:09', 1), +(31900, 'Mandeville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31901, 'Mangham', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31902, 'Mansfield', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31903, 'Mansura', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31904, 'Many', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31905, 'Maringouin', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31906, 'Marion', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31907, 'Marksville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31908, 'Marrero', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31909, 'Martin', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31910, 'Mathews', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31911, 'Maurice', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31912, 'Melville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31913, 'Meraux', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31914, 'Mermentau', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31915, 'Mer Rouge', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31916, 'Merrydale', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31917, 'Merryville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31918, 'Metairie', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31919, 'Midway', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31920, 'Minden', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31921, 'Monroe', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31922, 'Montegut', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31923, 'Montgomery', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31924, 'Monticello', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31925, 'Montpelier', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31926, 'Montz', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31927, 'Mooringsport', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31928, 'Moreauville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31929, 'Morgan City', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31930, 'Morganza', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31931, 'Morse', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31932, 'Moss Bluff', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31933, 'Mound', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31934, 'Mount Lebanon', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31935, 'Napoleonville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31936, 'Natalbany', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31937, 'Natchez', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31938, 'Natchitoches', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31939, 'Newellton', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31940, 'New Iberia', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31941, 'New Llano', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31942, 'New Orleans', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31943, 'New Roads', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31944, 'New Sarpy', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31945, 'Noble', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31946, 'Norco', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31947, 'North Hodge', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31948, 'North Vacherie', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31949, 'Norwood', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31950, 'Oakdale', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31951, 'Oak Grove', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31952, 'Oak Hills Place', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31953, 'Oak Ridge', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31954, 'Oberlin', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31955, 'Oil City', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31956, 'Old Jefferson', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31957, 'Olla', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31958, 'Opelousas', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31959, 'Paincourtville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31960, 'Palmetto', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31961, 'Paradis', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31962, 'Parks', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31963, 'Patterson', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31964, 'Pearl River', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31965, 'Pierre Part', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31966, 'Pine Prairie', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31967, 'Pineville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31968, 'Pioneer', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31969, 'Plain Dealing', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31970, 'Plaquemine', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31971, 'Plaucheville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31972, 'Pleasant Hill', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31973, 'Pollock', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31974, 'Ponchatoula', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31975, 'Port Allen', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31976, 'Port Barre', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31977, 'Port Sulphur', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31978, 'Port Vincent', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31979, 'Powhatan', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31980, 'Poydras', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31981, 'Prien', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31982, 'Provencal', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31983, 'Quitman', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31984, 'Raceland', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31985, 'Rayne', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31986, 'Rayville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31987, 'Red Chute', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31988, 'Reeves', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31989, 'Reserve', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31990, 'Richmond', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31991, 'Richwood', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31992, 'Ridgecrest', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31993, 'Ringgold', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31994, 'River Ridge', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31995, 'Robeline', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31996, 'Rodessa', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31997, 'Rosedale', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31998, 'Roseland', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(31999, 'Rosepine', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(32000, 'Ruston', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(32001, 'St. Francisville', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(32002, 'St. Gabriel', 3845, 233, '2019-01-25 03:00:11', '2019-01-25 03:04:10', 1), +(32003, 'St. Joseph', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32004, 'St. Martinville', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32005, 'St. Rose', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32006, 'Saline', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32007, 'Sarepta', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32008, 'Schriever', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32009, 'Scott', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32010, 'Shenandoah', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32011, 'Shongaloo', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32012, 'Shreveport', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32013, 'Sibley', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32014, 'Sicily Island', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32015, 'Sikes', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32016, 'Simmesport', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32017, 'Simpson', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32018, 'Simsboro', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32019, 'Slaughter', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32020, 'Slidell', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32021, 'Sorrento', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32022, 'South Mansfield', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32023, 'South Vacherie', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32024, 'Spearsville', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32025, 'Springfield', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32026, 'Springhill', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32027, 'Stanley', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32028, 'Sterlington', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32029, 'Stonewall', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32030, 'Sulphur', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32031, 'Sun', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32032, 'Sunset', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32033, 'Supreme', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32034, 'Swartz', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32035, 'Taft', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32036, 'Tallulah', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32037, 'Tangipahoa', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32038, 'Terrytown', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32039, 'Thibodaux', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32040, 'Tickfaw', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32041, 'Timberlane', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32042, 'Tullos', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32043, 'Turkey Creek', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32044, 'Urania', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32045, 'Varnado', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32046, 'Vidalia', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32047, 'Vienna', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32048, 'Village St. George', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32049, 'Ville Platte', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32050, 'Vinton', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32051, 'Violet', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32052, 'Vivian', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32053, 'Waggaman', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32054, 'Walker', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32055, 'Wallace', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32056, 'Washington', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32057, 'Waterproof', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32058, 'Welsh', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32059, 'West Ferriday', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32060, 'Westlake', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32061, 'Westminster', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32062, 'West Monroe', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32063, 'Westwego', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32064, 'White Castle', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32065, 'Wilson', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32066, 'Winnfield', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32067, 'Winnsboro', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32068, 'Wisner', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32069, 'Woodmere', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32070, 'Woodworth', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32071, 'Youngsville', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32072, 'Zachary', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32073, 'Zwolle', 3845, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32074, 'Anson', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32075, 'Auburn', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32076, 'Augusta', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32077, 'Bangor', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32078, 'Bar Harbor', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32079, 'Bath', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32080, 'Belfast', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32081, 'Berwick', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32082, 'Biddeford', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32083, 'Bingham', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32084, 'Boothbay Harbor', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32085, 'Brewer', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32086, 'Bridgton', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32087, 'Brunswick', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32088, 'Brunswick Station', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32089, 'Bucksport', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32090, 'Calais', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32091, 'Camden', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32092, 'Cape Neddick', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32093, 'Caribou', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32094, 'Chisholm', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32095, 'Clinton', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32096, 'Cumberland Center', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32097, 'Damariscotta-newcastle', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32098, 'Dexter', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32099, 'Dixfield', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32100, 'Dover-foxcroft', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32101, 'East Millinocket', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32102, 'Eastport', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32103, 'Ellsworth', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32104, 'Fairfield', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32105, 'Falmouth Foreside', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32106, 'Farmingdale', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32107, 'Farmington', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32108, 'Fort Fairfield', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32109, 'Fort Kent', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32110, 'Freeport', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32111, 'Fryeburg', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32112, 'Gardiner', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32113, 'Gorham', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32114, 'Greenville', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32115, 'Guilford', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32116, 'Hallowell', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32117, 'Hampden', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32118, 'Hartland', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32119, 'Houlton', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32120, 'Howland', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32121, 'Kennebunk', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32122, 'Kennebunkport', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32123, 'Kittery', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32124, 'Kittery Point', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32125, 'Lake Arrowhead', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32126, 'Lewiston', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32127, 'Limestone', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32128, 'Lincoln', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32129, 'Lisbon Falls', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32130, 'Little Falls-south Windham', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32131, 'Livermore Falls', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32132, 'Loring Afb', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32133, 'Machias', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32134, 'Madawaska', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32135, 'Madison', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32136, 'Mars Hill-blaine', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32137, 'Mechanic Falls', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32138, 'Mexico', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32139, 'Milford', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32140, 'Millinocket', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32141, 'Milo', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32142, 'Newport', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32143, 'Norridgewock', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32144, 'North Berwick', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32145, 'North Windham', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32146, 'Norway', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32147, 'Oakland', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32148, 'Old Orchard Beach', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32149, 'Old Town', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32150, 'Orono', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32151, 'Oxford', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32152, 'Pittsfield', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32153, 'Portland', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32154, 'Presque Isle', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32155, 'Randolph', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32156, 'Richmond', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32157, 'Rockland', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32158, 'Rumford', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32159, 'Saco', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32160, 'Sanford', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32161, 'Scarborough', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32162, 'Searsport', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32163, 'Skowhegan', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32164, 'South Eliot', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32165, 'South Paris', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32166, 'South Portland', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32167, 'South Sanford', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32168, 'Springvale', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32169, 'Thomaston', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32170, 'Topsham', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32171, 'Unity', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32172, 'Van Buren', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32173, 'Waldoboro', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32174, 'Waterville', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32175, 'Westbrook', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32176, 'West Kennebunk', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32177, 'Wilton', 3847, 233, '2019-01-25 03:00:12', '2019-01-25 03:04:10', 1), +(32178, 'Winslow', 3847, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:10', 1), +(32179, 'Winterport', 3847, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:10', 1), +(32180, 'Winthrop', 3847, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:10', 1), +(32181, 'Wiscasset', 3847, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:10', 1), +(32182, 'Woodland', 3847, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:10', 1), +(32183, 'Yarmouth', 3847, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:10', 1), +(32184, 'York Harbor', 3847, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:10', 1), +(32185, 'Marshall Islands', 4024, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:10', 1), +(32186, 'Aberdeen', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:10', 1), +(32187, 'Aberdeen Proving Ground', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:10', 1), +(32188, 'Accident', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32189, 'Accokeek', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32190, 'Adelphi', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32191, 'Algonquin', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32192, 'Andrews Afb', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32193, 'Annapolis', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32194, 'Arbutus', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32195, 'Arden-on-the-severn', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32196, 'Arnold', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32197, 'Ashton-sandy Spring', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32198, 'Aspen Hill', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32199, 'Ballenger Creek', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32200, 'Baltimore', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32201, 'Barclay', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32202, 'Barnesville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32203, 'Barton', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32204, 'Bel Air', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32205, 'Bel Air North', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32206, 'Bel Air South', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32207, 'Beltsville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32208, 'Bennsville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32209, 'Berlin', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32210, 'Berwyn Heights', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32211, 'Bethesda', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32212, 'Betterton', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32213, 'Bladensburg', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32214, 'Boonsboro', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32215, 'Bowie', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32216, 'Bowleys Quarters', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32217, 'Braddock Heights', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32218, 'Brandywine', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32219, 'Brentwood', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32220, 'Brookeville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32221, 'Brooklyn Park', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32222, 'Brookmont', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32223, 'Brookview', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32224, 'Brunswick', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32225, 'Bryans Road', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32226, 'Burkittsville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32227, 'Burtonsville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32228, 'Cabin John', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32229, 'California', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32230, 'Calvert Beach-long Beach', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32231, 'Calverton', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32232, 'Cambridge', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32233, 'Camp Springs', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32234, 'Cape St. Claire', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32235, 'Capitol Heights', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32236, 'Carmody Hills-pepper Mill Village', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32237, 'Carney', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32238, 'Catonsville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32239, 'Cavetown', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32240, 'Cecilton', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32241, 'Centreville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32242, 'Chance', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32243, 'Charlestown', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32244, 'Charlotte Hall', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32245, 'Chesapeake Beach', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32246, 'Chesapeake City', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32247, 'Chesapeake Ranch Estates-drum Point', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32248, 'Chester', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32249, 'Chestertown', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32250, 'Cheverly', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32251, 'Chevy Chase', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32252, 'Chevy Chase Section Five', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32253, 'Chevy Chase Section Three', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32254, 'Chevy Chase View', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32255, 'Chevy Chase Village', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32256, 'Chewsville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32257, 'Chillum', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32258, 'Church Creek', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32259, 'Church Hill', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32260, 'Clarksburg', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32261, 'Clear Spring', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32262, 'Clinton', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32263, 'Clover Hill', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32264, 'Cloverly', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32265, 'Cockeysville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32266, 'Colesville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32267, 'College Park', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32268, 'Colmar Manor', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32269, 'Columbia', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32270, 'Coral Hills', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32271, 'Cordova', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32272, 'Cottage City', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32273, 'Cresaptown-bel Air', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32274, 'Crisfield', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32275, 'Crofton', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32276, 'Crownsville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(32277, 'Cumberland', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32278, 'Damascus', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32279, 'Dames Quarter', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32280, 'Darnestown', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32281, 'Deale', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32282, 'Deal Island', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32283, 'Deer Park', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32284, 'Delmar', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32285, 'Denton', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32286, 'Discovery-spring Garden', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32287, 'District Heights', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32288, 'Dundalk', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32289, 'Dunkirk', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32290, 'Eagle Harbor', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32291, 'East New Market', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32292, 'Easton', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32293, 'East Riverdale', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32294, 'Eden', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32295, 'Edgemere', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32296, 'Edgewood', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32297, 'Edmonston', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32298, 'Eldersburg', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32299, 'Eldorado', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32300, 'Elkridge', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32301, 'Elkton', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32302, 'Ellicott City', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32303, 'Emmitsburg', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32304, 'Essex', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32305, 'Fairland', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32306, 'Fairmount', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32307, 'Fairmount Heights', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32308, 'Fallston', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32309, 'Federalsburg', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32310, 'Ferndale', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32311, 'Forest Glen', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32312, 'Forest Heights', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32313, 'Forestville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32314, 'Fort Meade', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32315, 'Fort Ritchie', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32316, 'Fort Washington', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32317, 'Fountainhead-orchard Hills', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32318, 'Frederick', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32319, 'Frenchtown-rumbly', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32320, 'Friendly', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32321, 'Friendship Village', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32322, 'Friendsville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32323, 'Frostburg', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32324, 'Fruitland', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32325, 'Funkstown', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32326, 'Gaithersburg', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32327, 'Galena', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32328, 'Galestown', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32329, 'Garrett Park', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32330, 'Garrison', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32331, 'Germantown', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32332, 'Girdletree', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32333, 'Glenarden', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32334, 'Glen Burnie', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32335, 'Glen Echo', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32336, 'Glenn Dale', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32337, 'Goddard', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32338, 'Golden Beach', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32339, 'Goldsboro', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32340, 'Grantsville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32341, 'Grasonville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32342, 'Greater Landover', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32343, 'Greater Upper Marlboro', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32344, 'Greenbelt', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32345, 'Green Haven', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32346, 'Greensboro', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32347, 'Green Valley', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32348, 'Hagerstown', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32349, 'Halfway', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32350, 'Hampstead', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32351, 'Hampton', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32352, 'Hancock', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32353, 'Havre De Grace', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32354, 'Hebron', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32355, 'Henderson', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32356, 'Herald Harbor', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32357, 'Highfield-cascade', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32358, 'Highland Beach', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32359, 'Hillandale', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32360, 'Hillcrest Heights', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32361, 'Hillsboro', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32362, 'Hillsmere Shores', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32363, 'Hughesville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32364, 'Huntingtown', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32365, 'Hurlock', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32366, 'Hyattsville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32367, 'Indian Head', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32368, 'Jarrettsville', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32369, 'Jessup', 3848, 233, '2019-01-25 03:00:13', '2019-01-25 03:04:11', 1), +(32370, 'Joppatowne', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32371, 'Keedysville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32372, 'Kemp Mill', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32373, 'Kensington', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32374, 'Kent Narrows', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32375, 'Kettering', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32376, 'Kingstown', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32377, 'Kingsville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32378, 'Kitzmiller', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32379, 'Lake Arbor', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32380, 'Lake Shore', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32381, 'Landover Hills', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32382, 'Langley Park', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32383, 'Lanham-seabrook', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32384, 'Lansdowne-baltimore Highlands', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32385, 'La Plata', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32386, 'Largo', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32387, 'Laurel', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32388, 'La Vale', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32389, 'Laytonsville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32390, 'Leitersburg', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32391, 'Leonardtown', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32392, 'Lexington Park', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32393, 'Linganore-bartonsville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32394, 'Linthicum', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32395, 'Lochearn', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32396, 'Loch Lynn Heights', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32397, 'Lonaconing', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32398, 'Londontowne', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32399, 'Luke', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32400, 'Lusby', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32401, 'Lutherville-timonium', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32402, 'Manchester', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32403, 'Mardela Springs', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32404, 'Marlow Heights', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32405, 'Marlton', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32406, 'Martin S Additions', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32407, 'Marydel', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32408, 'Maryland City', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32409, 'Maugansville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32410, 'Mayo', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32411, 'Mays Chapel', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32412, 'Middle River', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32413, 'Middletown', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32414, 'Midland', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32415, 'Milford Mill', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32416, 'Millington', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32417, 'Mitchellville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32418, 'Montgomery Village', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32419, 'Morningside', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32420, 'Mount Aetna', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32421, 'Mountain Lake Park', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32422, 'Mount Airy', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32423, 'Mount Lena', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32424, 'Mount Rainier', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32425, 'Mount Vernon', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32426, 'Myersville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32427, 'Naval Academy', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32428, 'Newark', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32429, 'New Carrollton', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32430, 'New Market', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32431, 'New Windsor', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32432, 'North Beach', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32433, 'North Bethesda', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32434, 'North Brentwood', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32435, 'North Chevy Chase', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32436, 'North East', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32437, 'North Kensington', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32438, 'North Laurel', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32439, 'North Potomac', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32440, 'Oakland', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32441, 'Ocean City', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32442, 'Ocean Pines', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32443, 'Odenton', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32444, 'Olney', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32445, 'Overlea', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32446, 'Owings', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32447, 'Owings Mills', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32448, 'Oxford', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32449, 'Oxon Hill-glassmanor', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:11', 1), +(32450, 'Paramount-long Meadow', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32451, 'Parkville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32452, 'Parole', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32453, 'Pasadena', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32454, 'Perry Hall', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32455, 'Perryman', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32456, 'Perryville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32457, 'Pikesville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32458, 'Pittsville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32459, 'Pleasant Hills', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32460, 'Pocomoke City', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32461, 'Poolesville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32462, 'Port Deposit', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32463, 'Port Tobacco Village', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32464, 'Potomac', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32465, 'Potomac Heights', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32466, 'Preston', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32467, 'Prince Frederick', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32468, 'Princess Anne', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32469, 'Pumphrey', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32470, 'Queen Anne', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32471, 'Queenstown', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32472, 'Randallstown', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32473, 'Redland', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32474, 'Reisterstown', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32475, 'Ridgely', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32476, 'Rising Sun', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32477, 'Riva', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32478, 'Riverdale Park', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32479, 'Riverside', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32480, 'Riviera Beach', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32481, 'Robinwood', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32482, 'Rock Hall', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32483, 'Rockville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32484, 'Rohrersville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32485, 'Rosaryville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32486, 'Rosedale', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32487, 'Rosemont', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32488, 'Rossmoor', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32489, 'Rossville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32490, 'St. Charles', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32491, 'St. James', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32492, 'St. Leonard', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32493, 'St. Michaels', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32494, 'Salisbury', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32495, 'San Mar', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32496, 'Savage-guilford', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32497, 'Seat Pleasant', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32498, 'Secretary', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32499, 'Selby-on-the-bay', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32500, 'Severn', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32501, 'Severna Park', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32502, 'Shady Side', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32503, 'Sharpsburg', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32504, 'Sharptown', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32505, 'Silver Spring', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32506, 'Smith Island', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32507, 'Smithsburg', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32508, 'Snow Hill', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32509, 'Solomons', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32510, 'Somerset', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32511, 'South Gate', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32512, 'South Kensington', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32513, 'South Laurel', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32514, 'Springdale', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32515, 'Stevensville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32516, 'Stockton', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32517, 'Sudlersville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32518, 'Suitland-silver Hill', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32519, 'Sykesville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32520, 'Takoma Park', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32521, 'Taneytown', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32522, 'Temple Hills', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32523, 'Templeville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32524, 'Thurmont', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32525, 'Tilghman Island', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32526, 'Towson', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32527, 'Trappe', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32528, 'Travilah', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32529, 'Union Bridge', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32530, 'University Park', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32531, 'Upper Marlboro', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32532, 'Vienna', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32533, 'Waldorf', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32534, 'Walker Mill', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32535, 'Walkersville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32536, 'Washington Grove', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32537, 'Westernport', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32538, 'West Laurel', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32539, 'Westminster', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32540, 'West Ocean City', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32541, 'West Pocomoke', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32542, 'Whaleyville', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32543, 'Wheaton-glenmont', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32544, 'White Marsh', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32545, 'White Oak', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32546, 'Willards', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32547, 'Williamsport', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32548, 'Wilson-conococheague', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32549, 'Woodlawn', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32550, 'Woodmore', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32551, 'Woodsboro', 3848, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32552, 'Abington', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32553, 'Acushnet Center', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32554, 'Adams', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32555, 'Agawam', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32556, 'Amesbury', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32557, 'Amherst Center', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32558, 'Andover', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32559, 'Arlington', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32560, 'Athol', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32561, 'Attleboro', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32562, 'Ayer', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32563, 'Baldwinville', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32564, 'Barnstable Town', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32565, 'Barre', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32566, 'Belchertown', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32567, 'Bellingham', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32568, 'Belmont', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32569, 'Beverly', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32570, 'Bliss Corner', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32571, 'Bondsville', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32572, 'Boston', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32573, 'Bourne', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32574, 'Boxford', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32575, 'Braintree', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32576, 'Brewster', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32577, 'Bridgewater', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32578, 'Brockton', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32579, 'Brookline', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32580, 'Burlington', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32581, 'Buzzards Bay', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32582, 'Cambridge', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32583, 'Chatham', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32584, 'Chelsea', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32585, 'Chicopee', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32586, 'Clinton', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32587, 'Cochituate', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32588, 'Cordaville', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32589, 'Danvers', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32590, 'Dedham', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32591, 'Dennis', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32592, 'Dennis Port', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32593, 'Dover', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32594, 'Duxbury', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32595, 'East Brookfield', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32596, 'East Dennis', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32597, 'East Douglas', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32598, 'East Falmouth', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32599, 'Easthampton', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32600, 'East Harwich', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32601, 'East Pepperell', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32602, 'East Sandwich', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32603, 'Essex', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32604, 'Everett', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32605, 'Fall River', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32606, 'Falmouth', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32607, 'Fiskdale', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32608, 'Fitchburg', 3849, 233, '2019-01-25 03:00:14', '2019-01-25 03:04:12', 1), +(32609, 'Forestdale', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32610, 'Fort Devens', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32611, 'Foxborough', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32612, 'Framingham', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32613, 'Franklin', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32614, 'Gardner', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32615, 'Gloucester', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32616, 'Granby', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32617, 'Great Barrington', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32618, 'Greenfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32619, 'Green Harbor-cedar Crest', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32620, 'Groton', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32621, 'Hanson', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32622, 'Harwich Center', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32623, 'Harwich Port', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32624, 'Hatfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32625, 'Haverhill', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32626, 'Hingham', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32627, 'Holbrook', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32628, 'Holland', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32629, 'Holyoke', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32630, 'Hopedale', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32631, 'Hopkinton', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32632, 'Housatonic', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32633, 'Hudson', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32634, 'Hull', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32635, 'Ipswich', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32636, 'Kingston', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32637, 'Lawrence', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32638, 'Lee', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32639, 'Lenox', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32640, 'Leominster', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32641, 'Lexington', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32642, 'Littleton Common', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32643, 'Longmeadow', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32644, 'Lowell', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32645, 'Lunenburg', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32646, 'Lynn', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32647, 'Lynnfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32648, 'Malden', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32649, 'Mansfield Center', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32650, 'Marblehead', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32651, 'Marion Center', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32652, 'Marlborough', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32653, 'Marshfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32654, 'Marshfield Hills', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32655, 'Mashpee Neck', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32656, 'Mattapoisett Center', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32657, 'Maynard', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32658, 'Medfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32659, 'Medford', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:12', 1), +(32660, 'Melrose', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32661, 'Methuen', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32662, 'Middleborough Center', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32663, 'Milford', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32664, 'Millers Falls', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32665, 'Millis-clicquot', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32666, 'Milton', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32667, 'Monomoscoy Island', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32668, 'Monson Center', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32669, 'Monument Beach', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32670, 'Nahant', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32671, 'Nantucket', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32672, 'Needham', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32673, 'New Bedford', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32674, 'Newburyport', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32675, 'New Seabury', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32676, 'Newton', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32677, 'North Adams', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32678, 'North Amherst', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32679, 'Northampton', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32680, 'North Attleborough Center', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32681, 'Northborough', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32682, 'North Brookfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32683, 'North Eastham', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32684, 'North Falmouth', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32685, 'Northfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32686, 'North Lakeville', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32687, 'North Pembroke', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32688, 'North Plymouth', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32689, 'North Scituate', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32690, 'North Seekonk', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32691, 'Northwest Harwich', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32692, 'North Westport', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32693, 'Norton Center', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32694, 'Norwood', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32695, 'Ocean Bluff-brant Rock', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32696, 'Ocean Grove', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32697, 'Onset', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32698, 'Orange', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32699, 'Orleans', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32700, 'Oxford', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32701, 'Palmer', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32702, 'Peabody', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32703, 'Pepperell', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32704, 'Pinehurst', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32705, 'Pittsfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32706, 'Plymouth', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32707, 'Pocasset', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32708, 'Popponesset', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32709, 'Popponesset Island', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32710, 'Provincetown', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32711, 'Quincy', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32712, 'Randolph', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32713, 'Raynham Center', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32714, 'Reading', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32715, 'Revere', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32716, 'Rockport', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32717, 'Rowley', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32718, 'Rutland', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32719, 'Sagamore', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32720, 'Salem', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32721, 'Salisbury', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32722, 'Sandwich', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32723, 'Saugus', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32724, 'Scituate', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32725, 'Seabrook', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32726, 'Seconsett Island', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32727, 'Sharon', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32728, 'Shelburne Falls', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32729, 'Shirley', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32730, 'Smith Mills', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32731, 'Somerset', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32732, 'Somerville', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32733, 'South Amherst', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32734, 'South Ashburnham', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32735, 'Southbridge', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32736, 'South Deerfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32737, 'South Dennis', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32738, 'South Duxbury', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32739, 'South Lancaster', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32740, 'South Yarmouth', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32741, 'Spencer', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32742, 'Springfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32743, 'Stoneham', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32744, 'Sturbridge', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32745, 'Swampscott', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32746, 'Taunton', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32747, 'Teaticket', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32748, 'Three Rivers', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32749, 'Topsfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32750, 'Townsend', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32751, 'Turners Falls', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32752, 'Upton-west Upton', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32753, 'Vineyard Haven', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32754, 'Wakefield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32755, 'Walpole', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32756, 'Waltham', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32757, 'Ware', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32758, 'Wareham Center', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32759, 'Warren', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32760, 'Watertown', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32761, 'Webster', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32762, 'Wellesley', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32763, 'Westborough', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32764, 'West Brookfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32765, 'West Chatham', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32766, 'West Concord', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32767, 'West Dennis', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32768, 'West Falmouth', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32769, 'Westfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32770, 'West Springfield', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32771, 'West Wareham', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32772, 'West Yarmouth', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32773, 'Weweantic', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32774, 'Weymouth', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32775, 'White Island Shores', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32776, 'Whitinsville', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32777, 'Wilbraham', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32778, 'Williamstown', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32779, 'Wilmington', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32780, 'Winchendon', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32781, 'Winchester', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32782, 'Winthrop', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32783, 'Woburn', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32784, 'Woods Hole', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32785, 'Worcester', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32786, 'Yarmouth Port', 3849, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32787, 'Addison', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32788, 'Adrian', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32789, 'Ahmeek', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32790, 'Akron', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32791, 'Alanson', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32792, 'Albion', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32793, 'Algonac', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32794, 'Allegan', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32795, 'Allen', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32796, 'Allendale', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32797, 'Allen Park', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32798, 'Alma', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32799, 'Almont', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32800, 'Alpena', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32801, 'Alpha', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32802, 'Ann Arbor', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32803, 'Applegate', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32804, 'Argentine', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32805, 'Armada', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32806, 'Ashley', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32807, 'Athens', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32808, 'Atlanta', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32809, 'Auburn', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32810, 'Auburn Hills', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32811, 'Au Gres', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32812, 'Augusta', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32813, 'Au Sable', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32814, 'Bad Axe', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32815, 'Baldwin', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32816, 'Bancroft', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32817, 'Bangor', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32818, 'Baraga', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32819, 'Barnes Lake-millers Lake', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32820, 'Baroda', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32821, 'Barryton', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32822, 'Barton Hills', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32823, 'Battle Creek', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32824, 'Bay City', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32825, 'Beal City', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32826, 'Bear Lake', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32827, 'Beaverton', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32828, 'Beecher', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32829, 'Beechwood', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32830, 'Belding', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32831, 'Bellaire', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32832, 'Belleville', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32833, 'Bellevue', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32834, 'Benton Harbor', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32835, 'Benton Heights', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32836, 'Benzonia', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32837, 'Berkley', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32838, 'Berrien Springs', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32839, 'Bessemer', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32840, 'Beulah', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32841, 'Beverly Hills', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32842, 'Big Bay', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32843, 'Big Rapids', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32844, 'Bingham Farms', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32845, 'Birch Run', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32846, 'Birmingham', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32847, 'Blissfield', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32848, 'Bloomfield Hills', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32849, 'Bloomfield Township', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32850, 'Bloomingdale', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32851, 'Boyne City', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32852, 'Boyne Falls', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32853, 'Breckenridge', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32854, 'Breedsville', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32855, 'Bridgeport', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32856, 'Bridgman', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32857, 'Brighton', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32858, 'Britton', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32859, 'Bronson', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32860, 'Brooklyn', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:13', 1), +(32861, 'Brown City', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:14', 1), +(32862, 'Brownlee Park', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:14', 1), +(32863, 'Buchanan', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:14', 1), +(32864, 'Buckley', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:14', 1), +(32865, 'Buena Vista', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:14', 1), +(32866, 'Burlington', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:14', 1), +(32867, 'Burr Oak', 3851, 233, '2019-01-25 03:00:15', '2019-01-25 03:04:14', 1), +(32868, 'Burt', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32869, 'Burton', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32870, 'Byron', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32871, 'Byron Center', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32872, 'Cadillac', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32873, 'Caledonia', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32874, 'Calumet', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32875, 'Camden', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32876, 'Canada Creek Ranch', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32877, 'Canadian Lakes', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32878, 'Canton', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32879, 'Capac', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32880, 'Carleton', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32881, 'Carney', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32882, 'Caro', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32883, 'Carrollton', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32884, 'Carson City', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32885, 'Carsonville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32886, 'Caseville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32887, 'Casnovia', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32888, 'Caspian', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32889, 'Cass City', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32890, 'Cassopolis', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(32891, 'Cedar Springs', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32892, 'Cement City', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32893, 'Center Line', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32894, 'Central Lake', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32895, 'Centreville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32896, 'Charlevoix', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32897, 'Charlotte', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32898, 'Chatham', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32899, 'Cheboygan', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32900, 'Chelsea', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32901, 'Chesaning', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32902, 'Clare', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32903, 'Clarksville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32904, 'Clawson', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32905, 'Clayton', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32906, 'Clifford', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32907, 'Climax', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32908, 'Clinton', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32909, 'Clio', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32910, 'Coldwater', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32911, 'Coleman', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32912, 'Coloma', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32913, 'Colon', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32914, 'Columbiaville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32915, 'Comstock Northwest', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32916, 'Comstock Park', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32917, 'Concord', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32918, 'Constantine', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32919, 'Coopersville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32920, 'Copemish', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32921, 'Copper City', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32922, 'Corunna', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32923, 'Croswell', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32924, 'Crystal Falls', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32925, 'Custer', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32926, 'Cutlerville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32927, 'Daggett', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32928, 'Dansville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32929, 'Davison', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32930, 'Dearborn', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32931, 'Dearborn Heights', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32932, 'Decatur', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32933, 'Deckerville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32934, 'Deerfield', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32935, 'De Tour Village', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32936, 'Detroit', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32937, 'Detroit Beach', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32938, 'De Witt', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32939, 'Dexter', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32940, 'Dimondale', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32941, 'Douglas', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32942, 'Dowagiac', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32943, 'Dryden', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32944, 'Dundee', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32945, 'Durand', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32946, 'Eagle', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32947, 'East Grand Rapids', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32948, 'East Jordan', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32949, 'Eastlake', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32950, 'East Lansing', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32951, 'Eastpointe', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32952, 'East Tawas', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32953, 'Eastwood', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32954, 'Eaton Rapids', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32955, 'Eau Claire', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32956, 'Ecorse', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32957, 'Edgemont Park', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32958, 'Edmore', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32959, 'Edwardsburg', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32960, 'Elberta', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32961, 'Elk Rapids', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32962, 'Elkton', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32963, 'Ellsworth', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32964, 'Elsie', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32965, 'Emmett', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32966, 'Empire', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32967, 'Escanaba', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32968, 'Essexville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32969, 'Estral Beach', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32970, 'Evart', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32971, 'Fairgrove', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32972, 'Fair Plain', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32973, 'Farmington', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32974, 'Farmington Hills', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32975, 'Farwell', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32976, 'Fennville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32977, 'Fenton', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32978, 'Ferndale', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32979, 'Ferrysburg', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32980, 'Fife Lake', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32981, 'Flat Rock', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32982, 'Flint', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32983, 'Flushing', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32984, 'Forest Hills', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32985, 'Forestville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32986, 'Fountain', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:14', 1), +(32987, 'Fowler', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32988, 'Fowlerville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32989, 'Frankenmuth', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32990, 'Frankfort', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32991, 'Franklin', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32992, 'Fraser', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32993, 'Freeland', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32994, 'Freeport', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32995, 'Free Soil', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32996, 'Fremont', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32997, 'Fruitport', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32998, 'Gaastra', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(32999, 'Gagetown', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33000, 'Gaines', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33001, 'Galesburg', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33002, 'Galien', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33003, 'Garden', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33004, 'Garden City', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33005, 'Gaylord', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33006, 'Gibraltar', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33007, 'Gladstone', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33008, 'Gladwin', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33009, 'Gobles', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33010, 'Goodrich', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33011, 'Grand Beach', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33012, 'Grand Blanc', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33013, 'Grand Haven', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33014, 'Grand Ledge', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33015, 'Grand Rapids', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33016, 'Grandville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33017, 'Grant', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33018, 'Grass Lake', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33019, 'Grayling', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33020, 'Greater Galesburg', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33021, 'Greenville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33022, 'Greilickville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33023, 'Grosse Ile', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33024, 'Grosse Pointe', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33025, 'Grosse Pointe Farms', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33026, 'Grosse Pointe Park', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33027, 'Grosse Pointe Shores', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33028, 'Grosse Pointe Woods', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33029, 'Gwinn', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33030, 'Hamtramck', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33031, 'Hancock', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33032, 'Hanover', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33033, 'Harbor Beach', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33034, 'Harbor Springs', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33035, 'Harper Woods', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33036, 'Harrietta', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33037, 'Harrison', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33038, 'Harrisville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33039, 'Hart', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33040, 'Hartford', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33041, 'Harvey', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33042, 'Haslett', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33043, 'Hastings', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33044, 'Hazel Park', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33045, 'Hemlock', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33046, 'Hersey', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33047, 'Hesperia', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33048, 'Highland Park', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33049, 'Hillman', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33050, 'Hillsdale', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33051, 'Holland', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33052, 'Holly', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33053, 'Holt', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33054, 'Homer', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33055, 'Honor', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33056, 'Hopkins', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33057, 'Houghton', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33058, 'Houghton Lake', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33059, 'Howard City', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33060, 'Howell', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33061, 'Hubbard Lake', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33062, 'Hubbardston', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33063, 'Hubbell', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33064, 'Hudson', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33065, 'Hudsonville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33066, 'Huntington Woods', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33067, 'Imlay City', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33068, 'Indian River', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33069, 'Inkster', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33070, 'Ionia', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33071, 'Iron Mountain', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33072, 'Iron River', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33073, 'Ironwood', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33074, 'Ishpeming', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33075, 'Ithaca', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33076, 'Jackson', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33077, 'Jenison', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33078, 'Jonesville', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33079, 'Kalamazoo', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33080, 'Kaleva', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33081, 'Kalkaska', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33082, 'Keego Harbor', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33083, 'Kent City', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33084, 'Kentwood', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33085, 'Kinde', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33086, 'Kingsford', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33087, 'Kingsley', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33088, 'Kingston', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33089, 'K. I. Sawyer Afb', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33090, 'Laingsburg', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33091, 'Lake Angelus', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33092, 'Lake Ann', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33093, 'Lake City', 3851, 233, '2019-01-25 03:00:16', '2019-01-25 03:04:15', 1), +(33094, 'Lake Fenton', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:15', 1), +(33095, 'Lake Linden', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:15', 1), +(33096, 'Lake Michigan Beach', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:15', 1), +(33097, 'Lake Odessa', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:15', 1), +(33098, 'Lake Orion', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:15', 1), +(33099, 'Lakeview', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:15', 1), +(33100, 'Lakewood Club', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:15', 1), +(33101, 'Lambertville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:15', 1), +(33102, 'L Anse', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:15', 1), +(33103, 'Lansing', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33104, 'Lapeer', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33105, 'Lathrup Village', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33106, 'Laurium', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33107, 'Lawrence', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33108, 'Lawton', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33109, 'Lennon', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33110, 'Leonard', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33111, 'Le Roy', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33112, 'Leslie', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33113, 'Level Park-oak Park', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33114, 'Lewiston', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33115, 'Lexington', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33116, 'Lincoln', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33117, 'Lincoln Park', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33118, 'Linden', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33119, 'Litchfield', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33120, 'Livonia', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33121, 'Lost Lake Woods', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33122, 'Lowell', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33123, 'Ludington', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33124, 'Luna Pier', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33125, 'Luther', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33126, 'Lyons', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33127, 'Mcbain', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33128, 'Mcbride', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33129, 'Mackinac Island', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33130, 'Mackinaw City', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33131, 'Madison Heights', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33132, 'Mancelona', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33133, 'Manchester', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33134, 'Manistee', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33135, 'Manistique', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33136, 'Manitou Beach-devils Lake', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33137, 'Manton', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33138, 'Maple Rapids', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33139, 'Marcellus', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33140, 'Marine City', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33141, 'Marion', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33142, 'Marlette', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33143, 'Marquette', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33144, 'Marshall', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33145, 'Martin', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33146, 'Marysville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33147, 'Mason', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33148, 'Mattawan', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33149, 'Maybee', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33150, 'Mayville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33151, 'Mecosta', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33152, 'Melvin', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33153, 'Melvindale', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33154, 'Memphis', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33155, 'Mendon', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33156, 'Menominee', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33157, 'Merrill', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33158, 'Mesick', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33159, 'Metamora', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33160, 'Michiana', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33161, 'Michigamme', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33162, 'Michigan Center', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33163, 'Middletown', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33164, 'Middleville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33165, 'Midland', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33166, 'Milan', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33167, 'Milford', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33168, 'Millersburg', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33169, 'Millington', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33170, 'Minden City', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33171, 'Mineral Hills', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33172, 'Mio', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33173, 'Monroe', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33174, 'Montague', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33175, 'Montgomery', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33176, 'Montrose', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33177, 'Morenci', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33178, 'Morley', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33179, 'Morrice', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33180, 'Mount Clemens', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33181, 'Mount Morris', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33182, 'Mount Pleasant', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33183, 'Muir', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33184, 'Mulliken', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33185, 'Munising', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33186, 'Muskegon', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33187, 'Muskegon Heights', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33188, 'Napoleon', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33189, 'Nashville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33190, 'Negaunee', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33191, 'Newaygo', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33192, 'New Baltimore', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33193, 'Newberry', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33194, 'New Buffalo', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33195, 'New Era', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33196, 'New Haven', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33197, 'New Lothrop', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33198, 'Niles', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33199, 'North Adams', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33200, 'North Branch', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33201, 'North Muskegon', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33202, 'Northport', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33203, 'Northview', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33204, 'Northville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33205, 'Norton Shores', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33206, 'Norway', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:16', 1), +(33207, 'Novi', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33208, 'Oakley', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33209, 'Oak Park', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33210, 'Okemos', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33211, 'Olivet', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33212, 'Omer', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33213, 'Onaway', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33214, 'Onekama', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33215, 'Onsted', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33216, 'Ontonagon', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33217, 'Orchard Lake Village', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33218, 'Ortonville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33219, 'Oscoda', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33220, 'Ossineke', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33221, 'Otisville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33222, 'Otsego', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33223, 'Otter Lake', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33224, 'Ovid', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33225, 'Owendale', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33226, 'Owosso', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33227, 'Oxford', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33228, 'Palmer', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33229, 'Parchment', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33230, 'Parma', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33231, 'Paw Paw', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33232, 'Paw Paw Lake', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33233, 'Pearl Beach', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33234, 'Peck', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33235, 'Pellston', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33236, 'Pentwater', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33237, 'Perrinton', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33238, 'Perry', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33239, 'Petersburg', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33240, 'Petoskey', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33241, 'Pewamo', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33242, 'Pierson', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33243, 'Pigeon', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33244, 'Pinckney', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33245, 'Pinconning', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33246, 'Plainwell', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33247, 'Pleasant Ridge', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33248, 'Plymouth', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33249, 'Plymouth Township', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33250, 'Pontiac', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33251, 'Portage', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33252, 'Port Austin', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33253, 'Port Hope', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33254, 'Port Huron', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33255, 'Portland', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33256, 'Port Sanilac', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33257, 'Posen', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33258, 'Potterville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33259, 'Powers', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33260, 'Prescott', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33261, 'Prudenville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33262, 'Quincy', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33263, 'Quinnesec', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33264, 'Ravenna', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33265, 'Reading', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33266, 'Redford', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33267, 'Reed City', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33268, 'Reese', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33269, 'Republic', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33270, 'Richland', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33271, 'Richmond', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33272, 'River Rouge', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33273, 'Riverview', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33274, 'Robin Glen-indiantown', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33275, 'Rochester', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33276, 'Rochester Hills', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33277, 'Rockford', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33278, 'Rockwood', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33279, 'Rogers City', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33280, 'Romeo', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33281, 'Romulus', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33282, 'Roosevelt Park', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33283, 'Roscommon', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33284, 'Rosebush', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33285, 'Rose City', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33286, 'Roseville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33287, 'Rothbury', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33288, 'Royal Oak', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33289, 'Saginaw', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33290, 'Saginaw Township North', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33291, 'Saginaw Township South', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33292, 'St. Charles', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33293, 'St. Clair', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33294, 'St. Clair Shores', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33295, 'St. Helen', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33296, 'St. Ignace', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33297, 'St. Johns', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33298, 'St. Joseph', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33299, 'St. Louis', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33300, 'Saline', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33301, 'Sand Lake', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33302, 'Sandusky', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33303, 'Sanford', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33304, 'Saranac', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33305, 'Saugatuck', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33306, 'Sault Ste. Marie', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33307, 'Schoolcraft', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33308, 'Scottville', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33309, 'Sebewaing', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33310, 'Shelby', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33311, 'Shepherd', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33312, 'Sheridan', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33313, 'Sherwood', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33314, 'Shields', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:17', 1), +(33315, 'Shoreham', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:18', 1), +(33316, 'Shorewood-tower Hills-harbert', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:18', 1), +(33317, 'Skidway Lake', 3851, 233, '2019-01-25 03:00:17', '2019-01-25 03:04:18', 1), +(33318, 'Southfield', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33319, 'Southgate', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33320, 'South Gull Lake', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33321, 'South Haven', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33322, 'South Lyon', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33323, 'South Monroe', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33324, 'South Range', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33325, 'South Rockwood', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33326, 'Sparta', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33327, 'Spring Arbor', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33328, 'Springfield', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33329, 'Spring Lake', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33330, 'Springport', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33331, 'Stambaugh', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33332, 'Standish', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33333, 'Stanton', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33334, 'Stanwood', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33335, 'Stephenson', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33336, 'Sterling', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33337, 'Sterling Heights', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33338, 'Stevensville', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33339, 'Stockbridge', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33340, 'Stony Point', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33341, 'Sturgis', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33342, 'Sunfield', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33343, 'Suttons Bay', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33344, 'Swartz Creek', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33345, 'Sylvan Lake', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33346, 'Tawas City', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33347, 'Taylor', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33348, 'Tecumseh', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33349, 'Tekonsha', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33350, 'Temperance', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33351, 'Thompsonville', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33352, 'Three Oaks', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33353, 'Three Rivers', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33354, 'Traverse City', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33355, 'Trenton', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33356, 'Trowbridge Park', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33357, 'Troy', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33358, 'Turner', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33359, 'Tustin', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33360, 'Twining', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33361, 'Twin Lake', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33362, 'Ubly', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33363, 'Union City', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33364, 'Unionville', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33365, 'Utica', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33366, 'Vandalia', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33367, 'Vanderbilt', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33368, 'Vandercook Lake', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33369, 'Vassar', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33370, 'Vermontville', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33371, 'Vernon', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33372, 'Vicksburg', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33373, 'Village Of Clarkston', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33374, 'Village Of Lake Isabella', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33375, 'Wakefield', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33376, 'Waldron', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33377, 'Walker', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33378, 'Walkerville', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33379, 'Walled Lake', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33380, 'Warren', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33381, 'Waterford', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33382, 'Watervliet', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33383, 'Waverly', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33384, 'Wayland', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33385, 'Wayne', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33386, 'Webberville', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33387, 'Weidman', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33388, 'West Bloomfield Township', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33389, 'West Branch', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33390, 'West Ishpeming', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33391, 'Westland', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33392, 'West Monroe', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33393, 'Westphalia', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33394, 'Westwood', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33395, 'White Cloud', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33396, 'Whitehall', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33397, 'White Pigeon', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33398, 'Whitmore Lake', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33399, 'Whittemore', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33400, 'Williamston', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33401, 'Wixom', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33402, 'Wolf Lake', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33403, 'Wolverine', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33404, 'Wolverine Lake', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33405, 'Woodhaven', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33406, 'Woodland', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33407, 'Woodland Beach', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33408, 'Wyandotte', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33409, 'Wyoming', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33410, 'Yale', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33411, 'Ypsilanti', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33412, 'Zeeland', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33413, 'Zilwaukee', 3851, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33414, 'Ada', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33415, 'Adams', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33416, 'Adrian', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33417, 'Afton', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33418, 'Aitkin', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33419, 'Akeley', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33420, 'Albany', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33421, 'Alberta', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33422, 'Albert Lea', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33423, 'Albertville', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33424, 'Alden', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33425, 'Aldrich', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:18', 1), +(33426, 'Alexandria', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33427, 'Alpha', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33428, 'Altura', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33429, 'Alvarado', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33430, 'Amboy', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33431, 'Andover', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33432, 'Annandale', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33433, 'Anoka', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33434, 'Appleton', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33435, 'Apple Valley', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33436, 'Arco', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33437, 'Arden Hills', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33438, 'Argyle', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33439, 'Arlington', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33440, 'Arnold', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33441, 'Ashby', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33442, 'Askov', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33443, 'Atwater', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33444, 'Audubon', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33445, 'Aurora', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33446, 'Austin', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33447, 'Avoca', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33448, 'Avon', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33449, 'Babbitt', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33450, 'Backus', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33451, 'Badger', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33452, 'Bagley', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33453, 'Balaton', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33454, 'Barnesville', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33455, 'Barnum', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33456, 'Barrett', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33457, 'Barry', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33458, 'Battle Lake', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33459, 'Baudette', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33460, 'Baxter', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33461, 'Bayport', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33462, 'Beardsley', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33463, 'Beaver Bay', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33464, 'Beaver Creek', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33465, 'Becker', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33466, 'Bejou', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33467, 'Belgrade', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33468, 'Bellechester', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33469, 'Belle Plaine', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33470, 'Bellingham', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33471, 'Beltrami', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33472, 'Belview', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33473, 'Bemidji', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33474, 'Bena', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33475, 'Benson', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33476, 'Bertha', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33477, 'Bethel', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33478, 'Bigelow', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33479, 'Big Falls', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33480, 'Bigfork', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33481, 'Big Lake', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33482, 'Bingham Lake', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33483, 'Birchwood Village', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33484, 'Bird Island', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33485, 'Biscay', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33486, 'Biwabik', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33487, 'Blackduck', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33488, 'Blaine', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33489, 'Blomkest', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33490, 'Blooming Prairie', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33491, 'Bloomington', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33492, 'Blue Earth', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33493, 'Bluffton', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33494, 'Bock', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33495, 'Borup', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33496, 'Bovey', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33497, 'Bowlus', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33498, 'Boyd', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33499, 'Boy River', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33500, 'Braham', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33501, 'Brainerd', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33502, 'Brandon', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33503, 'Breckenridge', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33504, 'Breezy Point', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33505, 'Brewster', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33506, 'Bricelyn', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33507, 'Brooklyn Center', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33508, 'Brooklyn Park', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33509, 'Brook Park', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33510, 'Brooks', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33511, 'Brookston', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33512, 'Brooten', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33513, 'Browerville', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(33514, 'Brownsdale', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33515, 'Browns Valley', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33516, 'Brownsville', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:19', 1), +(33517, 'Brownton', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33518, 'Bruno', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33519, 'Buckman', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33520, 'Buffalo', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33521, 'Buffalo Lake', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33522, 'Buhl', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33523, 'Burnsville', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33524, 'Burtrum', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33525, 'Butterfield', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33526, 'Byron', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33527, 'Caledonia', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33528, 'Callaway', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33529, 'Calumet', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33530, 'Cambridge', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33531, 'Campbell', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33532, 'Canby', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33533, 'Cannon Falls', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33534, 'Canton', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33535, 'Carlos', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33536, 'Carlton', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33537, 'Carver', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33538, 'Cass Lake', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33539, 'Cedar Mills', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33540, 'Center City', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33541, 'Centerville', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33542, 'Ceylon', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33543, 'Champlin', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33544, 'Chandler', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33545, 'Chanhassen', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33546, 'Chaska', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33547, 'Chatfield', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33548, 'Chickamaw Beach', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33549, 'Chisago City', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33550, 'Chisholm', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33551, 'Chokio', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33552, 'Circle Pines', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33553, 'Clara City', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33554, 'Claremont', 3852, 233, '2019-01-25 03:00:18', '2019-01-25 03:04:20', 1), +(33555, 'Clarissa', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33556, 'Clarkfield', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33557, 'Clarks Grove', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33558, 'Clearbrook', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33559, 'Clear Lake', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33560, 'Clearwater', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33561, 'Clements', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33562, 'Cleveland', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33563, 'Climax', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33564, 'Clinton', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33565, 'Clitherall', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33566, 'Clontarf', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33567, 'Cloquet', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33568, 'Coates', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33569, 'Cobden', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33570, 'Cohasset', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33571, 'Cokato', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33572, 'Cold Spring', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33573, 'Coleraine', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33574, 'Cologne', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33575, 'Columbia Heights', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33576, 'Comfrey', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33577, 'Comstock', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33578, 'Conger', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33579, 'Cook', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33580, 'Coon Rapids', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33581, 'Corcoran', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33582, 'Correll', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33583, 'Cosmos', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33584, 'Cottage Grove', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33585, 'Cottonwood', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33586, 'Courtland', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33587, 'Cromwell', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33588, 'Crookston', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33589, 'Crosby', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33590, 'Crosslake', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33591, 'Crystal', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33592, 'Currie', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33593, 'Cuyuna', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33594, 'Cyrus', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33595, 'Dakota', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33596, 'Dalton', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33597, 'Danube', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33598, 'Danvers', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33599, 'Darfur', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33600, 'Darwin', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33601, 'Dassel', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33602, 'Dawson', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33603, 'Dayton', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33604, 'Deephaven', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33605, 'Deer Creek', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33606, 'Deer River', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33607, 'Deerwood', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33608, 'De Graff', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33609, 'Delano', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33610, 'Delavan', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33611, 'Delhi', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33612, 'Dellwood', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:20', 1), +(33613, 'Denham', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33614, 'Dennison', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33615, 'Dent', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33616, 'Detroit Lakes', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33617, 'Dexter', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33618, 'Dilworth', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33619, 'Dodge Center', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33620, 'Donaldson', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33621, 'Donnelly', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33622, 'Doran', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33623, 'Dover', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33624, 'Dovray', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33625, 'Duluth', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33626, 'Dumont', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33627, 'Dundas', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33628, 'Dundee', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33629, 'Dunnell', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33630, 'Eagan', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33631, 'Eagle Bend', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33632, 'Eagle Lake', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33633, 'East Bethel', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33634, 'East Grand Forks', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33635, 'East Gull Lake', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33636, 'Easton', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33637, 'Echo', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33638, 'Eden Prairie', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33639, 'Eden Valley', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33640, 'Edgerton', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33641, 'Edina', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33642, 'Effie', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33643, 'Eitzen', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33644, 'Elba', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33645, 'Elbow Lake', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33646, 'Elgin', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33647, 'Elizabeth', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33648, 'Elko', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33649, 'Elk River', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33650, 'Elkton', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33651, 'Ellendale', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33652, 'Ellsworth', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33653, 'Elmdale', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33654, 'Elmore', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33655, 'Elrosa', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33656, 'Ely', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33657, 'Elysian', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33658, 'Emily', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33659, 'Emmons', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33660, 'Erhard', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33661, 'Erskine', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33662, 'Evan', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33663, 'Evansville', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33664, 'Eveleth', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33665, 'Excelsior', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33666, 'Eyota', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33667, 'Fairfax', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33668, 'Fairmont', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33669, 'Falcon Heights', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33670, 'Faribault', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33671, 'Farmington', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33672, 'Farwell', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33673, 'Federal Dam', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33674, 'Felton', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33675, 'Fergus Falls', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33676, 'Fertile', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33677, 'Fifty Lakes', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33678, 'Finlayson', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33679, 'Fisher', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33680, 'Flensburg', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33681, 'Floodwood', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33682, 'Florence', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33683, 'Foley', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33684, 'Forada', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33685, 'Forest Lake', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33686, 'Foreston', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33687, 'Fort Ripley', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33688, 'Fosston', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33689, 'Fountain', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33690, 'Foxhome', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33691, 'Franklin', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33692, 'Frazee', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33693, 'Freeborn', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33694, 'Freeport', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33695, 'Fridley', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33696, 'Frost', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33697, 'Fulda', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33698, 'Funkley', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33699, 'Garfield', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33700, 'Garrison', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33701, 'Garvin', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33702, 'Gary', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33703, 'Gaylord', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33704, 'Gem Lake', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33705, 'Geneva', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33706, 'Genola', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33707, 'Georgetown', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33708, 'Ghent', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33709, 'Gibbon', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33710, 'Gilbert', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33711, 'Gilman', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33712, 'Glencoe', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33713, 'Glenville', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33714, 'Glenwood', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33715, 'Glyndon', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33716, 'Golden Valley', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33717, 'Gonvick', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33718, 'Goodhue', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33719, 'Goodridge', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33720, 'Good Thunder', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33721, 'Goodview', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33722, 'Graceville', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33723, 'Granada', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33724, 'Grand Marais', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33725, 'Grand Meadow', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33726, 'Grand Rapids', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33727, 'Granite Falls', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33728, 'Grant', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33729, 'Grasston', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33730, 'Greenbush', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33731, 'Greenfield', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33732, 'Green Isle', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33733, 'Greenwald', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33734, 'Greenwood', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33735, 'Grey Eagle', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33736, 'Grove City', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33737, 'Grygla', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33738, 'Gully', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33739, 'Hackensack', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33740, 'Hadley', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:21', 1), +(33741, 'Hallock', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33742, 'Halma', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33743, 'Halstad', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33744, 'Hamburg', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33745, 'Ham Lake', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33746, 'Hammond', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33747, 'Hampton', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33748, 'Hancock', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33749, 'Hanley Falls', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33750, 'Hanover', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33751, 'Hanska', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33752, 'Harding', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33753, 'Hardwick', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33754, 'Harmony', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33755, 'Harris', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33756, 'Hartland', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33757, 'Hastings', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33758, 'Hatfield', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33759, 'Hawley', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33760, 'Hayfield', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33761, 'Hayward', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33762, 'Hazel Run', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33763, 'Hector', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33764, 'Heidelberg', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33765, 'Henderson', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33766, 'Hendricks', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33767, 'Hendrum', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33768, 'Henning', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33769, 'Henriette', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33770, 'Herman', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33771, 'Hermantown', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33772, 'Heron Lake', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33773, 'Hewitt', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33774, 'Hibbing', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33775, 'Hill City', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33776, 'Hillman', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33777, 'Hills', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33778, 'Hilltop', 3852, 233, '2019-01-25 03:00:19', '2019-01-25 03:04:22', 1), +(33779, 'Hinckley', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33780, 'Hitterdal', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33781, 'Hoffman', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33782, 'Hokah', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33783, 'Holdingford', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33784, 'Holland', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33785, 'Hollandale', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33786, 'Holloway', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33787, 'Holt', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33788, 'Hopkins', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33789, 'Houston', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33790, 'Howard Lake', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33791, 'Hoyt Lakes', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33792, 'Hugo', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33793, 'Humboldt', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33794, 'Hutchinson', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33795, 'Ihlen', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33796, 'Independence', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33797, 'International Falls', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33798, 'Inver Grove Heights', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33799, 'Iona', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33800, 'Iron Junction', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33801, 'Ironton', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33802, 'Isanti', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33803, 'Isle', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33804, 'Ivanhoe', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33805, 'Jackson', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33806, 'Janesville', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33807, 'Jasper', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33808, 'Jeffers', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33809, 'Jenkins', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33810, 'Johnson', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33811, 'Jordan', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33812, 'Kandiyohi', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33813, 'Karlstad', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33814, 'Kasota', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33815, 'Kasson', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33816, 'Keewatin', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33817, 'Kelliher', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33818, 'Kellogg', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33819, 'Kennedy', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33820, 'Kenneth', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33821, 'Kensington', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33822, 'Kent', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33823, 'Kenyon', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33824, 'Kerkhoven', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33825, 'Kerrick', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33826, 'Kettle River', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33827, 'Kiester', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33828, 'Kilkenny', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33829, 'Kimball', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33830, 'Kinbrae', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33831, 'Kingston', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33832, 'Kinney', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33833, 'La Crescent', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33834, 'Lafayette', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33835, 'Lake Benton', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33836, 'Lake Bronson', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33837, 'Lake City', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33838, 'Lake Crystal', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33839, 'Lake Elmo', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33840, 'Lakefield', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33841, 'Lake Henry', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33842, 'Lakeland', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33843, 'Lakeland Shores', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33844, 'Lake Lillian', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33845, 'Lake Park', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33846, 'Lake St. Croix Beach', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33847, 'Lake Shore', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33848, 'Lakeville', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33849, 'Lake Wilson', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33850, 'Lamberton', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33851, 'Lancaster', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33852, 'Landfall', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33853, 'Lanesboro', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33854, 'Laporte', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33855, 'La Prairie', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33856, 'La Salle', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33857, 'Lastrup', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33858, 'Lauderdale', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33859, 'Le Center', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33860, 'Lengby', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33861, 'Leonard', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33862, 'Leonidas', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33863, 'Leota', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33864, 'Le Roy', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33865, 'Lester Prairie', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33866, 'Le Sueur', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33867, 'Lewiston', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33868, 'Lewisville', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33869, 'Lexington', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:22', 1), +(33870, 'Lilydale', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33871, 'Lindstrom', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33872, 'Lino Lakes', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33873, 'Lismore', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33874, 'Litchfield', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33875, 'Little Canada', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33876, 'Little Falls', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33877, 'Littlefork', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33878, 'Little Rock', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33879, 'Long Beach', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33880, 'Long Lake', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33881, 'Long Prairie', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33882, 'Longville', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33883, 'Lonsdale', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33884, 'Loretto', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33885, 'Louisburg', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33886, 'Lowry', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33887, 'Lucan', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33888, 'Luverne', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33889, 'Lyle', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33890, 'Lynd', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33891, 'Mabel', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33892, 'Mcgrath', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33893, 'Mcgregor', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33894, 'Mcintosh', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33895, 'Mckinley', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33896, 'Madelia', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33897, 'Madison', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33898, 'Madison Lake', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33899, 'Magnolia', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33900, 'Mahnomen', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33901, 'Mahtomedi', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33902, 'Manchester', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33903, 'Manhattan Beach', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33904, 'Mankato', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33905, 'Mantorville', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33906, 'Maple Grove', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33907, 'Maple Lake', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33908, 'Maple Plain', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33909, 'Mapleton', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33910, 'Mapleview', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33911, 'Maplewood', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33912, 'Marble', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33913, 'Marietta', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33914, 'Marine On St. Croix', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33915, 'Marshall', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33916, 'Mayer', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33917, 'Maynard', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33918, 'Mazeppa', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33919, 'Meadowlands', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33920, 'Medford', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33921, 'Medicine Lake', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33922, 'Medina', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33923, 'Meire Grove', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33924, 'Melrose', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33925, 'Menahga', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33926, 'Mendota', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33927, 'Mendota Heights', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33928, 'Mentor', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33929, 'Middle River', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33930, 'Miesville', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33931, 'Milaca', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33932, 'Milan', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33933, 'Millerville', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33934, 'Millville', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33935, 'Milroy', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33936, 'Miltona', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33937, 'Minneapolis', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33938, 'Minneiska', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33939, 'Minneota', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33940, 'Minnesota City', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33941, 'Minnesota Lake', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33942, 'Minnetonka', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33943, 'Minnetonka Beach', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33944, 'Minnetrista', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33945, 'Mizpah', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33946, 'Montevideo', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33947, 'Montgomery', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33948, 'Monticello', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33949, 'Montrose', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33950, 'Moorhead', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33951, 'Moose Lake', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33952, 'Mora', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33953, 'Morgan', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33954, 'Morris', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33955, 'Morristown', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33956, 'Morton', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33957, 'Motley', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33958, 'Mound', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:23', 1), +(33959, 'Mounds View', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33960, 'Mountain Iron', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33961, 'Mountain Lake', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33962, 'Murdock', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33963, 'Myrtle', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33964, 'Nashua', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33965, 'Nashwauk', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33966, 'Nassau', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33967, 'Naytahwaush', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33968, 'Nelson', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33969, 'Nerstrand', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33970, 'Nevis', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33971, 'New Auburn', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33972, 'New Brighton', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33973, 'Newfolden', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33974, 'New Germany', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33975, 'New Hope', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33976, 'New London', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33977, 'New Market', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33978, 'New Munich', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33979, 'Newport', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33980, 'New Prague', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33981, 'New Richland', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33982, 'New Trier', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33983, 'New Ulm', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33984, 'New York Mills', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33985, 'Nicollet', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33986, 'Nielsville', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33987, 'Nimrod', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33988, 'Nisswa', 3852, 233, '2019-01-25 03:00:20', '2019-01-25 03:04:24', 1), +(33989, 'Norcross', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(33990, 'North Branch', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(33991, 'Northfield', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(33992, 'North Mankato', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(33993, 'North Oaks', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(33994, 'Northome', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(33995, 'Northrop', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(33996, 'North St. Paul', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(33997, 'Norwood Young America', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(33998, 'Oakdale', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(33999, 'Oak Grove', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34000, 'Oak Park Heights', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34001, 'Oakport', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34002, 'Odessa', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34003, 'Odin', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34004, 'Ogema', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34005, 'Ogilvie', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34006, 'Okabena', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34007, 'Oklee', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34008, 'Olivia', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34009, 'Onamia', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34010, 'Ormsby', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34011, 'Orono', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34012, 'Oronoco', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34013, 'Orr', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34014, 'Ortonville', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34015, 'Osakis', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34016, 'Oslo', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34017, 'Osseo', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34018, 'Ostrander', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34019, 'Otsego', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34020, 'Ottertail', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34021, 'Owatonna', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34022, 'Palisade', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34023, 'Parkers Prairie', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34024, 'Park Rapids', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34025, 'Paynesville', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34026, 'Pease', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34027, 'Pelican Rapids', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34028, 'Pemberton', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34029, 'Pennock', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34030, 'Pequot Lakes', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34031, 'Perham', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34032, 'Perley', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34033, 'Peterson', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34034, 'Pierz', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34035, 'Pillager', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34036, 'Pine City', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34037, 'Pine Island', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34038, 'Pine Point', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34039, 'Pine River', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34040, 'Pine Springs', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34041, 'Pipestone', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34042, 'Plainview', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34043, 'Plato', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34044, 'Pleasant Lake', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34045, 'Plummer', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34046, 'Plymouth', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34047, 'Ponemah', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34048, 'Porter', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34049, 'Preston', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34050, 'Princeton', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34051, 'Prinsburg', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34052, 'Prior Lake', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34053, 'Proctor', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34054, 'Quamba', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34055, 'Racine', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34056, 'Ramsey', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34057, 'Randall', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:24', 1), +(34058, 'Randolph', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34059, 'Ranier', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34060, 'Raymond', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34061, 'Redby', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34062, 'Red Lake', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34063, 'Red Lake Falls', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34064, 'Red Wing', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34065, 'Redwood Falls', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34066, 'Regal', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34067, 'Remer', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34068, 'Renville', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34069, 'Revere', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34070, 'Rice', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34071, 'Rice Lake', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34072, 'Richfield', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34073, 'Richmond', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34074, 'Richville', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34075, 'Riverton', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34076, 'Robbinsdale', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34077, 'Rochester', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34078, 'Rock Creek', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34079, 'Rockford', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34080, 'Rockville', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34081, 'Rogers', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34082, 'Rollingstone', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34083, 'Ronneby', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34084, 'Roosevelt', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34085, 'Roscoe', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34086, 'Roseau', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34087, 'Rose Creek', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34088, 'Rosemount', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34089, 'Roseville', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34090, 'Rothsay', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34091, 'Round Lake', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34092, 'Royalton', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34093, 'Rush City', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34094, 'Rushford', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34095, 'Rushford Village', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34096, 'Rushmore', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34097, 'Russell', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34098, 'Ruthton', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34099, 'Rutledge', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34100, 'Sabin', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34101, 'Sacred Heart', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34102, 'St. Anthony', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34103, 'St. Bonifacius', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34104, 'St. Charles', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34105, 'St. Clair', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34106, 'St. Cloud', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34107, 'St. Francis', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34108, 'St. Hilaire', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34109, 'St. James', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34110, 'St. Joseph', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34111, 'St. Leo', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34112, 'St. Louis Park', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34113, 'St. Martin', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34114, 'St. Marys Point', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34115, 'St. Michael', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34116, 'St. Paul', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34117, 'St. Paul Park', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34118, 'St. Peter', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34119, 'St. Rosa', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34120, 'St. Stephen', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34121, 'St. Vincent', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34122, 'Sanborn', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34123, 'Sandstone', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34124, 'Sargeant', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34125, 'Sartell', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34126, 'Sauk Centre', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34127, 'Sauk Rapids', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34128, 'Savage', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34129, 'Scanlon', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34130, 'Seaforth', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34131, 'Sebeka', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34132, 'Sedan', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34133, 'Shafer', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34134, 'Shakopee', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34135, 'Shelly', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34136, 'Sherburn', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34137, 'Shevlin', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34138, 'Shoreview', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34139, 'Shorewood', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34140, 'Silver Bay', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34141, 'Silver Lake', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(34142, 'Skyline', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34143, 'Slayton', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34144, 'Sleepy Eye', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34145, 'Sobieski', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34146, 'Solway', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:25', 1), +(34147, 'South Haven', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34148, 'South St. Paul', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34149, 'Spicer', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34150, 'Springfield', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34151, 'Spring Grove', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34152, 'Spring Hill', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34153, 'Spring Lake Park', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34154, 'Spring Park', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34155, 'Spring Valley', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34156, 'Squaw Lake', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34157, 'Stacy', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34158, 'Staples', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34159, 'Starbuck', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34160, 'Steen', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34161, 'Stephen', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34162, 'Stewart', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34163, 'Stewartville', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34164, 'Stillwater', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34165, 'Stockton', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34166, 'Storden', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34167, 'Strandquist', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34168, 'Strathcona', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34169, 'Sturgeon Lake', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34170, 'Sunburg', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34171, 'Sunfish Lake', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34172, 'Swanville', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34173, 'Taconite', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34174, 'Tamarack', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34175, 'Taopi', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34176, 'Taunton', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34177, 'Taylors Falls', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34178, 'Tenney', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34179, 'Tenstrike', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34180, 'The Lakes', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34181, 'Thief River Falls', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34182, 'Thomson', 3852, 233, '2019-01-25 03:00:21', '2019-01-25 03:04:26', 1), +(34183, 'Tintah', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34184, 'Tonka Bay', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34185, 'Tower', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34186, 'Tracy', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34187, 'Trail', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34188, 'Trimont', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34189, 'Trommald', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34190, 'Trosky', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34191, 'Truman', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34192, 'Turtle River', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34193, 'Twin Lakes', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34194, 'Twin Valley', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34195, 'Two Harbors', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34196, 'Tyler', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34197, 'Ulen', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34198, 'Underwood', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34199, 'Upsala', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34200, 'Urbank', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34201, 'Utica', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34202, 'Vadnais Heights', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34203, 'Vergas', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34204, 'Vermillion', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34205, 'Verndale', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34206, 'Vernon Center', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34207, 'Vesta', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34208, 'Victoria', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34209, 'Viking', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34210, 'Villard', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34211, 'Vineland', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34212, 'Vining', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34213, 'Virginia', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34214, 'Wabasha', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34215, 'Wabasso', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34216, 'Waconia', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34217, 'Wadena', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34218, 'Wahkon', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34219, 'Waite Park', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34220, 'Waldorf', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34221, 'Walker', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34222, 'Walnut Grove', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34223, 'Walters', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34224, 'Waltham', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34225, 'Wanamingo', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34226, 'Wanda', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34227, 'Warba', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34228, 'Warren', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34229, 'Warroad', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34230, 'Waseca', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34231, 'Watertown', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34232, 'Waterville', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34233, 'Watkins', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34234, 'Watson', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34235, 'Waubun', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34236, 'Waverly', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34237, 'Wayzata', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34238, 'Welcome', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:26', 1), +(34239, 'Wells', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34240, 'Wendell', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34241, 'Westbrook', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34242, 'West Concord', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34243, 'Westport', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34244, 'West St. Paul', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34245, 'West Union', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34246, 'Whalan', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34247, 'Wheaton', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34248, 'White Bear Lake', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34249, 'White Earth', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34250, 'Wilder', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34251, 'Willernie', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34252, 'Williams', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34253, 'Willmar', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34254, 'Willow River', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34255, 'Wilmont', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34256, 'Wilton', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34257, 'Windom', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34258, 'Winger', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34259, 'Winnebago', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34260, 'Winona', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34261, 'Winsted', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34262, 'Winthrop', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34263, 'Winton', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34264, 'Wolf Lake', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34265, 'Wolverton', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34266, 'Woodbury', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34267, 'Wood Lake', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34268, 'Woodland', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34269, 'Woodstock', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34270, 'Worthington', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34271, 'Wrenshall', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34272, 'Wright', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34273, 'Wykoff', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34274, 'Wyoming', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34275, 'Zemple', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34276, 'Zimmerman', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34277, 'Zumbro Falls', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34278, 'Zumbrota', 3852, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34279, 'Abbeville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34280, 'Aberdeen', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34281, 'Ackerman', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34282, 'Algoma', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34283, 'Alligator', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34284, 'Amory', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34285, 'Anguilla', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34286, 'Arcola', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34287, 'Artesia', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34288, 'Ashland', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34289, 'Baldwyn', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34290, 'Bassfield', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34291, 'Batesville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34292, 'Bay St. Louis', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34293, 'Bay Springs', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34294, 'Beaumont', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34295, 'Beauregard', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34296, 'Belmont', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34297, 'Belzoni', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34298, 'Benoit', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34299, 'Bentonia', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34300, 'Beulah', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34301, 'Big Creek', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34302, 'Big Point', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34303, 'Biloxi', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34304, 'Blue Mountain', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34305, 'Blue Springs', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34306, 'Bogue Chitto', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34307, 'Bolton', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34308, 'Booneville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34309, 'Boyle', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34310, 'Brandon', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34311, 'Braxton', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34312, 'Brookhaven', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34313, 'Brooksville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34314, 'Bruce', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34315, 'Bude', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34316, 'Burnsville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34317, 'Byhalia', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34318, 'Byram', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34319, 'Caledonia', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34320, 'Calhoun City', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34321, 'Canton', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34322, 'Carrollton', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34323, 'Carthage', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34324, 'Cary', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34325, 'Centreville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34326, 'Charleston', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34327, 'Chunky', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34328, 'Clarksdale', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34329, 'Cleveland', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34330, 'Clinton', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34331, 'Coahoma', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34332, 'Coffeeville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34333, 'Coldwater', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34334, 'Collins', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34335, 'Collinsville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34336, 'Columbia', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34337, 'Columbus', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34338, 'Columbus Afb', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34339, 'Como', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34340, 'Conehatta', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34341, 'Corinth', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34342, 'Courtland', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34343, 'Crawford', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34344, 'Crenshaw', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34345, 'Crosby', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34346, 'Crowder', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34347, 'Cruger', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34348, 'Crystal Springs', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34349, 'Decatur', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34350, 'De Kalb', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34351, 'Derma', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34352, 'Diamondhead', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34353, 'D Iberville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34354, 'D Lo', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34355, 'Doddsville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34356, 'Drew', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34357, 'Duck Hill', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34358, 'Dumas', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34359, 'Duncan', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:27', 1), +(34360, 'Durant', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34361, 'Ecru', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34362, 'Eden', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34363, 'Edwards', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34364, 'Ellisville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34365, 'Enterprise', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34366, 'Escatawpa', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34367, 'Ethel', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34368, 'Eupora', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34369, 'Falcon', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34370, 'Falkner', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34371, 'Farmington', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34372, 'Fayette', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34373, 'Flora', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34374, 'Florence', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34375, 'Flowood', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34376, 'Forest', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34377, 'French Camp', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34378, 'Friars Point', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34379, 'Fulton', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34380, 'Gattman', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34381, 'Gautier', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34382, 'Georgetown', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34383, 'Glen', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34384, 'Glendora', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34385, 'Gloster', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34386, 'Golden', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34387, 'Goodman', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34388, 'Greenville', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34389, 'Greenwood', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34390, 'Grenada', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34391, 'Gulf Hills', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34392, 'Gulf Park Estates', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34393, 'Gulfport', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34394, 'Gunnison', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34395, 'Guntown', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34396, 'Hatley', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34397, 'Hattiesburg', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34398, 'Hazlehurst', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34399, 'Heidelberg', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34400, 'Helena', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34401, 'Hernando', 3853, 233, '2019-01-25 03:00:22', '2019-01-25 03:04:28', 1), +(34402, 'Hickory', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34403, 'Hickory Flat', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34404, 'Hickory Hills', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34405, 'Hollandale', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34406, 'Holly Springs', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34407, 'Horn Lake', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34408, 'Houston', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34409, 'Hurley', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34410, 'Indianola', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34411, 'Inverness', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34412, 'Isola', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34413, 'Itta Bena', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34414, 'Iuka', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34415, 'Jackson', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34416, 'Jonestown', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34417, 'Jumpertown', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34418, 'Kilmichael', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34419, 'Kiln', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34420, 'Kosciusko', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34421, 'Kossuth', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34422, 'Lake', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34423, 'Lambert', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34424, 'Latimer', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34425, 'Laurel', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34426, 'Leakesville', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34427, 'Learned', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34428, 'Leland', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34429, 'Lena', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34430, 'Lexington', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34431, 'Liberty', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34432, 'Long Beach', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34433, 'Louin', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34434, 'Louise', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34435, 'Louisville', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34436, 'Lucedale', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34437, 'Lula', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34438, 'Lumberton', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34439, 'Lyman', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34440, 'Lynchburg', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34441, 'Lyon', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34442, 'Maben', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34443, 'Mccomb', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34444, 'Mccool', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34445, 'Mclain', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34446, 'Macon', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34447, 'Madison', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34448, 'Magee', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34449, 'Magnolia', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34450, 'Mantachie', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34451, 'Mantee', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34452, 'Marietta', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34453, 'Marion', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34454, 'Marks', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34455, 'Mathiston', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34456, 'Mayersville', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34457, 'Meadville', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34458, 'Memphis', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:28', 1), +(34459, 'Mendenhall', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34460, 'Meridian', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34461, 'Meridian Station', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34462, 'Merigold', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34463, 'Metcalfe', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34464, 'Mize', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34465, 'Monticello', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34466, 'Montrose', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34467, 'Moorhead', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34468, 'Morgan City', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34469, 'Morton', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34470, 'Moss Point', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34471, 'Mound Bayou', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34472, 'Mount Olive', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34473, 'Myrtle', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34474, 'Natchez', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34475, 'Nellieburg', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34476, 'Nettleton', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34477, 'New Albany', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34478, 'New Augusta', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34479, 'New Hebron', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34480, 'New Hope', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34481, 'New Houlka', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34482, 'Newton', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34483, 'North Carrollton', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34484, 'North Tunica', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34485, 'Noxapater', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34486, 'Oakland', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34487, 'Ocean Springs', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34488, 'Okolona', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34489, 'Olive Branch', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34490, 'Osyka', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34491, 'Oxford', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34492, 'Pace', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34493, 'Pachuta', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34494, 'Paden', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34495, 'Pascagoula', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34496, 'Pass Christian', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34497, 'Pearl', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34498, 'Pearlington', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34499, 'Pearl River', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34500, 'Pelahatchie', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34501, 'Petal', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34502, 'Philadelphia', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34503, 'Picayune', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34504, 'Pickens', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34505, 'Pittsboro', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34506, 'Plantersville', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34507, 'Polkville', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34508, 'Pontotoc', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34509, 'Pope', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34510, 'Poplarville', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34511, 'Port Gibson', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34512, 'Potts Camp', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34513, 'Prentiss', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34514, 'Puckett', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34515, 'Purvis', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34516, 'Quitman', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34517, 'Raleigh', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34518, 'Raymond', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34519, 'Redwater', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34520, 'Renova', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34521, 'Richland', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34522, 'Richton', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34523, 'Ridgeland', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34524, 'Rienzi', 3853, 233, '2019-01-25 03:00:23', '2019-01-25 03:04:29', 1), +(34525, 'Ripley', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34526, 'Rolling Fork', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34527, 'Rosedale', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34528, 'Roxie', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34529, 'Ruleville', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34530, 'St. Martin', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34531, 'Sallis', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34532, 'Saltillo', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34533, 'Sandersville', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34534, 'Sardis', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34535, 'Satartia', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34536, 'Saucier', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34537, 'Schlater', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34538, 'Scooba', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34539, 'Sebastopol', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34540, 'Seminary', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34541, 'Senatobia', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34542, 'Shannon', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34543, 'Shaw', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34544, 'Shelby', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34545, 'Sherman', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34546, 'Shoreline Park', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34547, 'Shubuta', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34548, 'Shuqualak', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34549, 'Sidon', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34550, 'Silver City', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34551, 'Silver Creek', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34552, 'Slate Springs', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34553, 'Sledge', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34554, 'Smithville', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34555, 'Snow Lake Shores', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34556, 'Soso', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34557, 'Southaven', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34558, 'Standing Pine', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34559, 'Starkville', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34560, 'State Line', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34561, 'Stonewall', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34562, 'Sturgis', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34563, 'Summit', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34564, 'Sumner', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34565, 'Sumrall', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34566, 'Sunflower', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34567, 'Sylvarena', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34568, 'Taylor', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34569, 'Taylorsville', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34570, 'Tchula', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34571, 'Terry', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34572, 'Thaxton', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34573, 'Tillatoba', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34574, 'Tishomingo', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34575, 'Toccopola', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34576, 'Tremont', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34577, 'Tucker', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34578, 'Tunica', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34579, 'Tupelo', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34580, 'Tutwiler', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34581, 'Tylertown', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34582, 'Union', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34583, 'Utica', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34584, 'Vaiden', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34585, 'Vancleave', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34586, 'Vardaman', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34587, 'Verona', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34588, 'Vicksburg', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34589, 'Wade', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:29', 1), +(34590, 'Walnut', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34591, 'Walnut Grove', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34592, 'Walthall', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34593, 'Water Valley', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34594, 'Waveland', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34595, 'Waynesboro', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34596, 'Webb', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34597, 'Weir', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34598, 'Wesson', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34599, 'West', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34600, 'West Hattiesburg', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34601, 'West Point', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34602, 'Wiggins', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34603, 'Winona', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34604, 'Winstonville', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34605, 'Woodland', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34606, 'Woodville', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34607, 'Yazoo City', 3853, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34608, 'Adrian', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34609, 'Advance', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34610, 'Affton', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34611, 'Agency', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34612, 'Airport Drive', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34613, 'Alba', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34614, 'Albany', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34615, 'Aldrich', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34616, 'Alexandria', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34617, 'Allendale', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34618, 'Allenville', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34619, 'Alma', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34620, 'Altamont', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34621, 'Altenburg', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34622, 'Alton', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34623, 'Amazonia', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34624, 'Amity', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34625, 'Amoret', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34626, 'Amsterdam', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34627, 'Anderson', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34628, 'Annada', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34629, 'Annapolis', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34630, 'Anniston', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34631, 'Appleton City', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34632, 'Arbela', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34633, 'Arbyrd', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34634, 'Arcadia', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34635, 'Archie', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34636, 'Arcola', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34637, 'Argyle', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34638, 'Arkoe', 3854, 233, '2019-01-25 03:00:24', '2019-01-25 03:04:30', 1), +(34639, 'Armstrong', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34640, 'Arnold', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34641, 'Arrow Point', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34642, 'Arrow Rock', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34643, 'Asbury', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34644, 'Ashburn', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34645, 'Ash Grove', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34646, 'Ashland', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34647, 'Atlanta', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34648, 'Augusta', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34649, 'Aullville', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34650, 'Aurora', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34651, 'Auxvasse', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34652, 'Ava', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34653, 'Avilla', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34654, 'Avondale', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34655, 'Bagnell', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34656, 'Baker', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34657, 'Bakersfield', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34658, 'Baldwin Park', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34659, 'Ballwin', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34660, 'Baring', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34661, 'Barnard', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34662, 'Barnett', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34663, 'Barnhart', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34664, 'Bates City', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34665, 'Battlefield', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34666, 'Bella Villa', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34667, 'Bell City', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34668, 'Belle', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:30', 1), +(34669, 'Bellefontaine Neighbors', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34670, 'Bellerive', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34671, 'Bellflower', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34672, 'Bel-nor', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34673, 'Bel-ridge', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34674, 'Belton', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34675, 'Benton', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34676, 'Benton City', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34677, 'Berger', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34678, 'Berkeley', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34679, 'Bernie', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34680, 'Bertrand', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34681, 'Bethany', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34682, 'Bethel', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34683, 'Beverly Hills', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34684, 'Bevier', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34685, 'Biehle', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34686, 'Bigelow', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34687, 'Big Lake', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34688, 'Billings', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34689, 'Birch Tree', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34690, 'Birmingham', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34691, 'Bismarck', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34692, 'Blackburn', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34693, 'Black Jack', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34694, 'Blackwater', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34695, 'Blairstown', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34696, 'Bland', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34697, 'Blodgett', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34698, 'Bloomfield', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34699, 'Bloomsdale', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34700, 'Blue Eye', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34701, 'Blue Springs', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34702, 'Blythedale', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34703, 'Bogard', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34704, 'Bolckow', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34705, 'Bolivar', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34706, 'Bonne Terre', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34707, 'Boonville', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34708, 'Bosworth', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34709, 'Bourbon', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34710, 'Bowling Green', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34711, 'Bragg City', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34712, 'Brandsville', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34713, 'Branson', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34714, 'Branson West', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34715, 'Brashear', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34716, 'Braymer', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34717, 'Breckenridge', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34718, 'Breckenridge Hills', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34719, 'Brentwood', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34720, 'Bridgeton', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34721, 'Brimson', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34722, 'Bronaugh', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34723, 'Brookfield', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34724, 'Brookline', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34725, 'Brooklyn Heights', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34726, 'Browning', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34727, 'Brownington', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34728, 'Brumley', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34729, 'Brunswick', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34730, 'Bucklin', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34731, 'Buckner', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34732, 'Buffalo', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34733, 'Bull Creek', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34734, 'Bunceton', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34735, 'Bunker', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34736, 'Burgess', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34737, 'Burlington Junction', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34738, 'Butler', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34739, 'Butterfield', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34740, 'Byrnes Mill', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34741, 'Cabool', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34742, 'Cainsville', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:31', 1), +(34743, 'Cairo', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34744, 'Caledonia', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34745, 'Calhoun', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34746, 'California', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34747, 'Callao', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34748, 'Calverton Park', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34749, 'Camden', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34750, 'Camden Point', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34751, 'Camdenton', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34752, 'Cameron', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34753, 'Campbell', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34754, 'Canalou', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34755, 'Canton', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34756, 'Cape Girardeau', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34757, 'Cardwell', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34758, 'Carl Junction', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34759, 'Carrollton', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34760, 'Carterville', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34761, 'Carthage', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34762, 'Caruthersville', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34763, 'Carytown', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34764, 'Cassville', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34765, 'Castle Point', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34766, 'Catron', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34767, 'Cave', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34768, 'Cedar Hill', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34769, 'Cedar Hill Lakes', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34770, 'Center', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(34771, 'Centertown', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34772, 'Centerview', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34773, 'Centerville', 3854, 233, '2019-01-25 03:00:25', '2019-01-25 03:04:32', 1), +(34774, 'Centralia', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34775, 'Chaffee', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34776, 'Chain Of Rocks', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34777, 'Chain-o-lakes', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34778, 'Chamois', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34779, 'Champ', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34780, 'Charlack', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34781, 'Charleston', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34782, 'Chesterfield', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34783, 'Chilhowee', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34784, 'Chillicothe', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34785, 'Chula', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34786, 'Clarence', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34787, 'Clark', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34788, 'Clarksburg', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34789, 'Clarksdale', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34790, 'Clarkson Valley', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34791, 'Clarksville', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34792, 'Clarkton', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34793, 'Claycomo', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34794, 'Clayton', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34795, 'Clearmont', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34796, 'Cleveland', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34797, 'Clever', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34798, 'Cliff Village', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34799, 'Clifton Hill', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34800, 'Climax Springs', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34801, 'Clinton', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34802, 'Clyde', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34803, 'Cobalt', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34804, 'Coffey', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34805, 'Cole Camp', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34806, 'Collins', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34807, 'Columbia', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34808, 'Commerce', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34809, 'Conception Junction', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34810, 'Concord', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34811, 'Concordia', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34812, 'Coney Island', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34813, 'Conway', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34814, 'Cool Valley', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34815, 'Cooter', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34816, 'Corder', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34817, 'Corning', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34818, 'Cosby', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34819, 'Cottleville', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34820, 'Country Club', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34821, 'Country Club Hills', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34822, 'Country Life Acres', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34823, 'Cowgill', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34824, 'Craig', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34825, 'Crane', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34826, 'Creighton', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34827, 'Crestwood', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34828, 'Creve Coeur', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34829, 'Crocker', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34830, 'Cross Timbers', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34831, 'Crystal City', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34832, 'Crystal Lake Park', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34833, 'Crystal Lakes', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34834, 'Cuba', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34835, 'Curryville', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34836, 'Dadeville', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34837, 'Dalton', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34838, 'Dardenne Prairie', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34839, 'Darlington', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34840, 'Dearborn', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34841, 'Deepwater', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:32', 1), +(34842, 'Deerfield', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34843, 'De Kalb', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34844, 'Dellwood', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34845, 'Delta', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34846, 'Dennis Acres', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34847, 'Denver', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34848, 'Des Arc', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34849, 'Desloge', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34850, 'De Soto', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34851, 'Des Peres', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34852, 'De Witt', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34853, 'Dexter', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34854, 'Diamond', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34855, 'Diehlstadt', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34856, 'Diggins', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34857, 'Dixon', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34858, 'Doniphan', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34859, 'Doolittle', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34860, 'Dover', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34861, 'Downing', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34862, 'Drexel', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34863, 'Dudley', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34864, 'Duenweg', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34865, 'Duquesne', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34866, 'Dutchtown', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34867, 'Eagleville', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34868, 'East Lynne', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34869, 'Easton', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34870, 'East Prairie', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34871, 'Edgar Springs', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34872, 'Edgerton', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34873, 'Edina', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34874, 'Edmundson', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34875, 'Eldon', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34876, 'El Dorado Springs', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34877, 'Ellington', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34878, 'Ellisville', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34879, 'Ellsinore', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34880, 'Elmer', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34881, 'Elmira', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34882, 'Elmo', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34883, 'Elsberry', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34884, 'Emerald Beach', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34885, 'Eminence', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34886, 'Emma', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34887, 'Eolia', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34888, 'Essex', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34889, 'Ethel', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34890, 'Eureka', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34891, 'Everton', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34892, 'Ewing', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34893, 'Excelsior Estates', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34894, 'Excelsior Springs', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34895, 'Exeter', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34896, 'Fairfax', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34897, 'Fair Grove', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34898, 'Fair Play', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34899, 'Fairview', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34900, 'Farber', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34901, 'Farley', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34902, 'Farmington', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34903, 'Fayette', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34904, 'Fenton', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34905, 'Ferguson', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34906, 'Ferrelview', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34907, 'Festus', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34908, 'Fidelity', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34909, 'Fillmore', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34910, 'Fisk', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34911, 'Fleming', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34912, 'Flemington', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34913, 'Flint Hill', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34914, 'Flordell Hills', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34915, 'Florida', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34916, 'Florissant', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34917, 'Foley', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34918, 'Fordland', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34919, 'Forest City', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34920, 'Foristell', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34921, 'Forsyth', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34922, 'Fortescue', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34923, 'Fort Leonard Wood', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34924, 'Foster', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34925, 'Fountain N Lakes', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34926, 'Frankford', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34927, 'Franklin', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34928, 'Fredericktown', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34929, 'Freeburg', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34930, 'Freeman', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34931, 'Freistatt', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34932, 'Fremont Hills', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34933, 'Frohna', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34934, 'Frontenac', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34935, 'Fulton', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34936, 'Gainesville', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34937, 'Galena', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34938, 'Gallatin', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34939, 'Galt', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34940, 'Garden City', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34941, 'Gasconade', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34942, 'Gentry', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34943, 'Gerald', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34944, 'Gerster', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34945, 'Gibbs', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34946, 'Gideon', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34947, 'Gilliam', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34948, 'Gilman City', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34949, 'Gladstone', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34950, 'Glasgow', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34951, 'Glasgow Village', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34952, 'Glenaire', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34953, 'Glen Allen', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34954, 'Glendale', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34955, 'Glen Echo Park', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34956, 'Glenwood', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34957, 'Golden City', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34958, 'Goodman', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34959, 'Gordonville', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34960, 'Gower', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34961, 'Graham', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34962, 'Grain Valley', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34963, 'Granby', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34964, 'Grand Falls Plaza', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34965, 'Grandin', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34966, 'Grand Pass', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34967, 'Grandview', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34968, 'Granger', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34969, 'Grant City', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34970, 'Grantwood Village', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34971, 'Gravois Mills', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34972, 'Gray Summit', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34973, 'Greencastle', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34974, 'Green City', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34975, 'Greendale', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34976, 'Greenfield', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34977, 'Green Park', 3854, 233, '2019-01-25 03:00:26', '2019-01-25 03:04:33', 1), +(34978, 'Green Ridge', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34979, 'Greentop', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34980, 'Greenville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34981, 'Greenwood', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34982, 'Guilford', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34983, 'Gunn City', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34984, 'Hale', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34985, 'Halfway', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34986, 'Hallsville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34987, 'Halltown', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34988, 'Hamilton', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34989, 'Hanley Hills', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34990, 'Hannibal', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34991, 'Hardin', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34992, 'Harris', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34993, 'Harrisburg', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34994, 'Harrisonville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34995, 'Hartsburg', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34996, 'Hartville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34997, 'Hartwell', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34998, 'Harwood', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(34999, 'Hawk Point', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(35000, 'Hayti', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(35001, 'Hayti Heights', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:33', 1), +(35002, 'Hayward', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35003, 'Haywood City', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35004, 'Hazelwood', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35005, 'Henrietta', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35006, 'Herculaneum', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35007, 'Hermann', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35008, 'Hermitage', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35009, 'Higbee', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35010, 'Higginsville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35011, 'High Hill', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35012, 'Highlandville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35013, 'High Ridge', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35014, 'Hillsboro', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35015, 'Hillsdale', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35016, 'Hoberg', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35017, 'Holcomb', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35018, 'Holden', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35019, 'Holland', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35020, 'Holliday', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35021, 'Hollister', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35022, 'Holt', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35023, 'Holts Summit', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35024, 'Homestead', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35025, 'Homestown', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35026, 'Hopkins', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35027, 'Horine', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35028, 'Hornersville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35029, 'Houston', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35030, 'Houstonia', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35031, 'Houston Lake', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35032, 'Howardville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35033, 'Hughesville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35034, 'Humansville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35035, 'Hume', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35036, 'Humphreys', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35037, 'Hunnewell', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35038, 'Huntleigh', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35039, 'Huntsville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35040, 'Hurdland', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35041, 'Hurley', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35042, 'Iatan', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35043, 'Iberia', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35044, 'Imperial', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35045, 'Independence', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35046, 'Indian Point', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35047, 'Innsbrook', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35048, 'Ionia', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35049, 'Irena', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35050, 'Irondale', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35051, 'Iron Mountain Lake', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35052, 'Ironton', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35053, 'Jackson', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35054, 'Jacksonville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35055, 'Jameson', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35056, 'Jamesport', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35057, 'Jamestown', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35058, 'Jasper', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35059, 'Jefferson City', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35060, 'Jennings', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35061, 'Jerico Springs', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35062, 'Jonesburg', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35063, 'Joplin', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35064, 'Josephville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35065, 'Junction City', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35066, 'Kahoka', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35067, 'Kansas City', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35068, 'Kearney', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35069, 'Kelso', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35070, 'Kennett', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35071, 'Keytesville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35072, 'Kidder', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35073, 'Kimberling City', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35074, 'Kimmswick', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35075, 'King City', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35076, 'Kingdom City', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35077, 'Kingston', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35078, 'Kingsville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35079, 'Kinloch', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35080, 'Kirksville', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35081, 'Kirkwood', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35082, 'Knob Noster', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35083, 'Knox City', 3854, 233, '2019-01-25 03:00:27', '2019-01-25 03:04:34', 1), +(35084, 'Koshkonong', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35085, 'La Belle', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35086, 'Laclede', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35087, 'Laddonia', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35088, 'La Due', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35089, 'Ladue', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35090, 'La Grange', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35091, 'Lake Annette', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35092, 'Lake Lafayette', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35093, 'Lake Lotawana', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35094, 'Lake Mykee Town', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35095, 'Lake Ozark', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35096, 'Lake St. Louis', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35097, 'Lakeshire', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35098, 'Lakeside', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35099, 'Lake Tapawingo', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35100, 'Lake Waukomis', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35101, 'Lake Winnebago', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35102, 'Lamar', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35103, 'Lamar Heights', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35104, 'Lambert', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35105, 'La Monte', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35106, 'Lanagan', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35107, 'Lancaster', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35108, 'La Plata', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35109, 'Laredo', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35110, 'La Russell', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35111, 'Lathrop', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35112, 'La Tour', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35113, 'Laurie', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35114, 'Lawson', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35115, 'Leadington', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35116, 'Leadwood', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35117, 'Leasburg', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35118, 'Leawood', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35119, 'Lebanon', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35120, 'Lee S Summit', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35121, 'Leeton', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35122, 'Lemay', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35123, 'Leonard', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35124, 'Leslie', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35125, 'Levasy', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35126, 'Lewis And Clark Village', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:34', 1), +(35127, 'Lewistown', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35128, 'Lexington', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35129, 'Liberal', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35130, 'Liberty', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35131, 'Licking', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35132, 'Lilbourn', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35133, 'Lincoln', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35134, 'Linn', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35135, 'Linn Creek', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35136, 'Linneus', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35137, 'Lithium', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35138, 'Livonia', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35139, 'Lock Springs', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35140, 'Lockwood', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35141, 'Lohman', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35142, 'Loma Linda', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35143, 'Lone Jack', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35144, 'Longtown', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35145, 'Louisburg', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35146, 'Louisiana', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35147, 'Lowry City', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35148, 'Lucerne', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35149, 'Ludlow', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35150, 'Lupus', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35151, 'Luray', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35152, 'Mcbaine', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35153, 'Mccord Bend', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35154, 'Mcfall', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35155, 'Mackenzie', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35156, 'Mckittrick', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35157, 'Macks Creek', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35158, 'Macon', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35159, 'Madison', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35160, 'Maitland', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35161, 'Malden', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35162, 'Malta Bend', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35163, 'Manchester', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35164, 'Mansfield', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35165, 'Maplewood', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35166, 'Marble Hill', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35167, 'Marceline', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35168, 'Marionville', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35169, 'Marlborough', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35170, 'Marquand', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35171, 'Marshall', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35172, 'Marshfield', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35173, 'Marston', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35174, 'Marthasville', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35175, 'Martinsburg', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35176, 'Maryland Heights', 3854, 233, '2019-01-25 03:00:28', '2019-01-25 03:04:35', 1), +(35177, 'Maryville', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35178, 'Matthews', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35179, 'Maysville', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35180, 'Mayview', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35181, 'Meadville', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35182, 'Mehlville', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35183, 'Memphis', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35184, 'Mendon', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35185, 'Mercer', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35186, 'Merriam Woods', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35187, 'Merwin', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35188, 'Meta', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35189, 'Metz', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35190, 'Mexico', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35191, 'Miami', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35192, 'Middletown', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35193, 'Milan', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35194, 'Milford', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35195, 'Millard', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35196, 'Miller', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35197, 'Mill Spring', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35198, 'Milo', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35199, 'Mindenmines', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35200, 'Miner', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35201, 'Mineral Point', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35202, 'Miramiguoa Park', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35203, 'Missouri City', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35204, 'Moberly', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35205, 'Mokane', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35206, 'Moline Acres', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35207, 'Monett', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35208, 'Monroe City', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35209, 'Montgomery City', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35210, 'Monticello', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35211, 'Montrose', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35212, 'Mooresville', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35213, 'Morehouse', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35214, 'Morley', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35215, 'Morrison', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35216, 'Morrisville', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35217, 'Mosby', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35218, 'Moscow Mills', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35219, 'Mound City', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35220, 'Moundville', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35221, 'Mountain Grove', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35222, 'Mountain View', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35223, 'Mount Leonard', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35224, 'Mount Moriah', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35225, 'Mount Vernon', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35226, 'Murphy', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35227, 'Napoleon', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35228, 'Naylor', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35229, 'Neck City', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35230, 'Neelyville', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35231, 'Nelson', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35232, 'Neosho', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35233, 'Nevada', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35234, 'Newark', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35235, 'New Bloomfield', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35236, 'Newburg', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35237, 'New Cambria', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35238, 'New Florence', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35239, 'New Franklin', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35240, 'New Hampton', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35241, 'New Haven', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35242, 'New London', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35243, 'New Madrid', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35244, 'New Melle', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35245, 'Newtonia', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35246, 'Newtown', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35247, 'Niangua', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35248, 'Nixa', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35249, 'Noel', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35250, 'Norborne', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35251, 'Normandy', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35252, 'North Kansas City', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35253, 'North Lilbourn', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35254, 'Northmoor', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35255, 'North Wardell', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35256, 'Northwoods', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35257, 'Norwood', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35258, 'Norwood Court', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35259, 'Novelty', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35260, 'Novinger', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35261, 'Oak Grove', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35262, 'Oakland', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35263, 'Oak Ridge', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35264, 'Oaks', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35265, 'Oakview', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35266, 'Oakville', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35267, 'Oakwood', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35268, 'Oakwood Park', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35269, 'Odessa', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35270, 'O Fallon', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35271, 'Old Appleton', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35272, 'Old Monroe', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35273, 'Olean', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35274, 'Olivette', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35275, 'Olympian Village', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35276, 'Oran', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35277, 'Oregon', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35278, 'Oronogo', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35279, 'Orrick', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35280, 'Osage Beach', 3854, 233, '2019-01-25 03:00:29', '2019-01-25 03:04:35', 1), +(35281, 'Osborn', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:35', 1), +(35282, 'Osceola', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:35', 1), +(35283, 'Osgood', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:35', 1), +(35284, 'Otterville', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:35', 1), +(35285, 'Overland', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:35', 1), +(35286, 'Owensville', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:35', 1), +(35287, 'Ozark', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:35', 1), +(35288, 'Pacific', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:35', 1), +(35289, 'Pagedale', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:35', 1), +(35290, 'Palmyra', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:35', 1), +(35291, 'Paris', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:35', 1), +(35292, 'Parkdale', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35293, 'Park Hills', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35294, 'Parkville', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35295, 'Parkway', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35296, 'Parma', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35297, 'Parnell', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35298, 'Pasadena Hills', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35299, 'Pasadena Park', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35300, 'Pascola', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35301, 'Passaic', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35302, 'Pattonsburg', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35303, 'Paynesville', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35304, 'Peculiar', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35305, 'Penermon', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35306, 'Perry', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35307, 'Perryville', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35308, 'Pevely', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35309, 'Phillipsburg', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35310, 'Pickering', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35311, 'Piedmont', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35312, 'Pierce City', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35313, 'Pilot Grove', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35314, 'Pilot Knob', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35315, 'Pine Lawn', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35316, 'Pineville', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35317, 'Pinhook', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35318, 'Platte City', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35319, 'Platte Woods', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35320, 'Plattsburg', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35321, 'Pleasant Hill', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35322, 'Pleasant Hope', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35323, 'Pleasant Valley', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35324, 'Pocahontas', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35325, 'Pollock', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35326, 'Polo', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35327, 'Poplar Bluff', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35328, 'Portage Des Sioux', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35329, 'Portageville', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35330, 'Potosi', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35331, 'Powersville', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35332, 'Prairie Home', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35333, 'Prathersville', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35334, 'Preston', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35335, 'Princeton', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35336, 'Purcell', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35337, 'Purdin', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35338, 'Purdy', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35339, 'Puxico', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35340, 'Queen City', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35341, 'Quitman', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35342, 'Qulin', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35343, 'Randolph', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35344, 'Ravenwood', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35345, 'Raymondville', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35346, 'Raymore', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35347, 'Raytown', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35348, 'Rayville', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35349, 'Rea', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35350, 'Redings Mill', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35351, 'Reeds', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35352, 'Reeds Spring', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35353, 'Renick', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35354, 'Rensselaer', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35355, 'Republic', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35356, 'Revere', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35357, 'Rhineland', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35358, 'Richards', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35359, 'Rich Hill', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35360, 'Richland', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35361, 'Richmond', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35362, 'Richmond Heights', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35363, 'Ridgely', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35364, 'Ridgeway', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35365, 'Risco', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35366, 'Ritchey', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35367, 'River Bend', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35368, 'Riverside', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35369, 'Riverview', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35370, 'Rives', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35371, 'Rocheport', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35372, 'Rockaway Beach', 3854, 233, '2019-01-25 03:00:30', '2019-01-25 03:04:36', 1), +(35373, 'Rock Hill', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35374, 'Rock Port', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35375, 'Rockville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35376, 'Rogersville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35377, 'Rolla', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35378, 'Roscoe', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35379, 'Rosebud', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35380, 'Rosendale', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35381, 'Rothville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35382, 'Rush Hill', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35383, 'Rushville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35384, 'Russellville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35385, 'Rutledge', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35386, 'Saginaw', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35387, 'St. Ann', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35388, 'St. Charles', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35389, 'St. Clair', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35390, 'St. Cloud', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35391, 'Ste. Genevieve', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35392, 'St. Elizabeth', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35393, 'St. George', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35394, 'St. James', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35395, 'St. John', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(35396, 'St. Joseph', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35397, 'St. Louis', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35398, 'St. Martins', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35399, 'St. Mary', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35400, 'St. Paul', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35401, 'St. Peters', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35402, 'St. Robert', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35403, 'St. Thomas', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35404, 'Salem', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35405, 'Salisbury', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35406, 'Sappington', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35407, 'Sarcoxie', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35408, 'Savannah', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35409, 'Schell City', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35410, 'Scotsdale', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35411, 'Scott City', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35412, 'Sedalia', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35413, 'Sedgewickville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35414, 'Seligman', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35415, 'Senath', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35416, 'Seneca', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35417, 'Seymour', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35418, 'Shelbina', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35419, 'Shelbyville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35420, 'Sheldon', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35421, 'Shell Knob', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35422, 'Sheridan', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35423, 'Shoal Creek Drive', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35424, 'Shoal Creek Estates', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35425, 'Shrewsbury', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35426, 'Sibley', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35427, 'Sikeston', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35428, 'Silex', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35429, 'Silver Creek', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35430, 'Skidmore', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35431, 'Slater', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35432, 'Smithton', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35433, 'Smithville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35434, 'South Gifford', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35435, 'South Gorin', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35436, 'South Greenfield', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35437, 'South Lineville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35438, 'South West City', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35439, 'Spanish Lake', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35440, 'Sparta', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35441, 'Spickard', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35442, 'Spokane', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35443, 'Springfield', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35444, 'Stanberry', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35445, 'Stark City', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35446, 'Steele', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35447, 'Steelville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35448, 'Stella', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35449, 'Stewartsville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35450, 'Stockton', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35451, 'Stotesbury', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35452, 'Stotts City', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35453, 'Stoutland', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35454, 'Stoutsville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35455, 'Stover', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35456, 'Strafford', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35457, 'Strasburg', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35458, 'Sturgeon', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:36', 1), +(35459, 'Sugar Creek', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:37', 1), +(35460, 'Sullivan', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:37', 1), +(35461, 'Summersville', 3854, 233, '2019-01-25 03:00:31', '2019-01-25 03:04:37', 1), +(35462, 'Sumner', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35463, 'Sundown', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35464, 'Sunrise Beach', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35465, 'Sunset Hills', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35466, 'Sweet Springs', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35467, 'Sycamore Hills', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35468, 'Syracuse', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35469, 'Table Rock', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35470, 'Tallapoosa', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35471, 'Taneyville', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35472, 'Taos', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35473, 'Tarkio', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35474, 'Tarrants', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35475, 'Thayer', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35476, 'Theodosia', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35477, 'Tightwad', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35478, 'Tina', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35479, 'Tindall', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35480, 'Tipton', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35481, 'Town And Country', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35482, 'Tracy', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35483, 'Trenton', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35484, 'Trimble', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35485, 'Triplett', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35486, 'Troy', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35487, 'Truesdale', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35488, 'Truxton', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35489, 'Turney', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35490, 'Tuscumbia', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35491, 'Twin Bridges', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35492, 'Twin Oaks', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35493, 'Umber View Heights', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35494, 'Union', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35495, 'Union Star', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35496, 'Unionville', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35497, 'Unity Village', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35498, 'University City', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35499, 'Uplands Park', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35500, 'Urbana', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35501, 'Urich', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35502, 'Utica', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35503, 'Valley Park', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35504, 'Van Buren', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35505, 'Vandalia', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35506, 'Vandiver', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35507, 'Vanduser', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35508, 'Velda City', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35509, 'Velda Village Hills', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35510, 'Verona', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35511, 'Versailles', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35512, 'Viburnum', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35513, 'Vienna', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35514, 'Village Of Four Seasons', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35515, 'Villa Ridge', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35516, 'Vinita Park', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35517, 'Vinita Terrace', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35518, 'Vista', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35519, 'Waco', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35520, 'Walker', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35521, 'Walnut Grove', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35522, 'Wardell', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35523, 'Wardsville', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35524, 'Warrensburg', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35525, 'Warrenton', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35526, 'Warsaw', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35527, 'Warson Woods', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35528, 'Washburn', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35529, 'Washington', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35530, 'Watson', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35531, 'Waverly', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35532, 'Wayland', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35533, 'Waynesville', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35534, 'Weatherby', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35535, 'Weatherby Lake', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35536, 'Weaubleau', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35537, 'Webb City', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35538, 'Webster Groves', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35539, 'Weldon Spring', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35540, 'Weldon Spring Heights', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35541, 'Wellington', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35542, 'Wellston', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35543, 'Wellsville', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35544, 'Wentworth', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35545, 'Wentzville', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35546, 'West Alton', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35547, 'Westboro', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35548, 'West Line', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35549, 'Weston', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35550, 'Westphalia', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35551, 'West Plains', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35552, 'Westwood', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35553, 'Wheatland', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35554, 'Wheaton', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35555, 'Wheeling', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35556, 'Whiteman Afb', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35557, 'Whiteside', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35558, 'Whitewater', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35559, 'Wilbur Park', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35560, 'Wildwood', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35561, 'Willard', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35562, 'Williamsville', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35563, 'Willow Springs', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35564, 'Wilson City', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35565, 'Winchester', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35566, 'Windsor', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35567, 'Winfield', 3854, 233, '2019-01-25 03:00:32', '2019-01-25 03:04:37', 1), +(35568, 'Winona', 3854, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35569, 'Winston', 3854, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35570, 'Woods Heights', 3854, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35571, 'Woodson Terrace', 3854, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35572, 'Wooldridge', 3854, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35573, 'Worth', 3854, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35574, 'Worthington', 3854, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35575, 'Wright City', 3854, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35576, 'Wyaconda', 3854, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35577, 'Wyatt', 3854, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35578, 'Zalma', 3854, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35579, 'Absarokee', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35580, 'Agency', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35581, 'Alberton', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35582, 'Alder', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35583, 'Amsterdam-churchill', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35584, 'Anaconda-deer Lodge', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35585, 'Antelope', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35586, 'Arlee', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35587, 'Ashland', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35588, 'Augusta', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35589, 'Avon', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35590, 'Azure', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35591, 'Bainville', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35592, 'Baker', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35593, 'Ballantine', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35594, 'Basin', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35595, 'Bearcreek', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35596, 'Beaver Creek', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35597, 'Belfry', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35598, 'Belgrade', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35599, 'Belt', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35600, 'Big Arm', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35601, 'Bigfork', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35602, 'Big Sandy', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35603, 'Big Sky', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35604, 'Big Timber', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35605, 'Billings', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35606, 'Birney', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35607, 'Black Eagle', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35608, 'Boneau', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35609, 'Bonner-west Riverside', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35610, 'Boulder', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35611, 'Box Elder', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35612, 'Bozeman', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35613, 'Bridger', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35614, 'Broadus', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35615, 'Broadview', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35616, 'Brockton', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35617, 'Browning', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35618, 'Busby', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35619, 'Butte-silver Bow', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35620, 'Camp Three', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35621, 'Cardwell', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35622, 'Carter', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35623, 'Cascade', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35624, 'Charlo', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35625, 'Chester', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35626, 'Chinook', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35627, 'Choteau', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35628, 'Circle', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35629, 'Clancy', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35630, 'Clinton', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:37', 1), +(35631, 'Clyde Park', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35632, 'Colstrip', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35633, 'Columbia Falls', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35634, 'Columbus', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35635, 'Conrad', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35636, 'Cooke City-silver Gate', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35637, 'Coram', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35638, 'Corvallis', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35639, 'Crow Agency', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35640, 'Culbertson', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35641, 'Custer', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35642, 'Cut Bank', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35643, 'Darby', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35644, 'Dayton', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35645, 'De Borgia', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35646, 'Deer Lodge', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35647, 'Denton', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35648, 'Dillon', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35649, 'Dixon', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35650, 'Dodson', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35651, 'Drummond', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35652, 'Dutton', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35653, 'East Glacier Park Village', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35654, 'East Helena', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35655, 'East Missoula', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35656, 'Ekalaka', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35657, 'Elliston', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35658, 'Elmo', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35659, 'Ennis', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35660, 'Eureka', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35661, 'Evaro', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35662, 'Evergreen', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35663, 'Fairfield', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35664, 'Fairview', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35665, 'Fallon', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35666, 'Finley Point', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35667, 'Flaxville', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35668, 'Florence', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35669, 'Forsyth', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35670, 'Fort Belknap Agency', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35671, 'Fort Benton', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35672, 'Fortine', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35673, 'Fort Peck', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35674, 'Fort Shaw', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35675, 'Fort Smith', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35676, 'Four Corners', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35677, 'Fox Lake', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35678, 'Frazer', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35679, 'Frenchtown', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35680, 'Froid', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35681, 'Fromberg', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35682, 'Gardiner', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35683, 'Garrison', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35684, 'Geraldine', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35685, 'Gildford', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35686, 'Glasgow', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35687, 'Glendive', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35688, 'Grass Range', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35689, 'Great Falls', 3855, 233, '2019-01-25 03:00:33', '2019-01-25 03:04:38', 1), +(35690, 'Greycliff', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35691, 'Hamilton', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35692, 'Hardin', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35693, 'Harlem', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35694, 'Harlowton', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35695, 'Harrison', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35696, 'Havre', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35697, 'Havre North', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35698, 'Hays', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35699, 'Heart Butte', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35700, 'Helena', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35701, 'Helena Valley Northeast', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35702, 'Helena Valley Northwest', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35703, 'Helena Valley Southeast', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35704, 'Helena Valley West Central', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35705, 'Helena West Side', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35706, 'Heron', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35707, 'Herron', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35708, 'Highwood', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35709, 'Hingham', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35710, 'Hobson', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35711, 'Hot Springs', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35712, 'Hungry Horse', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35713, 'Huntley', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35714, 'Hysham', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35715, 'Inverness', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35716, 'Ismay', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35717, 'Jefferson City', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35718, 'Jette', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35719, 'Joliet', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35720, 'Joplin', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35721, 'Jordan', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35722, 'Judith Gap', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35723, 'Kalispell', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35724, 'Kerr', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35725, 'Kevin', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35726, 'Kicking Horse', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35727, 'Kings Point', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35728, 'Klein', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35729, 'Knife River', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35730, 'Kremlin', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35731, 'Lakeside', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35732, 'Lame Deer', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35733, 'Laurel', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35734, 'Lavina', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35735, 'Lewistown', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35736, 'Lewistown Heights', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35737, 'Libby', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35738, 'Lima', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35739, 'Lincoln', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35740, 'Livingston', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35741, 'Lockwood', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35742, 'Lodge Grass', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35743, 'Lodge Pole', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35744, 'Lolo', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35745, 'Loma', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35746, 'Lonepine', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35747, 'Malmstrom Afb', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35748, 'Malta', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35749, 'Manhattan', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35750, 'Martin City', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35751, 'Medicine Lake', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35752, 'Melstone', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35753, 'Miles City', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35754, 'Missoula', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35755, 'Montana City', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35756, 'Moore', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35757, 'Muddy', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35758, 'Musselshell', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35759, 'Nashua', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35760, 'Neihart', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35761, 'Niarada', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35762, 'North Browning', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35763, 'Noxon', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35764, 'Old Agency', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35765, 'Opheim', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35766, 'Orchard Homes', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35767, 'Outlook', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35768, 'Ovando', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35769, 'Pablo', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35770, 'Paradise', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35771, 'Park City', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35772, 'Parker School', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35773, 'Philipsburg', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35774, 'Pinesdale', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35775, 'Plains', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35776, 'Plentywood', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35777, 'Plevna', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35778, 'Polson', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35779, 'Poplar', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35780, 'Power', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35781, 'Pryor', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35782, 'Radersburg', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35783, 'Ravalli', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35784, 'Red Lodge', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35785, 'Reed Point', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35786, 'Reserve', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35787, 'Rexford', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35788, 'Richey', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35789, 'Riverbend', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35790, 'Rocky Point', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35791, 'Rollins', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35792, 'Ronan', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35793, 'Roundup', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35794, 'Rudyard', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35795, 'Ryegate', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35796, 'Saco', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:38', 1), +(35797, 'Saddle Butte', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:39', 1), +(35798, 'St. Ignatius', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:39', 1), +(35799, 'St. Marie', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:39', 1), +(35800, 'St. Pierre', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:39', 1), +(35801, 'St. Regis', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:39', 1), +(35802, 'St. Xavier', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:39', 1), +(35803, 'Sangrey', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:39', 1), +(35804, 'Scobey', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:39', 1), +(35805, 'Seeley Lake', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:39', 1), +(35806, 'Shelby', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:39', 1), +(35807, 'Shepherd', 3855, 233, '2019-01-25 03:00:34', '2019-01-25 03:04:39', 1), +(35808, 'Sheridan', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35809, 'Sidney', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35810, 'Simms', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35811, 'Somers', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35812, 'South Browning', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35813, 'Stanford', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35814, 'Starr School', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35815, 'Stevensville', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35816, 'Sunburst', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35817, 'Sun Prairie', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35818, 'Sun River', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35819, 'Superior', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35820, 'Terry', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35821, 'Thompson Falls', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35822, 'Three Forks', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35823, 'Toston', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35824, 'Townsend', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35825, 'Trout Creek', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35826, 'Troy', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35827, 'Turtle Lake', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35828, 'Twin Bridges', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35829, 'Ulm', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35830, 'Valier', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35831, 'Vaughn', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35832, 'Victor', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35833, 'Virginia City', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35834, 'Walkerville', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35835, 'Westby', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35836, 'West Glendive', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35837, 'West Havre', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35838, 'West Yellowstone', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35839, 'Whitefish', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35840, 'Whitehall', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35841, 'White Sulphur Springs', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35842, 'Wibaux', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35843, 'Willow Creek', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35844, 'Wilsall', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35845, 'Winifred', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35846, 'Winnett', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35847, 'Winston', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35848, 'Wisdom', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35849, 'Wolf Point', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35850, 'Woods Bay', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35851, 'Worden', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35852, 'Wye', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35853, 'Wyola', 3855, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35854, 'Abie', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35855, 'Adams', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35856, 'Ainsworth', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35857, 'Albion', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35858, 'Alda', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35859, 'Alexandria', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35860, 'Allen', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35861, 'Alliance', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35862, 'Alma', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35863, 'Alvo', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35864, 'Amherst', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35865, 'Anoka', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35866, 'Anselmo', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35867, 'Ansley', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35868, 'Arapahoe', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35869, 'Arcadia', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35870, 'Arlington', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35871, 'Arnold', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35872, 'Arthur', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35873, 'Ashland', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35874, 'Ashton', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35875, 'Atkinson', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35876, 'Atlanta', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35877, 'Auburn', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35878, 'Aurora', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35879, 'Avoca', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35880, 'Axtell', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35881, 'Ayr', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35882, 'Bancroft', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35883, 'Barada', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35884, 'Barneston', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35885, 'Bartlett', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35886, 'Bartley', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35887, 'Bassett', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35888, 'Battle Creek', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35889, 'Bayard', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35890, 'Bazile Mills', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35891, 'Beatrice', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35892, 'Beaver City', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35893, 'Beaver Crossing', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35894, 'Bee', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35895, 'Beemer', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35896, 'Belden', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35897, 'Belgrade', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35898, 'Bellevue', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35899, 'Bellwood', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35900, 'Belvidere', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35901, 'Benedict', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35902, 'Benkelman', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35903, 'Bennet', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35904, 'Bennington', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35905, 'Bertrand', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35906, 'Berwyn', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35907, 'Big Springs', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35908, 'Bladen', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35909, 'Blair', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35910, 'Bloomfield', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35911, 'Bloomington', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35912, 'Blue Hill', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35913, 'Blue Springs', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35914, 'Boys Town', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35915, 'Bradshaw', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35916, 'Brady', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35917, 'Brainard', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35918, 'Brewster', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35919, 'Bridgeport', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35920, 'Bristow', 3856, 233, '2019-01-25 03:00:35', '2019-01-25 03:04:39', 1), +(35921, 'Broadwater', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35922, 'Brock', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35923, 'Broken Bow', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35924, 'Brownville', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35925, 'Brule', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35926, 'Bruning', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35927, 'Bruno', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35928, 'Brunswick', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35929, 'Burchard', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35930, 'Burr', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35931, 'Burton', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35932, 'Burwell', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35933, 'Bushnell', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35934, 'Butte', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35935, 'Byron', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35936, 'Cairo', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35937, 'Callaway', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35938, 'Cambridge', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35939, 'Campbell', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35940, 'Carleton', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35941, 'Carroll', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35942, 'Cedar Bluffs', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35943, 'Cedar Creek', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35944, 'Cedar Rapids', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35945, 'Center', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35946, 'Central City', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35947, 'Ceresco', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35948, 'Chadron', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35949, 'Chalco', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35950, 'Chambers', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35951, 'Chapman', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35952, 'Chappell', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35953, 'Chester', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35954, 'Cisco', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35955, 'Clarks', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35956, 'Clarkson', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35957, 'Clatonia', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35958, 'Clay Center', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35959, 'Clearwater', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35960, 'Clinton', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35961, 'Cody', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35962, 'Coleridge', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35963, 'Colon', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35964, 'Columbus', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35965, 'Comstock', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35966, 'Concord', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35967, 'Cook', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35968, 'Cordova', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35969, 'Cornlea', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35970, 'Cortland', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35971, 'Cotesfield', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35972, 'Cowles', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35973, 'Cozad', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35974, 'Crab Orchard', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35975, 'Craig', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35976, 'Crawford', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35977, 'Creighton', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:39', 1), +(35978, 'Creston', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35979, 'Crete', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35980, 'Crofton', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35981, 'Crookston', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35982, 'Culbertson', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35983, 'Curtis', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35984, 'Cushing', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35985, 'Dakota City', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35986, 'Dalton', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35987, 'Danbury', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35988, 'Dannebrog', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35989, 'Davenport', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35990, 'Davey', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35991, 'David City', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35992, 'Dawson', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35993, 'Daykin', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35994, 'Decatur', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35995, 'Denton', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35996, 'Deshler', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35997, 'Deweese', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35998, 'De Witt', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(35999, 'Diller', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36000, 'Dix', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36001, 'Dixon', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36002, 'Dodge', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36003, 'Doniphan', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36004, 'Dorchester', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36005, 'Douglas', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36006, 'Du Bois', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36007, 'Dunbar', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36008, 'Duncan', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36009, 'Dunning', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36010, 'Dwight', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36011, 'Eagle', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36012, 'Eddyville', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36013, 'Edgar', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36014, 'Edison', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36015, 'Elba', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36016, 'Elgin', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36017, 'Elk Creek', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36018, 'Elkhorn', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36019, 'Elm Creek', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36020, 'Elmwood', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36021, 'Elsie', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36022, 'Elwood', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(36023, 'Elyria', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36024, 'Emerson', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36025, 'Emmet', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36026, 'Endicott', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36027, 'Ericson', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36028, 'Eustis', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36029, 'Ewing', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36030, 'Exeter', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36031, 'Fairbury', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36032, 'Fairfield', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36033, 'Fairmont', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36034, 'Falls City', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36035, 'Farnam', 3856, 233, '2019-01-25 03:00:36', '2019-01-25 03:04:40', 1), +(36036, 'Farwell', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36037, 'Filley', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36038, 'Firth', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36039, 'Fordyce', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36040, 'Fort Calhoun', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36041, 'Foster', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36042, 'Franklin', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36043, 'Fremont', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36044, 'Friend', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36045, 'Fullerton', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36046, 'Funk', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36047, 'Gandy', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36048, 'Garland', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36049, 'Garrison', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36050, 'Geneva', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36051, 'Genoa', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36052, 'Gering', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36053, 'Gibbon', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36054, 'Gilead', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36055, 'Giltner', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36056, 'Glenvil', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36057, 'Goehner', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36058, 'Gordon', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36059, 'Gothenburg', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36060, 'Grafton', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36061, 'Grand Island', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36062, 'Grant', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36063, 'Greeley Center', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36064, 'Greenwood', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36065, 'Gresham', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36066, 'Gretna', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36067, 'Gross', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36068, 'Guide Rock', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36069, 'Gurley', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36070, 'Hadar', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36071, 'Haigler', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36072, 'Hallam', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36073, 'Halsey', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36074, 'Hamlet', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36075, 'Hampton', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36076, 'Harbine', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36077, 'Hardy', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36078, 'Harrisburg', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36079, 'Harrison', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36080, 'Hartington', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36081, 'Harvard', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36082, 'Hastings', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36083, 'Hayes Center', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36084, 'Hay Springs', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36085, 'Hazard', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36086, 'Heartwell', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36087, 'Hebron', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36088, 'Hemingford', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36089, 'Henderson', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36090, 'Hendley', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36091, 'Henry', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36092, 'Herman', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36093, 'Hershey', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36094, 'Hickman', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36095, 'Hildreth', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36096, 'Holbrook', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36097, 'Holdrege', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36098, 'Holstein', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36099, 'Homer', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36100, 'Hooper', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36101, 'Hordville', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36102, 'Hoskins', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36103, 'Howard City', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36104, 'Howells', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36105, 'Hubbard', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36106, 'Hubbell', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36107, 'Humboldt', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36108, 'Humphrey', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36109, 'Huntley', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36110, 'Hyannis', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36111, 'Imperial', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36112, 'Indianola', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36113, 'Inglewood', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36114, 'Inman', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36115, 'Ithaca', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36116, 'Jackson', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36117, 'Jansen', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36118, 'Johnson', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36119, 'Johnstown', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36120, 'Julian', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36121, 'Juniata', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36122, 'Kearney', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36123, 'Kenesaw', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36124, 'Kennard', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36125, 'Kilgore', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36126, 'Kimball', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36127, 'Lamar', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36128, 'Laurel', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36129, 'La Vista', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36130, 'Lawrence', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36131, 'Lebanon', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36132, 'Leigh', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36133, 'Leshara', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36134, 'Lewellen', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36135, 'Lewiston', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36136, 'Lexington', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36137, 'Liberty', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36138, 'Lincoln', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36139, 'Lindsay', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36140, 'Linwood', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36141, 'Litchfield', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36142, 'Lodgepole', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36143, 'Long Pine', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36144, 'Loomis', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36145, 'Lorton', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36146, 'Louisville', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36147, 'Loup City', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36148, 'Lushton', 3856, 233, '2019-01-25 03:00:37', '2019-01-25 03:04:40', 1), +(36149, 'Lyman', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:40', 1), +(36150, 'Lynch', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:40', 1), +(36151, 'Lyons', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:40', 1), +(36152, 'Mccook', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:40', 1), +(36153, 'Mccool Junction', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:40', 1), +(36154, 'Mcgrew', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:40', 1), +(36155, 'Mclean', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36156, 'Macy', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36157, 'Madison', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36158, 'Madrid', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36159, 'Magnet', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36160, 'Malcolm', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36161, 'Malmo', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36162, 'Manley', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36163, 'Marquette', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36164, 'Martinsburg', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36165, 'Maskell', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36166, 'Mason City', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36167, 'Maxwell', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36168, 'Maywood', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36169, 'Mead', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36170, 'Meadow Grove', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36171, 'Melbeta', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36172, 'Memphis', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36173, 'Merna', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36174, 'Merriman', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36175, 'Milford', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36176, 'Miller', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36177, 'Milligan', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36178, 'Minatare', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36179, 'Minden', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36180, 'Mitchell', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36181, 'Monowi', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36182, 'Monroe', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36183, 'Moorefield', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36184, 'Morrill', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36185, 'Morse Bluff', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36186, 'Mullen', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36187, 'Murdock', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36188, 'Murray', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36189, 'Naper', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36190, 'Naponee', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36191, 'Nebraska City', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36192, 'Nehawka', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36193, 'Neligh', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36194, 'Nelson', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36195, 'Nemaha', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36196, 'Nenzel', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36197, 'Newcastle', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36198, 'Newman Grove', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36199, 'Newport', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36200, 'Nickerson', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36201, 'Niobrara', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36202, 'Nora', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36203, 'Norfolk', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36204, 'Norman', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36205, 'North Bend', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36206, 'North Loup', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36207, 'North Platte', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36208, 'Oak', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36209, 'Oakdale', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36210, 'Oakland', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36211, 'Obert', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36212, 'Oconto', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36213, 'Octavia', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36214, 'Odell', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36215, 'Offutt Afb', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36216, 'Ogallala', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36217, 'Ohiowa', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36218, 'Omaha', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36219, 'O Neill', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36220, 'Ong', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36221, 'Orchard', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36222, 'Ord', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36223, 'Orleans', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36224, 'Osceola', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36225, 'Oshkosh', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36226, 'Osmond', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36227, 'Otoe', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36228, 'Overton', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36229, 'Oxford', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36230, 'Page', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36231, 'Palisade', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36232, 'Palmer', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36233, 'Palmyra', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36234, 'Panama', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36235, 'Papillion', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36236, 'Pawnee City', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36237, 'Paxton', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36238, 'Pender', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36239, 'Peru', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36240, 'Petersburg', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36241, 'Phillips', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36242, 'Pickrell', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36243, 'Pierce', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36244, 'Pilger', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36245, 'Pine Ridge', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36246, 'Plainview', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36247, 'Platte Center', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36248, 'Plattsmouth', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36249, 'Pleasant Dale', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36250, 'Pleasanton', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36251, 'Plymouth', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36252, 'Polk', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36253, 'Ponca', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36254, 'Potter', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36255, 'Prague', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36256, 'Preston', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36257, 'Primrose', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36258, 'Prosser', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36259, 'Ragan', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36260, 'Ralston', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36261, 'Randolph', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36262, 'Ravenna', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36263, 'Raymond', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36264, 'Red Cloud', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36265, 'Republican City', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36266, 'Reynolds', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36267, 'Richland', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36268, 'Rising City', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36269, 'Riverdale', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36270, 'Riverton', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36271, 'Roca', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36272, 'Rockville', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36273, 'Rogers', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36274, 'Rosalie', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36275, 'Roseland', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36276, 'Royal', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36277, 'Rulo', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36278, 'Rushville', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36279, 'Ruskin', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36280, 'St. Edward', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36281, 'St. Helena', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36282, 'St. Paul', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36283, 'Salem', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36284, 'Santee', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36285, 'Sargent', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36286, 'Saronville', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36287, 'Schuyler', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36288, 'Scotia', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36289, 'Scottsbluff', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36290, 'Scribner', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36291, 'Seneca', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36292, 'Seward', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36293, 'Shelby', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36294, 'Shelton', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36295, 'Shickley', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36296, 'Sholes', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36297, 'Shubert', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36298, 'Sidney', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36299, 'Silver Creek', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36300, 'Smithfield', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36301, 'Snyder', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36302, 'South Bend', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36303, 'South Sioux City', 3856, 233, '2019-01-25 03:00:38', '2019-01-25 03:04:41', 1), +(36304, 'Spalding', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36305, 'Spencer', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36306, 'Sprague', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36307, 'Springfield', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36308, 'Springview', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36309, 'Stamford', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36310, 'Stanton', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36311, 'Staplehurst', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36312, 'Stapleton', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36313, 'Steele City', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36314, 'Steinauer', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36315, 'Stella', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36316, 'Sterling', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36317, 'Stockham', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36318, 'Stockville', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36319, 'Strang', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36320, 'Stratton', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36321, 'Stromsburg', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36322, 'Stuart', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36323, 'Sumner', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36324, 'Superior', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:41', 1), +(36325, 'Surprise', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36326, 'Sutherland', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36327, 'Sutton', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36328, 'Swanton', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36329, 'Syracuse', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36330, 'Table Rock', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36331, 'Talmage', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36332, 'Tarnov', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36333, 'Taylor', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36334, 'Tecumseh', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36335, 'Tekamah', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36336, 'Terrytown', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36337, 'Thayer', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36338, 'Thedford', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36339, 'Thurston', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36340, 'Tilden', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36341, 'Tobias', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36342, 'Trenton', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36343, 'Trumbull', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36344, 'Uehling', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36345, 'Ulysses', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36346, 'Unadilla', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36347, 'Union', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36348, 'Upland', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36349, 'Utica', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36350, 'Valentine', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36351, 'Valley', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36352, 'Valparaiso', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36353, 'Venango', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36354, 'Verdel', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36355, 'Verdigre', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36356, 'Verdon', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36357, 'Virginia', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36358, 'Waco', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36359, 'Wahoo', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36360, 'Wakefield', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36361, 'Wallace', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36362, 'Walthill', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36363, 'Washington', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36364, 'Waterbury', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36365, 'Waterloo', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36366, 'Wauneta', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36367, 'Wausa', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36368, 'Waverly', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36369, 'Wayne', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36370, 'Weeping Water', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36371, 'Wellfleet', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36372, 'Western', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36373, 'Weston', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36374, 'West Point', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36375, 'Whitney', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36376, 'Wilber', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36377, 'Wilcox', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36378, 'Wilsonville', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36379, 'Winnebago', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36380, 'Winnetoon', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36381, 'Winside', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36382, 'Winslow', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36383, 'Wisner', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36384, 'Wolbach', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36385, 'Wood Lake', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36386, 'Wood River', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36387, 'Wymore', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36388, 'Wynot', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36389, 'York', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36390, 'Yutan', 3856, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36391, 'Battle Mountain', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36392, 'Beatty', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36393, 'Blue Diamond', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36394, 'Boulder City', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36395, 'Bunkerville', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36396, 'Caliente', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36397, 'Cal-nev-ari', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36398, 'Carlin', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36399, 'Carson', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36400, 'Cold Springs', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36401, 'Dayton', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36402, 'Elko', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36403, 'Ely', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36404, 'Enterprise', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36405, 'Fallon', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36406, 'Fallon Station', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36407, 'Fernley', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36408, 'Gabbs', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36409, 'Gardnerville', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36410, 'Gardnerville Ranchos', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36411, 'Gerlach-empire', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36412, 'Goodsprings', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36413, 'Hawthorne', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36414, 'Henderson', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36415, 'Incline Village-crystal Bay', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36416, 'Indian Hills', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36417, 'Indian Springs', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36418, 'Johnson Lane', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36419, 'Kingsbury', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36420, 'Las Vegas', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36421, 'Laughlin', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36422, 'Lemmon Valley-golden Valley', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36423, 'Lovelock', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36424, 'Mcdermitt', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36425, 'Mcgill', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36426, 'Mesquite', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36427, 'Minden', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36428, 'Moapa Town', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36429, 'Moapa Valley', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36430, 'Mount Charleston', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36431, 'Nellis Afb', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36432, 'Nixon', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36433, 'North Las Vegas', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36434, 'Owyhee', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36435, 'Pahrump', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36436, 'Paradise', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36437, 'Reno', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36438, 'Sandy Valley', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36439, 'Schurz', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36440, 'Searchlight', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36441, 'Silver Springs', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36442, 'Smith Valley', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36443, 'Spanish Springs', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36444, 'Sparks', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36445, 'Spring Creek', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36446, 'Spring Valley', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36447, 'Stateline', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36448, 'Summerlin South', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36449, 'Sunrise Manor', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36450, 'Sun Valley', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36451, 'Sutcliffe', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36452, 'Tonopah', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36453, 'Verdi-mogul', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36454, 'Wadsworth', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36455, 'Wells', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36456, 'West Wendover', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36457, 'Whitney', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36458, 'Winchester', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36459, 'Winnemucca', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36460, 'Yerington', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36461, 'Zephyr Cove-round Hill Village', 3857, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36462, 'Antrim', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36463, 'Berlin', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36464, 'Bristol', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36465, 'Charlestown', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36466, 'Claremont', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36467, 'Concord', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36468, 'Contoocook', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36469, 'Conway', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36470, 'Derry', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36471, 'Dover', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36472, 'Durham', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36473, 'East Merrimack', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36474, 'Enfield', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36475, 'Epping', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:42', 1), +(36476, 'Exeter', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36477, 'Farmington', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36478, 'Franklin', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36479, 'Gorham', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36480, 'Greenville', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36481, 'Groveton', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36482, 'Hampton', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36483, 'Hanover', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36484, 'Henniker', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36485, 'Hillsborough', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36486, 'Hinsdale', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36487, 'Hooksett', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36488, 'Hudson', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36489, 'Jaffrey', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36490, 'Keene', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36491, 'Laconia', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36492, 'Lancaster', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36493, 'Lebanon', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36494, 'Lisbon', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36495, 'Littleton', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36496, 'Londonderry', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36497, 'Manchester', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36498, 'Marlborough', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36499, 'Meredith', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36500, 'Milford', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36501, 'Nashua', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36502, 'Newmarket', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36503, 'Newport', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36504, 'North Conway', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36505, 'Peterborough', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36506, 'Pinardville', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36507, 'Pittsfield', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36508, 'Plymouth', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36509, 'Portsmouth', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36510, 'Raymond', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36511, 'Rochester', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36512, 'Somersworth', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36513, 'South Hooksett', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36514, 'Suncook', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36515, 'Tilton-northfield', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36516, 'West Swanzey', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36517, 'Whitefield', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36518, 'Wilton', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36519, 'Winchester', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36520, 'Wolfeboro', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36521, 'Woodsville', 3858, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36522, 'Absecon', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36523, 'Allamuchy-panther Valley', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36524, 'Allendale', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36525, 'Allenhurst', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36526, 'Allentown', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36527, 'Allenwood', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36528, 'Alloway', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36529, 'Alpha', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36530, 'Alpine', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36531, 'Andover', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36532, 'Annandale', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36533, 'Asbury Park', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36534, 'Ashland', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36535, 'Atlantic City', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36536, 'Atlantic Highlands', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36537, 'Audubon', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36538, 'Audubon Park', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36539, 'Avalon', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36540, 'Avenel', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36541, 'Avon-by-the-sea', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36542, 'Barclay-kingston', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36543, 'Barnegat', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36544, 'Barnegat Light', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36545, 'Barrington', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36546, 'Bay Head', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36547, 'Bayonne', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36548, 'Beach Haven', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36549, 'Beach Haven West', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36550, 'Beachwood', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36551, 'Beatyestown', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36552, 'Beckett', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36553, 'Belford', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36554, 'Belleville', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36555, 'Bellmawr', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36556, 'Belmar', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36557, 'Belvidere', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36558, 'Bergenfield', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36559, 'Berkeley Heights', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36560, 'Berlin', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36561, 'Bernardsville', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36562, 'Beverly', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36563, 'Blackwood', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36564, 'Bloomfield', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36565, 'Bloomingdale', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36566, 'Bloomsbury', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36567, 'Bogota', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36568, 'Boonton', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36569, 'Bordentown', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36570, 'Bound Brook', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36571, 'Bradley Beach', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36572, 'Branchville', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36573, 'Brass Castle', 3859, 233, '2019-01-25 03:00:39', '2019-01-25 03:04:43', 1), +(36574, 'Bridgeton', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36575, 'Brielle', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36576, 'Brigantine', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36577, 'Brooklawn', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36578, 'Browns Mills', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36579, 'Brownville', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36580, 'Budd Lake', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36581, 'Buena', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36582, 'Burlington', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36583, 'Butler', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36584, 'Caldwell', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36585, 'Califon', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36586, 'Camden', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36587, 'Cape May', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36588, 'Cape May Court House', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36589, 'Cape May Point', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36590, 'Carlstadt', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36591, 'Carneys Point', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36592, 'Carteret', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36593, 'Cedar Glen Lakes', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36594, 'Cedar Glen West', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36595, 'Cedar Grove', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36596, 'Cedarville', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36597, 'Chatham', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:43', 1), +(36598, 'Cherry Hill Mall', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36599, 'Chesilhurst', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36600, 'Chester', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36601, 'Clark', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36602, 'Clayton', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36603, 'Clearbrook Park', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36604, 'Clementon', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36605, 'Cliffside Park', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36606, 'Cliffwood Beach', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36607, 'Clifton', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36608, 'Clinton', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36609, 'Closter', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36610, 'Collings Lakes', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36611, 'Collingswood', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36612, 'Colonia', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36613, 'Concordia', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36614, 'Corbin City', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36615, 'Country Lake Estates', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36616, 'Cranbury', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36617, 'Crandon Lakes', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36618, 'Cranford', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36619, 'Cresskill', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36620, 'Crestwood Village', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36621, 'Dayton', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36622, 'Deal', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36623, 'Demarest', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36624, 'Diamond Beach', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36625, 'Dover', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36626, 'Dover Beaches North', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36627, 'Dover Beaches South', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36628, 'Dumont', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36629, 'Dunellen', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36630, 'East Brunswick', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36631, 'East Freehold', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36632, 'East Newark', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36633, 'East Orange', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36634, 'East Rutherford', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36635, 'Eatontown', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36636, 'Echelon', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36637, 'Edgewater', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36638, 'Edison', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36639, 'Egg Harbor City', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36640, 'Elizabeth', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36641, 'Elmer', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36642, 'Elmwood Park', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36643, 'Elwood-magnolia', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36644, 'Emerson', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36645, 'Englewood', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36646, 'Englewood Cliffs', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36647, 'Englishtown', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36648, 'Erlton-ellisburg', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36649, 'Erma', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36650, 'Essex Fells', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(36651, 'Estell Manor', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36652, 'Ewing', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36653, 'Fairfield', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36654, 'Fair Haven', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36655, 'Fair Lawn', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36656, 'Fairton', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36657, 'Fairview', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36658, 'Fanwood', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36659, 'Far Hills', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36660, 'Farmingdale', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36661, 'Fieldsboro', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36662, 'Flemington', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36663, 'Florence-roebling', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36664, 'Florham Park', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36665, 'Folsom', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36666, 'Fords', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36667, 'Forked River', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36668, 'Fort Dix', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36669, 'Fort Lee', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36670, 'Franklin', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36671, 'Franklin Lakes', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36672, 'Freehold', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36673, 'Frenchtown', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36674, 'Garfield', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36675, 'Garwood', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36676, 'Gibbsboro', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36677, 'Gibbstown', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36678, 'Glassboro', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36679, 'Glendora', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36680, 'Glen Gardner', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36681, 'Glen Ridge', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36682, 'Glen Rock', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36683, 'Gloucester City', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36684, 'Golden Triangle', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36685, 'Great Meadows-vienna', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36686, 'Greentree', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36687, 'Guttenberg', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36688, 'Hackensack', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36689, 'Hackettstown', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36690, 'Haddonfield', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36691, 'Haddon Heights', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36692, 'Haledon', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36693, 'Hamburg', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36694, 'Hammonton', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36695, 'Hampton', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36696, 'Harrington Park', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36697, 'Harrison', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36698, 'Harvey Cedars', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36699, 'Hasbrouck Heights', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36700, 'Haworth', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36701, 'Hawthorne', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36702, 'Heathcote', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36703, 'Helmetta', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36704, 'High Bridge', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:44', 1), +(36705, 'Highland Lake', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36706, 'Highland Park', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36707, 'Highlands', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36708, 'Hightstown', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36709, 'Hillsdale', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36710, 'Hillside', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36711, 'Hi-nella', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36712, 'Hoboken', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36713, 'Ho-ho-kus', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36714, 'Holiday City-berkeley', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36715, 'Holiday City South', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36716, 'Holiday Heights', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36717, 'Hopatcong', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36718, 'Hopewell', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36719, 'Interlaken', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36720, 'Irvington', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36721, 'Iselin', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36722, 'Island Heights', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36723, 'Jamesburg', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36724, 'Jersey City', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36725, 'Keansburg', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36726, 'Kearny', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36727, 'Kendall Park', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36728, 'Kenilworth', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36729, 'Keyport', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36730, 'Kingston', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36731, 'Kinnelon', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36732, 'Lakehurst', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36733, 'Lake Mohawk', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36734, 'Lake Telemark', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36735, 'Lakewood', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36736, 'Lambertville', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36737, 'Laurel Lake', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36738, 'Laurel Springs', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36739, 'Laurence Harbor', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36740, 'Lavallette', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36741, 'Lawnside', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36742, 'Lawrenceville', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36743, 'Lebanon', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36744, 'Leisure Knoll', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36745, 'Leisuretowne', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36746, 'Leisure Village', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36747, 'Leisure Village East', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36748, 'Leisure Village West-pine Lake Park', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36749, 'Leonardo', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36750, 'Leonia', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36751, 'Lincoln Park', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36752, 'Lincroft', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36753, 'Linden', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36754, 'Lindenwold', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36755, 'Linwood', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36756, 'Little Falls', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36757, 'Little Ferry', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36758, 'Little Silver', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36759, 'Livingston', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36760, 'Loch Arbour', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36761, 'Lodi', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36762, 'Long Branch', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36763, 'Longport', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36764, 'Long Valley', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36765, 'Lyndhurst', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36766, 'Mcguire Afb', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36767, 'Madison', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36768, 'Madison Park', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36769, 'Magnolia', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36770, 'Manahawkin', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36771, 'Manasquan', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36772, 'Mantoloking', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36773, 'Manville', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36774, 'Maplewood', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36775, 'Margate City', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36776, 'Marlton', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36777, 'Matawan', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36778, 'Mays Landing', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36779, 'Maywood', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36780, 'Medford Lakes', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36781, 'Mendham', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36782, 'Mercerville-hamilton Square', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36783, 'Merchantville', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36784, 'Metuchen', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36785, 'Middlesex', 3859, 233, '2019-01-25 03:00:40', '2019-01-25 03:04:45', 1), +(36786, 'Midland Park', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36787, 'Milford', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36788, 'Millburn', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36789, 'Millstone', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36790, 'Milltown', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36791, 'Millville', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36792, 'Monmouth Beach', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36793, 'Monmouth Junction', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36794, 'Montclair', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36795, 'Montvale', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36796, 'Moonachie', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36797, 'Moorestown-lenola', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:45', 1), +(36798, 'Morganville', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36799, 'Morris Plains', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36800, 'Morristown', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36801, 'Mountain Lakes', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36802, 'Mountainside', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36803, 'Mount Arlington', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36804, 'Mount Ephraim', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36805, 'Mullica Hill', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36806, 'Mystic Island', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36807, 'National Park', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36808, 'Navesink', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36809, 'Neptune City', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36810, 'Netcong', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36811, 'Newark', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36812, 'New Brunswick', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36813, 'New Egypt', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36814, 'Newfield', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36815, 'New Milford', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36816, 'New Providence', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36817, 'Newton', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36818, 'North Arlington', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36819, 'North Beach Haven', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36820, 'North Brunswick Township', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36821, 'North Caldwell', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36822, 'North Cape May', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36823, 'Northfield', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36824, 'North Haledon', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36825, 'North Middletown', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36826, 'North Plainfield', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36827, 'Northvale', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36828, 'North Wildwood', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36829, 'Norwood', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36830, 'Nutley', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36831, 'Oakhurst', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36832, 'Oakland', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36833, 'Oaklyn', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36834, 'Oak Valley', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36835, 'Ocean Acres', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36836, 'Ocean City', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36837, 'Ocean Gate', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36838, 'Ocean Grove', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36839, 'Oceanport', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36840, 'Ogdensburg', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36841, 'Old Bridge', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36842, 'Old Tappan', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36843, 'Olivet', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36844, 'Oradell', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36845, 'Orange', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36846, 'Oxford', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36847, 'Palisades Park', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36848, 'Palmyra', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36849, 'Paramus', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36850, 'Park Ridge', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36851, 'Passaic', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36852, 'Paterson', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36853, 'Paulsboro', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36854, 'Peapack And Gladstone', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36855, 'Pemberton', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36856, 'Pemberton Heights', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36857, 'Pennington', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36858, 'Pennsauken', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36859, 'Penns Grove', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36860, 'Pennsville', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36861, 'Perth Amboy', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36862, 'Phillipsburg', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36863, 'Pine Beach', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36864, 'Pine Hill', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36865, 'Pine Ridge At Crestwood', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36866, 'Pine Valley', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36867, 'Pitman', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36868, 'Plainfield', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36869, 'Plainsboro Center', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36870, 'Pleasantville', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36871, 'Point Pleasant', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36872, 'Point Pleasant Beach', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36873, 'Pomona', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36874, 'Pompton Lakes', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36875, 'Port Monmouth', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36876, 'Port Norris', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36877, 'Port Reading', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36878, 'Port Republic', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36879, 'Presidential Lakes Estates', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36880, 'Princeton', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:46', 1), +(36881, 'Princeton Junction', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36882, 'Princeton Meadows', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36883, 'Princeton North', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36884, 'Prospect Park', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36885, 'Rahway', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36886, 'Ramblewood', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36887, 'Ramsey', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36888, 'Ramtown', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36889, 'Raritan', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36890, 'Red Bank', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36891, 'Ridgefield', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36892, 'Ridgefield Park', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36893, 'Ridgewood', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36894, 'Ringwood', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36895, 'Rio Grande', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36896, 'Riverdale', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36897, 'River Edge', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36898, 'Riverton', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36899, 'River Vale', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36900, 'Rochelle Park', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36901, 'Rockaway', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36902, 'Rockleigh', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36903, 'Rocky Hill', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36904, 'Roosevelt', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36905, 'Roseland', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36906, 'Roselle', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36907, 'Roselle Park', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36908, 'Rosenhayn', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36909, 'Rossmoor', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36910, 'Rumson', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36911, 'Runnemede', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36912, 'Rutherford', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36913, 'Saddle Brook', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36914, 'Saddle River', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36915, 'Salem', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36916, 'Sayreville', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36917, 'Scotch Plains', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36918, 'Sea Bright', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36919, 'Seabrook Farms', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36920, 'Sea Girt', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36921, 'Sea Isle City', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36922, 'Seaside Heights', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36923, 'Seaside Park', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36924, 'Secaucus', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36925, 'Sewaren', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36926, 'Shark River Hills', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36927, 'Shiloh', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36928, 'Ship Bottom', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36929, 'Shrewsbury', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36930, 'Silver Ridge', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36931, 'Society Hill', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36932, 'Somerdale', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36933, 'Somerset', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36934, 'Somers Point', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36935, 'Somerville', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36936, 'South Amboy', 3859, 233, '2019-01-25 03:00:41', '2019-01-25 03:04:47', 1), +(36937, 'South Belmar', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36938, 'South Bound Brook', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36939, 'South Orange', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36940, 'South Plainfield', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36941, 'South River', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36942, 'South Toms River', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36943, 'Spotswood', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36944, 'Springdale', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36945, 'Springfield', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36946, 'Spring Lake', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36947, 'Spring Lake Heights', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36948, 'Stanhope', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36949, 'Stockton', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36950, 'Stone Harbor', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36951, 'Stratford', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36952, 'Strathmere', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36953, 'Strathmore', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36954, 'Succasunna-kenvil', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36955, 'Summit', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36956, 'Surf City', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36957, 'Sussex', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36958, 'Swedesboro', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36959, 'Tavistock', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36960, 'Teaneck', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36961, 'Tenafly', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36962, 'Teterboro', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36963, 'Tinton Falls', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36964, 'Toms River', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36965, 'Totowa', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36966, 'Trenton', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36967, 'Tuckerton', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36968, 'Turnersville', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36969, 'Twin Rivers', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36970, 'Union', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36971, 'Union Beach', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36972, 'Union City', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36973, 'Upper Saddle River', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36974, 'Ventnor City', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36975, 'Vernon Valley', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36976, 'Verona', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36977, 'Victory Gardens', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36978, 'Victory Lakes', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36979, 'Villas', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36980, 'Vineland', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36981, 'Vista Center', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36982, 'Waldwick', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36983, 'Wallington', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36984, 'Wanamassa', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36985, 'Wanaque', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:47', 1), +(36986, 'Waretown', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36987, 'Washington', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36988, 'Washington Township', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36989, 'Watchung', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36990, 'Wayne', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36991, 'Wenonah', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36992, 'West Belmar', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36993, 'West Caldwell', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36994, 'West Cape May', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36995, 'Westfield', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36996, 'West Freehold', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36997, 'West Long Branch', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36998, 'West Milford', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(36999, 'West New York', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37000, 'West Orange', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37001, 'West Paterson', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37002, 'Westville', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37003, 'West Wildwood', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37004, 'Westwood', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37005, 'Wharton', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37006, 'White Horse', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37007, 'White House Station', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37008, 'White Meadow Lake', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37009, 'Whitesboro-burleigh', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37010, 'Whittingham', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37011, 'Wildwood', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37012, 'Wildwood Crest', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37013, 'Williamstown', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37014, 'Woodbine', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37015, 'Woodbridge', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37016, 'Woodbury', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37017, 'Woodbury Heights', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37018, 'Woodcliff Lake', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37019, 'Woodlynne', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37020, 'Wood-ridge', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37021, 'Woodstown', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37022, 'Wrightstown', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37023, 'Wyckoff', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37024, 'Yardville-groveville', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37025, 'Yorketown', 3859, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37026, 'Acomita Lake', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37027, 'Agua Fria', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37028, 'Alamo', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37029, 'Alamogordo', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37030, 'Albuquerque', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37031, 'Alcalde', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37032, 'Algodones', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37033, 'Angel Fire', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37034, 'Anthony', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37035, 'Artesia', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37036, 'Aztec', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37037, 'Bayard', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37038, 'Beclabito', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37039, 'Belen', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37040, 'Bernalillo', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37041, 'Black Rock', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37042, 'Bloomfield', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37043, 'Boles Acres', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37044, 'Bosque Farms', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37045, 'Brimhall Nizhoni', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37046, 'Canada De Los Alamos', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37047, 'Cannon Afb', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37048, 'Capitan', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37049, 'Carlsbad', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37050, 'Carlsbad North', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37051, 'Carnuel', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37052, 'Carrizozo', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37053, 'Casa Colorada', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37054, 'Causey', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37055, 'Cedar Crest', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37056, 'Cedar Grove', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37057, 'Chama', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37058, 'Chamisal', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37059, 'Chaparral', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37060, 'Chilili', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37061, 'Chimayo', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37062, 'Chupadero', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37063, 'Church Rock', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37064, 'Cimarron', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37065, 'Clayton', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37066, 'Cloudcroft', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37067, 'Clovis', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37068, 'Cochiti', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37069, 'Columbus', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37070, 'Corona', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37071, 'Corrales', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37072, 'Crownpoint', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37073, 'Crystal', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37074, 'Cuartelez', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37075, 'Cuba', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37076, 'Cundiyo', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37077, 'Cuyamungue', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37078, 'Deming', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37079, 'Des Moines', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37080, 'Dexter', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:48', 1), +(37081, 'Dona Ana', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37082, 'Dora', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37083, 'Dulce', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37084, 'Eagle Nest', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37085, 'Edgewood', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37086, 'El Cerro-monterey Park', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37087, 'Eldorado At Santa Fe', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37088, 'Elephant Butte', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37089, 'Elida', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37090, 'El Rancho', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37091, 'El Valle De Arroyo Seco', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37092, 'Encinal', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37093, 'Encino', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37094, 'Espanola', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37095, 'Estancia', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37096, 'Eunice', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37097, 'Farmington', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37098, 'Flora Vista', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37099, 'Floyd', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37100, 'Folsom', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37101, 'Fort Sumner', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37102, 'Galisteo', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37103, 'Gallup', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37104, 'Glorieta', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37105, 'Grady', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37106, 'Grants', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37107, 'Grenville', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37108, 'Hagerman', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37109, 'Hatch', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37110, 'Hobbs', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37111, 'Holloman Afb', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37112, 'Hope', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37113, 'House', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37114, 'Huerfano', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37115, 'Hurley', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37116, 'Isleta Village Proper', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37117, 'Jaconita', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37118, 'Jal', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37119, 'Jarales', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37120, 'Jemez Pueblo', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37121, 'Jemez Springs', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37122, 'Kirtland', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37123, 'La Cienega', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37124, 'Laguna', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37125, 'La Jara', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37126, 'Lake Arthur', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37127, 'Lake Sumner', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37128, 'La Luz', 3861, 233, '2019-01-25 03:00:42', '2019-01-25 03:04:49', 1), +(37129, 'Lamy', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37130, 'La Puebla', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37131, 'Las Cruces', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37132, 'Las Vegas', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37133, 'Logan', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37134, 'Lordsburg', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37135, 'Los Alamos', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37136, 'Los Cerrillos', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37137, 'Los Chaves', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37138, 'Los Lunas', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37139, 'Los Ranchos De Albuquerque', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37140, 'Los Trujillos-gabaldon', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37141, 'Loving', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37142, 'Lovington', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37143, 'Madrid', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37144, 'Magdalena', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37145, 'Manzano', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37146, 'Maxwell', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37147, 'Meadow Lake', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37148, 'Melrose', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37149, 'Mescalero', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37150, 'Mesilla', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37151, 'Mesita', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37152, 'Mesquite', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37153, 'Milan', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37154, 'Moriarty', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37155, 'Mosquero', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37156, 'Mountainair', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37157, 'Nageezi', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37158, 'Nakaibito', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37159, 'Napi Hq', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37160, 'Naschitti', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37161, 'Navajo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37162, 'Nenahnezad', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37163, 'Newcomb', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37164, 'North Acomita Village', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37165, 'North Valley', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37166, 'Ojo Amarillo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37167, 'Paguate', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37168, 'Paraje', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37169, 'Pecos', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37170, 'Pena Blanca', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37171, 'Penasco', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37172, 'Peralta', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37173, 'Picuris Pueblo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37174, 'Pinehill', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37175, 'Placitas', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37176, 'Pojoaque', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37177, 'Ponderosa', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37178, 'Portales', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37179, 'Pueblo Of Sandia Village', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37180, 'Pueblo Pintado', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37181, 'Questa', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37182, 'Radium Springs', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37183, 'Ramah', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37184, 'Ranchos De Taos', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37185, 'Raton', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37186, 'Red River', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37187, 'Regina', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37188, 'Reserve', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37189, 'Rincon', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37190, 'Rio Chiquito', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37191, 'Rio Communities', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37192, 'Rio Communities North', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37193, 'Rio En Medio', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37194, 'Rio Lucio', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37195, 'Rio Rancho', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37196, 'Rock Springs', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37197, 'Roswell', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37198, 'Roy', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37199, 'Ruidoso', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37200, 'Ruidoso Downs', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37201, 'Salem', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37202, 'San Felipe Pueblo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37203, 'San Ildefonso Pueblo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37204, 'San Jon', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37205, 'San Juan', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37206, 'Sanostee', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37207, 'Santa Ana Pueblo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37208, 'Santa Clara', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37209, 'Santa Clara Pueblo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37210, 'Santa Cruz', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37211, 'Santa Fe', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37212, 'Santa Rosa', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37213, 'Santa Teresa', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37214, 'Santo Domingo Pueblo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37215, 'San Ysidro', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37216, 'Seama', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37217, 'Sheep Springs', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37218, 'Shiprock', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37219, 'Silver City', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37220, 'Skyline-ganipa', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37221, 'Socorro', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37222, 'Sombrillo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37223, 'South Valley', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37224, 'Springer', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37225, 'Sunland Park', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37226, 'Tajique', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37227, 'Taos', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37228, 'Taos Pueblo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37229, 'Taos Ski Valley', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37230, 'Tatum', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37231, 'Tesuque', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37232, 'Texico', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37233, 'Thoreau', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37234, 'Tijeras', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37235, 'Timberon', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37236, 'Tohatchi', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37237, 'Tome-adelino', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37238, 'Torreon', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37239, 'Truth Or Consequences', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37240, 'Tse Bonito', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37241, 'Tucumcari', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37242, 'Tularosa', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37243, 'Twin Lakes', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37244, 'University Park', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37245, 'Upper Fruitland', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37246, 'Vadito', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37247, 'Vado', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37248, 'Valencia', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37249, 'Vaughn', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37250, 'Virden', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37251, 'Wagon Mound', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37252, 'White Rock', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37253, 'White Sands', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37254, 'Willard', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37255, 'Williamsburg', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37256, 'Yah-ta-hey', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37257, 'Zia Pueblo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37258, 'Zuni Pueblo', 3861, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37259, 'Accord', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37260, 'Adams', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37261, 'Adams Center', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37262, 'Addison', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37263, 'Afton', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37264, 'Airmont', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(37265, 'Akron', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37266, 'Albany', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37267, 'Albertson', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37268, 'Albion', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37269, 'Alden', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37270, 'Alexander', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37271, 'Alexandria Bay', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37272, 'Alfred', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37273, 'Allegany', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:49', 1), +(37274, 'Almond', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37275, 'Altamont', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37276, 'Altmar', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37277, 'Altona', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37278, 'Amagansett', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37279, 'Amenia', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37280, 'Ames', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37281, 'Amityville', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37282, 'Amsterdam', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37283, 'Andes', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37284, 'Andover', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37285, 'Angelica', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37286, 'Angola', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37287, 'Angola On The Lake', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37288, 'Antwerp', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37289, 'Apalachin', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37290, 'Aquebogue', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37291, 'Arcade', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37292, 'Ardsley', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37293, 'Argyle', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37294, 'Arkport', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37295, 'Arlington', 3862, 233, '2019-01-25 03:00:43', '2019-01-25 03:04:50', 1), +(37296, 'Armonk', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37297, 'Asharoken', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37298, 'Athens', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37299, 'Atlantic Beach', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37300, 'Attica', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37301, 'Auburn', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37302, 'Aurora', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37303, 'Au Sable Forks', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37304, 'Averill Park', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37305, 'Avoca', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37306, 'Avon', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37307, 'Babylon', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37308, 'Bainbridge', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37309, 'Baiting Hollow', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37310, 'Baldwin', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37311, 'Baldwin Harbor', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37312, 'Baldwinsville', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37313, 'Ballston Spa', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37314, 'Balmville', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37315, 'Bardonia', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37316, 'Barker', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37317, 'Barneveld', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37318, 'Barnum Island', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37319, 'Batavia', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37320, 'Bath', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37321, 'Baxter Estates', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37322, 'Bay Park', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37323, 'Bayport', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37324, 'Bay Shore', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37325, 'Bayville', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37326, 'Baywood', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37327, 'Beacon', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37328, 'Beaverdam Lake-salisbury Mills', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37329, 'Bedford', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37330, 'Bellerose', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37331, 'Bellerose Terrace', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37332, 'Belle Terre', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37333, 'Bellmore', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37334, 'Bellport', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37335, 'Belmont', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37336, 'Bemus Point', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37337, 'Bergen', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37338, 'Bethpage', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37339, 'Big Flats', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37340, 'Big Flats Airport', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37341, 'Billington Heights', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37342, 'Binghamton', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37343, 'Black River', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37344, 'Blasdell', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37345, 'Blauvelt', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37346, 'Bloomfield', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37347, 'Bloomingburg', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37348, 'Blue Point', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37349, 'Bohemia', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37350, 'Bolivar', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37351, 'Boonville', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37352, 'Brasher Falls-winthrop', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37353, 'Brentwood', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37354, 'Brewerton', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37355, 'Brewster', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37356, 'Brewster Hill', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37357, 'Briarcliff Manor', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37358, 'Bridgehampton', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37359, 'Bridgeport', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37360, 'Bridgewater', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37361, 'Brighton', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37362, 'Brightwaters', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37363, 'Brinckerhoff', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37364, 'Broadalbin', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37365, 'Brockport', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37366, 'Brocton', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37367, 'Bronxville', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37368, 'Brookhaven', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37369, 'Brookville', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37370, 'Brownville', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37371, 'Brushton', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37372, 'Buchanan', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37373, 'Buffalo', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37374, 'Burdett', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37375, 'Burke', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37376, 'Cairo', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37377, 'Calcium', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37378, 'Caledonia', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37379, 'Callicoon', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37380, 'Calverton', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37381, 'Cambridge', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37382, 'Camden', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37383, 'Camillus', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37384, 'Canajoharie', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37385, 'Canandaigua', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37386, 'Canaseraga', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37387, 'Canastota', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37388, 'Candor', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37389, 'Canisteo', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37390, 'Canton', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37391, 'Cape Vincent', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37392, 'Carle Place', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37393, 'Carmel Hamlet', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37394, 'Carthage', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37395, 'Cassadaga', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37396, 'Castile', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37397, 'Castleton-on-hudson', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37398, 'Castorland', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37399, 'Cato', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37400, 'Catskill', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37401, 'Cattaraugus', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37402, 'Cayuga', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37403, 'Cayuga Heights', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37404, 'Cazenovia', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37405, 'Cedarhurst', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37406, 'Celoron', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37407, 'Centereach', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37408, 'Center Moriches', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37409, 'Centerport', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37410, 'Central Islip', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37411, 'Central Square', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37412, 'Central Valley', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37413, 'Centre Island', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37414, 'Champlain', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37415, 'Chappaqua', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37416, 'Chateaugay', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37417, 'Chatham', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37418, 'Chaumont', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37419, 'Cheektowaga', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37420, 'Cherry Creek', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37421, 'Cherry Valley', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37422, 'Chester', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37423, 'Chestnut Ridge', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37424, 'Chittenango', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37425, 'Churchville', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37426, 'Clarence Center', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:50', 1), +(37427, 'Clark Mills', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:51', 1), +(37428, 'Claverack-red Mills', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:51', 1), +(37429, 'Clayton', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:51', 1), +(37430, 'Clayville', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:51', 1), +(37431, 'Cleveland', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:51', 1), +(37432, 'Clifton Springs', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:51', 1), +(37433, 'Clinton', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:51', 1), +(37434, 'Clintondale', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:51', 1), +(37435, 'Clyde', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:51', 1), +(37436, 'Cobleskill', 3862, 233, '2019-01-25 03:00:44', '2019-01-25 03:04:51', 1), +(37437, 'Coeymans', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37438, 'Cohocton', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37439, 'Cohoes', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37440, 'Cold Brook', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37441, 'Cold Spring', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37442, 'Cold Spring Harbor', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37443, 'Colonie', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37444, 'Commack', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37445, 'Congers', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37446, 'Constableville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37447, 'Constantia', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37448, 'Cooperstown', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37449, 'Copake Lake', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37450, 'Copenhagen', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37451, 'Copiague', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37452, 'Coram', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37453, 'Corfu', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37454, 'Corinth', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37455, 'Corning', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37456, 'Cornwall On Hudson', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37457, 'Cortland', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37458, 'Cortland West', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37459, 'Country Knolls', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37460, 'Cove Neck', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37461, 'Coxsackie', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37462, 'Cragsmoor', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37463, 'Croghan', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37464, 'Crompond', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37465, 'Croton-on-hudson', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37466, 'Crown Heights', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37467, 'Crugers', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37468, 'Cuba', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37469, 'Cumberland Head', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37470, 'Cutchogue', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37471, 'Dannemora', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37472, 'Dansville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37473, 'Deer Park', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37474, 'Deferiet', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37475, 'Delanson', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37476, 'Delevan', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37477, 'Delhi', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37478, 'Delmar', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37479, 'Depauville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37480, 'Depew', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37481, 'Deposit', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37482, 'Dering Harbor', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37483, 'Deruyter', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37484, 'Dexter', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37485, 'Dix Hills', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37486, 'Dobbs Ferry', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37487, 'Dolgeville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37488, 'Dover Plains', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37489, 'Dresden', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37490, 'Dryden', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37491, 'Duane Lake', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37492, 'Duanesburg', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37493, 'Dundee', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37494, 'Dunkirk', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37495, 'Earlville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37496, 'East Atlantic Beach', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37497, 'East Aurora', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37498, 'Eastchester', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37499, 'East Farmingdale', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37500, 'East Garden City', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37501, 'East Glenville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37502, 'East Greenbush', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37503, 'East Hampton', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37504, 'East Hampton North', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37505, 'East Hills', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37506, 'East Islip', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37507, 'East Ithaca', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37508, 'East Kingston', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37509, 'East Marion', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37510, 'East Massapequa', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37511, 'East Meadow', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37512, 'East Moriches', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37513, 'East Nassau', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37514, 'East Northport', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37515, 'East Norwich', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37516, 'East Patchogue', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37517, 'Eastport', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37518, 'East Quogue', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37519, 'East Randolph', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37520, 'East Rochester', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37521, 'East Rockaway', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37522, 'East Shoreham', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37523, 'East Syracuse', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37524, 'East Williston', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37525, 'Eatons Neck', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37526, 'Eden', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37527, 'Edwards', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37528, 'Elba', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37529, 'Elbridge', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37530, 'Ellenville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37531, 'Ellicottville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37532, 'Ellisburg', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37533, 'Elma Center', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37534, 'Elmira', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37535, 'Elmira Heights', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37536, 'Elmont', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37537, 'Elmsford', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37538, 'Elwood', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37539, 'Endicott', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37540, 'Endwell', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37541, 'Esperance', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37542, 'Evans Mills', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37543, 'Fabius', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37544, 'Fair Haven', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37545, 'Fairmount', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37546, 'Fairport', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37547, 'Fairview', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37548, 'Falconer', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37549, 'Farmingdale', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37550, 'Farmingville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37551, 'Farnham', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37552, 'Fayetteville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37553, 'Fire Island', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37554, 'Firthcliffe', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37555, 'Fishers Island', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37556, 'Fishkill', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37557, 'Flanders', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37558, 'Fleischmanns', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37559, 'Floral Park', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37560, 'Florida', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37561, 'Flower Hill', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37562, 'Fonda', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37563, 'Forest Home', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37564, 'Forestville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37565, 'Fort Ann', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37566, 'Fort Drum', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37567, 'Fort Edward', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37568, 'Fort Johnson', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37569, 'Fort Montgomery', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37570, 'Fort Plain', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37571, 'Fort Salonga', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37572, 'Frankfort', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37573, 'Franklin', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37574, 'Franklin Square', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37575, 'Franklinville', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37576, 'Fredonia', 3862, 233, '2019-01-25 03:00:45', '2019-01-25 03:04:51', 1), +(37577, 'Freeport', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:51', 1), +(37578, 'Freeville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:51', 1), +(37579, 'Frewsburg', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37580, 'Friendship', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37581, 'Fulton', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37582, 'Fultonville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37583, 'Gainesville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37584, 'Galeville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37585, 'Galway', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37586, 'Gang Mills', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37587, 'Garden City', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37588, 'Garden City Park', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37589, 'Garden City South', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37590, 'Gardiner', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37591, 'Gardnertown', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37592, 'Gasport', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37593, 'Gates-north Gates', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37594, 'Geneseo', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37595, 'Geneva', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37596, 'Germantown', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37597, 'Ghent', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37598, 'Gilbertsville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37599, 'Gilgo-oak Beach-captree', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37600, 'Glasco', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37601, 'Glen Cove', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37602, 'Glen Head', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37603, 'Glen Park', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37604, 'Glens Falls', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37605, 'Glens Falls North', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37606, 'Glenwood Landing', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37607, 'Gloversville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37608, 'Golden S Bridge', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37609, 'Gordon Heights', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37610, 'Goshen', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37611, 'Gouverneur', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37612, 'Gowanda', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37613, 'Grand View-on-hudson', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37614, 'Granville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37615, 'Great Bend', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37616, 'Great Neck', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37617, 'Great Neck Estates', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37618, 'Great Neck Gardens', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37619, 'Great Neck Plaza', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37620, 'Great River', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37621, 'Greece', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37622, 'Greene', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37623, 'Green Island', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37624, 'Greenlawn', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37625, 'Greenport', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37626, 'Greenport West', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37627, 'Greenvale', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37628, 'Greenville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37629, 'Greenwich', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37630, 'Greenwood Lake', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37631, 'Groton', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37632, 'Hagaman', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37633, 'Halesite', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37634, 'Hamburg', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37635, 'Hamilton', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37636, 'Hammond', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37637, 'Hammondsport', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37638, 'Hampton Bays', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37639, 'Hampton Manor', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37640, 'Hancock', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37641, 'Hannibal', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37642, 'Harbor Hills', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37643, 'Harbor Isle', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37644, 'Harriman', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37645, 'Harris Hill', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37646, 'Harrison', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37647, 'Harrisville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37648, 'Hartsdale', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37649, 'Hastings-on-hudson', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37650, 'Hauppauge', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37651, 'Haverstraw', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37652, 'Haviland', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37653, 'Hawthorne', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37654, 'Head Of The Harbor', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37655, 'Hempstead', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37656, 'Heritage Hills', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37657, 'Herkimer', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37658, 'Hermon', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37659, 'Herricks', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37660, 'Herrings', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37661, 'Heuvelton', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37662, 'Hewlett', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37663, 'Hewlett Bay Park', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37664, 'Hewlett Harbor', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37665, 'Hewlett Neck', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37666, 'Hicksville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37667, 'High Falls', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37668, 'Highland', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37669, 'Highland Falls', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37670, 'Highland Mills', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37671, 'Hillburn', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37672, 'Hillcrest', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37673, 'Hillside', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37674, 'Hillside Lake', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37675, 'Hilton', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37676, 'Hobart', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37677, 'Holbrook', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37678, 'Holland', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37679, 'Holland Patent', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37680, 'Holley', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37681, 'Holtsville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37682, 'Homer', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37683, 'Honeoye Falls', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37684, 'Hoosick Falls', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37685, 'Hopewell Junction', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37686, 'Hornell', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37687, 'Horseheads', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37688, 'Horseheads North', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37689, 'Houghton', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37690, 'Hudson', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37691, 'Hudson Falls', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37692, 'Hunter', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37693, 'Huntington', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37694, 'Huntington Bay', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37695, 'Huntington Station', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37696, 'Hurley', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37697, 'Ilion', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37698, 'Interlaken', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37699, 'Inwood', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37700, 'Irondequoit', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37701, 'Irvington', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37702, 'Islandia', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37703, 'Island Park', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37704, 'Islip', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37705, 'Islip Terrace', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37706, 'Ithaca', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37707, 'Jamesport', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37708, 'Jamestown', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37709, 'Jamestown West', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37710, 'Jefferson Heights', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37711, 'Jefferson Valley-yorktown', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37712, 'Jeffersonville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37713, 'Jericho', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37714, 'Johnson City', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37715, 'Johnstown', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37716, 'Jordan', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37717, 'Kaser', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37718, 'Keeseville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37719, 'Kenmore', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37720, 'Kensington', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37721, 'Kerhonkson', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37722, 'Kinderhook', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37723, 'Kings Park', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:52', 1), +(37724, 'Kings Point', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37725, 'Kingston', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37726, 'Kiryas Joel', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37727, 'Lackawanna', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37728, 'Lacona', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37729, 'La Fargeville', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37730, 'Lake Carmel', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37731, 'Lake Erie Beach', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37732, 'Lake George', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37733, 'Lake Grove', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37734, 'Lake Katrine', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37735, 'Lakeland', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37736, 'Lake Luzerne-hadley', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37737, 'Lake Mohegan', 3862, 233, '2019-01-25 03:00:46', '2019-01-25 03:04:53', 1), +(37738, 'Lake Placid', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37739, 'Lake Ronkonkoma', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37740, 'Lake Success', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37741, 'Lakeview', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37742, 'Lakewood', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37743, 'Lancaster', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37744, 'Lansing', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37745, 'Larchmont', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37746, 'Lattingtown', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37747, 'Laurel', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37748, 'Laurel Hollow', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37749, 'Laurens', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37750, 'Lawrence', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37751, 'Leeds', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37752, 'Leicester', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37753, 'Le Roy', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37754, 'Levittown', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37755, 'Lewiston', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37756, 'Liberty', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37757, 'Lido Beach', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37758, 'Lima', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37759, 'Lime Lake-machias', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37760, 'Limestone', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37761, 'Lincolndale', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37762, 'Lincoln Park', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37763, 'Lindenhurst', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37764, 'Lisle', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37765, 'Little Falls', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37766, 'Little Valley', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37767, 'Liverpool', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37768, 'Livingston Manor', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37769, 'Livonia', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37770, 'Lloyd Harbor', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37771, 'Lockport', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37772, 'Locust Valley', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37773, 'Lodi', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37774, 'Long Beach', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37775, 'Lorenz Park', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37776, 'Lowville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37777, 'Lynbrook', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37778, 'Lyncourt', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37779, 'Lyndonville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37780, 'Lyon Mountain', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37781, 'Lyons', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37782, 'Lyons Falls', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37783, 'Macedon', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37784, 'Mcgraw', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37785, 'Madison', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37786, 'Mahopac', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37787, 'Malden', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37788, 'Malone', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37789, 'Malverne', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37790, 'Malverne Park Oaks', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37791, 'Mamaroneck', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37792, 'Manchester', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37793, 'Manhasset', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37794, 'Manhasset Hills', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37795, 'Manlius', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37796, 'Mannsville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37797, 'Manorhaven', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37798, 'Manorville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37799, 'Marathon', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37800, 'Marcellus', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37801, 'Margaretville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37802, 'Mariaville Lake', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37803, 'Marlboro', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37804, 'Massapequa', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37805, 'Massapequa Park', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37806, 'Massena', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37807, 'Mastic', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37808, 'Mastic Beach', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37809, 'Matinecock', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37810, 'Mattituck', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37811, 'Mattydale', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37812, 'Maybrook', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37813, 'Mayfield', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37814, 'Mayville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37815, 'Mechanicstown', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37816, 'Mechanicville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37817, 'Medford', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37818, 'Medina', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37819, 'Medusa', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37820, 'Melrose Park', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37821, 'Melville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37822, 'Menands', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37823, 'Meridian', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37824, 'Merrick', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37825, 'Mexico', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37826, 'Middleburgh', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37827, 'Middle Island', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37828, 'Middleport', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:53', 1), +(37829, 'Middletown', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37830, 'Middleville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37831, 'Milford', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37832, 'Millbrook', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37833, 'Miller Place', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37834, 'Millerton', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37835, 'Mill Neck', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37836, 'Millport', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37837, 'Milton', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37838, 'Mineola', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37839, 'Minetto', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37840, 'Mineville-witherbee', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37841, 'Minoa', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37842, 'Mohawk', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37843, 'Monroe', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37844, 'Monsey', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37845, 'Montauk', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37846, 'Montebello', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37847, 'Montgomery', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37848, 'Monticello', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37849, 'Montour Falls', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37850, 'Mooers', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37851, 'Moravia', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37852, 'Moriches', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37853, 'Morris', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37854, 'Morrisonville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37855, 'Morristown', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37856, 'Morrisville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37857, 'Mount Ivy', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37858, 'Mount Kisco', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37859, 'Mount Morris', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37860, 'Mount Sinai', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37861, 'Mount Vernon', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37862, 'Munnsville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37863, 'Munsey Park', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37864, 'Munsons Corners', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37865, 'Muttontown', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37866, 'Myers Corner', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37867, 'Nanuet', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37868, 'Napanoch', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37869, 'Napeague', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37870, 'Naples', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37871, 'Narrowsburg', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37872, 'Nassau', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37873, 'Natural Bridge', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37874, 'Nedrow', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37875, 'Nelliston', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37876, 'Nelsonville', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37877, 'Nesconset', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37878, 'Newark', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37879, 'Newark Valley', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37880, 'New Berlin', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37881, 'Newburgh', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(37882, 'New Cassel', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37883, 'New City', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37884, 'Newfane', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37885, 'Newfield Hamlet', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37886, 'New Hartford', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37887, 'New Hempstead', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37888, 'New Hyde Park', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37889, 'New Paltz', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37890, 'Newport', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37891, 'New Rochelle', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37892, 'New Square', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37893, 'New Suffolk', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37894, 'New Windsor', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37895, 'New York', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37896, 'New York Mills', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37897, 'Niagara Falls', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37898, 'Nichols', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37899, 'Niskayuna', 3862, 233, '2019-01-25 03:00:47', '2019-01-25 03:04:54', 1), +(37900, 'Nissequogue', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37901, 'Niverville', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37902, 'Norfolk', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37903, 'North Amityville', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37904, 'Northampton', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37905, 'North Babylon', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37906, 'North Ballston Spa', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37907, 'North Bay Shore', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37908, 'North Bellmore', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37909, 'North Bellport', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37910, 'North Boston', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37911, 'North Collins', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37912, 'Northeast Ithaca', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37913, 'North Great River', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37914, 'North Haven', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37915, 'North Hills', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37916, 'North Hornell', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37917, 'North Lindenhurst', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37918, 'North Lynbrook', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37919, 'North Massapequa', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37920, 'North Merrick', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37921, 'North New Hyde Park', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37922, 'North Patchogue', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37923, 'Northport', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37924, 'North Sea', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37925, 'North Syracuse', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37926, 'North Tonawanda', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37927, 'North Valley Stream', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37928, 'Northville', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37929, 'North Wantagh', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37930, 'Northwest Harbor', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37931, 'Northwest Ithaca', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37932, 'Norwich', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37933, 'Norwood', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37934, 'Noyack', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37935, 'Nunda', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37936, 'Nyack', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37937, 'Oakdale', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37938, 'Oakfield', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37939, 'Ocean Beach', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37940, 'Oceanside', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37941, 'Odessa', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37942, 'Ogdensburg', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37943, 'Olcott', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37944, 'Old Bethpage', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37945, 'Old Brookville', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37946, 'Old Field', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37947, 'Old Westbury', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37948, 'Olean', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37949, 'Oneida', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37950, 'Oneida Castle', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37951, 'Oneonta', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37952, 'Orangeburg', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37953, 'Orange Lake', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37954, 'Orchard Park', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37955, 'Orient', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37956, 'Oriskany', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37957, 'Oriskany Falls', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37958, 'Ossining', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37959, 'Oswego', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37960, 'Otego', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37961, 'Otisville', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37962, 'Ovid', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37963, 'Owego', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37964, 'Oxford', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37965, 'Oyster Bay', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37966, 'Oyster Bay Cove', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37967, 'Painted Post', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37968, 'Palatine Bridge', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37969, 'Palenville', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37970, 'Palmyra', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37971, 'Panama', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37972, 'Parc', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37973, 'Parish', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:54', 1), +(37974, 'Patchogue', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37975, 'Pattersonville-rotterdam Junction', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37976, 'Pawling', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37977, 'Peach Lake', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37978, 'Pearl River', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37979, 'Peconic', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37980, 'Peekskill', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37981, 'Pelham', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37982, 'Pelham Manor', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37983, 'Penn Yan', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37984, 'Perry', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37985, 'Perrysburg', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37986, 'Peru', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37987, 'Phelps', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37988, 'Philadelphia', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37989, 'Philmont', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37990, 'Phoenicia', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37991, 'Phoenix', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37992, 'Piermont', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37993, 'Pike', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37994, 'Pine Bush', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37995, 'Pine Hill', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37996, 'Pine Plains', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37997, 'Pittsford', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37998, 'Plainedge', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(37999, 'Plainview', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38000, 'Plandome', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38001, 'Plandome Heights', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38002, 'Plandome Manor', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38003, 'Plattekill', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38004, 'Plattsburgh', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38005, 'Plattsburgh West', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38006, 'Pleasant Valley', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38007, 'Pleasantville', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38008, 'Poestenkill', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38009, 'Point Lookout', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38010, 'Poland', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38011, 'Pomona', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38012, 'Poquott', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38013, 'Port Byron', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38014, 'Port Chester', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38015, 'Port Dickinson', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38016, 'Port Ewen', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38017, 'Port Henry', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38018, 'Port Jefferson', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38019, 'Port Jefferson Station', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38020, 'Port Jervis', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38021, 'Port Leyden', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38022, 'Portville', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38023, 'Port Washington', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38024, 'Port Washington North', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38025, 'Potsdam', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38026, 'Poughkeepsie', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38027, 'Preston-potter Hollow', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38028, 'Prospect', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38029, 'Pulaski', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38030, 'Putnam Lake', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38031, 'Quioque', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38032, 'Quogue', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38033, 'Randolph', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38034, 'Ransomville', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38035, 'Rapids', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38036, 'Ravena', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38037, 'Red Creek', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38038, 'Redford', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38039, 'Red Hook', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38040, 'Red Oaks Mill', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38041, 'Redwood', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38042, 'Remsen', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38043, 'Remsenburg-speonk', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38044, 'Rensselaer', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38045, 'Rensselaer Falls', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38046, 'Rhinebeck', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38047, 'Richburg', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38048, 'Richfield Springs', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38049, 'Richmondville', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38050, 'Richville', 3862, 233, '2019-01-25 03:00:48', '2019-01-25 03:04:55', 1), +(38051, 'Ridge', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38052, 'Rifton', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38053, 'Ripley', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38054, 'Riverhead', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38055, 'Riverside', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38056, 'Rochester', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38057, 'Rock Hill', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38058, 'Rockville Centre', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38059, 'Rocky Point', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38060, 'Rome', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38061, 'Ronkonkoma', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38062, 'Roosevelt', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38063, 'Roscoe', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38064, 'Rosendale Village', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38065, 'Roslyn', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38066, 'Roslyn Estates', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38067, 'Roslyn Harbor', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38068, 'Roslyn Heights', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38069, 'Rotterdam', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38070, 'Round Lake', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38071, 'Rouses Point', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38072, 'Rushville', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38073, 'Russell Gardens', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38074, 'Rye', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38075, 'Rye Brook', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38076, 'Sackets Harbor', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38077, 'Saddle Rock', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38078, 'Saddle Rock Estates', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38079, 'Sagaponack', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38080, 'Sag Harbor', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38081, 'St. Bonaventure', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38082, 'St. James', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38083, 'St. Johnsville', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38084, 'Salamanca', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38085, 'Salem', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38086, 'Salisbury', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38087, 'Saltaire', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38088, 'Sand Ridge', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38089, 'Sands Point', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38090, 'Sandy Creek', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38091, 'Saranac Lake', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38092, 'Saratoga Springs', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38093, 'Saugerties', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38094, 'Saugerties South', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38095, 'Savona', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38096, 'Sayville', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38097, 'Scarsdale', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38098, 'Schaghticoke', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38099, 'Schenectady', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38100, 'Schoharie', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38101, 'Schuylerville', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38102, 'Scotchtown', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38103, 'Scotia', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38104, 'Scotts Corners', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38105, 'Scottsville', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38106, 'Sea Cliff', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38107, 'Seaford', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38108, 'Searingtown', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38109, 'Selden', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38110, 'Seneca Falls', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38111, 'Seneca Knolls', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38112, 'Setauket-east Setauket', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38113, 'Sharon Springs', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38114, 'Shelter Island', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38115, 'Shelter Island Heights', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38116, 'Shenorock', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38117, 'Sherburne', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38118, 'Sherman', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38119, 'Sherrill', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:55', 1), +(38120, 'Shinnecock Hills', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38121, 'Shirley', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38122, 'Shokan', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38123, 'Shoreham', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38124, 'Shortsville', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38125, 'Shrub Oak', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38126, 'Sidney', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38127, 'Silver Creek', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38128, 'Silver Springs', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38129, 'Sinclairville', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38130, 'Skaneateles', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38131, 'Sleepy Hollow', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38132, 'Sloan', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38133, 'Sloatsburg', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38134, 'Smallwood', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38135, 'Smithtown', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38136, 'Smyrna', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38137, 'Sodus', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38138, 'Sodus Point', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38139, 'Solvay', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38140, 'Sound Beach', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38141, 'Southampton', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38142, 'South Corning', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38143, 'South Dayton', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38144, 'South Fallsburg', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38145, 'South Farmingdale', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38146, 'South Floral Park', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38147, 'South Glens Falls', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38148, 'South Hempstead', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38149, 'South Hill', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38150, 'South Huntington', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38151, 'South Lockport', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38152, 'South Nyack', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38153, 'Southold', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38154, 'Southport', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38155, 'South Valley Stream', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38156, 'Spackenkill', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38157, 'Speculator', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38158, 'Spencer', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38159, 'Spencerport', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38160, 'Springs', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38161, 'Spring Valley', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38162, 'Springville', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38163, 'Staatsburg', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38164, 'Stamford', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38165, 'Stannards', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38166, 'Star Lake', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38167, 'Stewart Manor', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38168, 'Stillwater', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38169, 'Stone Ridge', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38170, 'Stony Brook', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38171, 'Stony Point', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38172, 'Stottville', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38173, 'Suffern', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38174, 'Sylvan Beach', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38175, 'Syosset', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38176, 'Syracuse', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38177, 'Tannersville', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38178, 'Tappan', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38179, 'Tarrytown', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38180, 'Terryville', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38181, 'Theresa', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38182, 'Thiells', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38183, 'Thomaston', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38184, 'Thornwood', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38185, 'Tillson', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38186, 'Tivoli', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38187, 'Tonawanda', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38188, 'Town Line', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38189, 'Tribes Hill', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38190, 'Troy', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38191, 'Trumansburg', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38192, 'Tuckahoe', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38193, 'Tully', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38194, 'Tupper Lake', 3862, 233, '2019-01-25 03:00:49', '2019-01-25 03:04:56', 1), +(38195, 'Turin', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38196, 'Tuxedo Park', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38197, 'Unadilla', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38198, 'Uniondale', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38199, 'Union Springs', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38200, 'Unionville', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38201, 'University Gardens', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38202, 'Upper Brookville', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38203, 'Upper Nyack', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38204, 'Utica', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38205, 'Vails Gate', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38206, 'Valatie', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38207, 'Valhalla', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38208, 'Valley Cottage', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38209, 'Valley Falls', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38210, 'Valley Stream', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38211, 'Van Etten', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38212, 'Vernon', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38213, 'Verplanck', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38214, 'Victor', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38215, 'Victory', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38216, 'Village Green', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38217, 'Village Of The Branch', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38218, 'Viola', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38219, 'Voorheesville', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38220, 'Waddington', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38221, 'Wading River', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38222, 'Wainscott', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38223, 'Walden', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38224, 'Walker Valley', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38225, 'Wallkill', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38226, 'Walton', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38227, 'Walton Park', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38228, 'Wampsville', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38229, 'Wantagh', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38230, 'Wappingers Falls', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38231, 'Warrensburg', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38232, 'Warsaw', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38233, 'Warwick', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38234, 'Washington Heights', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38235, 'Washingtonville', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38236, 'Waterford', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38237, 'Waterloo', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38238, 'Watermill', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38239, 'Watertown', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38240, 'Waterville', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38241, 'Watervliet', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38242, 'Watkins Glen', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38243, 'Waverly', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38244, 'Wayland', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38245, 'Webster', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38246, 'Weedsport', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38247, 'Wellsburg', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38248, 'Wellsville', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38249, 'Wesley Hills', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38250, 'West Babylon', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38251, 'West Bay Shore', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38252, 'Westbury', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38253, 'West Carthage', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38254, 'West Elmira', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38255, 'West End', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38256, 'Westfield', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38257, 'West Glens Falls', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38258, 'Westhampton', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38259, 'Westhampton Beach', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38260, 'West Hampton Dunes', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38261, 'West Haverstraw', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38262, 'West Hempstead', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38263, 'West Hills', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38264, 'West Hurley', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38265, 'West Islip', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38266, 'Westmere', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38267, 'West Nyack', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38268, 'Weston Mills', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38269, 'West Point', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38270, 'West Sand Lake', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38271, 'West Sayville', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38272, 'West Seneca', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38273, 'Westvale', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38274, 'West Winfield', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38275, 'Wheatley Heights', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:56', 1), +(38276, 'Whitehall', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38277, 'White Plains', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38278, 'Whitesboro', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38279, 'Whitney Point', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38280, 'Williamsville', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38281, 'Williston Park', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38282, 'Wilson', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38283, 'Windham', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38284, 'Windsor', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38285, 'Wolcott', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38286, 'Woodbury', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38287, 'Woodmere', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38288, 'Woodridge', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38289, 'Woodsburgh', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38290, 'Woodstock', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38291, 'Wurtsboro', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38292, 'Wyandanch', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38293, 'Wynantskill', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38294, 'Wyoming', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38295, 'Yaphank', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38296, 'Yonkers', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38297, 'Yorkshire', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38298, 'Yorktown Heights', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38299, 'Yorkville', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38300, 'Youngstown', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38301, 'Zena', 3862, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38302, 'Aberdeen', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38303, 'Ahoskie', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38304, 'Alamance', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38305, 'Albemarle', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38306, 'Alliance', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38307, 'Altamahaw-ossipee', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38308, 'Andrews', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38309, 'Angier', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38310, 'Ansonville', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38311, 'Apex', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38312, 'Arapahoe', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38313, 'Archdale', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38314, 'Arlington', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38315, 'Asheboro', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38316, 'Asheville', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38317, 'Ashley Heights', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38318, 'Askewville', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38319, 'Atkinson', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38320, 'Atlantic Beach', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38321, 'Aulander', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38322, 'Aurora', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38323, 'Autryville', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38324, 'Avery Creek', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38325, 'Ayden', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38326, 'Badin', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38327, 'Bailey', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38328, 'Bakersville', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38329, 'Bald Head Island', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38330, 'Balfour', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38331, 'Banner Elk', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38332, 'Barker Heights', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38333, 'Barker Ten Mile', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38334, 'Bath', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38335, 'Bayboro', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38336, 'Bayshore', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38337, 'Beargrass', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38338, 'Beaufort', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38339, 'Beech Mountain', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38340, 'Belhaven', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38341, 'Belmont', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38342, 'Belville', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38343, 'Belwood', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38344, 'Benson', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38345, 'Bent Creek', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38346, 'Bermuda Run', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38347, 'Bessemer City', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38348, 'Bethania', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38349, 'Bethel', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38350, 'Bethlehem', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38351, 'Beulaville', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38352, 'Biltmore Forest', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38353, 'Biscoe', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38354, 'Black Creek', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38355, 'Black Mountain', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38356, 'Bladenboro', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38357, 'Blowing Rock', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38358, 'Boardman', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38359, 'Boger City', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38360, 'Bogue', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38361, 'Boiling Spring Lakes', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38362, 'Boiling Springs', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38363, 'Bolivia', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38364, 'Bolton', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38365, 'Bonnetsville', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38366, 'Boone', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38367, 'Boonville', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38368, 'Bostic', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38369, 'Bowmore', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38370, 'Brevard', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38371, 'Brices Creek', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38372, 'Bridgeton', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38373, 'Broadway', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38374, 'Brogden', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38375, 'Brookford', 3863, 233, '2019-01-25 03:00:50', '2019-01-25 03:04:57', 1), +(38376, 'Brunswick', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38377, 'Bryson City', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38378, 'Buies Creek', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38379, 'Bunn', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38380, 'Burgaw', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38381, 'Burlington', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38382, 'Burnsville', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38383, 'Butner', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38384, 'Butters', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38385, 'Cajah S Mountain', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38386, 'Calabash', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38387, 'Calypso', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38388, 'Cameron', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38389, 'Candor', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38390, 'Canton', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38391, 'Cape Carteret', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38392, 'Carolina Beach', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38393, 'Carolina Shores', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38394, 'Carrboro', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38395, 'Carthage', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38396, 'Cary', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38397, 'Casar', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38398, 'Cashiers', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38399, 'Castalia', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38400, 'Castle Hayne', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38401, 'Caswell Beach', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38402, 'Catawba', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38403, 'Cedar Point', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38404, 'Cedar Rock', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38405, 'Centerville', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38406, 'Cerro Gordo', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38407, 'Chadbourn', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38408, 'Chapel Hill', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38409, 'Charlotte', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38410, 'Cherryville', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38411, 'Chimney Rock', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38412, 'China Grove', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38413, 'Chocowinity', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38414, 'Claremont', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38415, 'Clarkton', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38416, 'Clayton', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38417, 'Clemmons', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38418, 'Cleveland', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38419, 'Clinton', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38420, 'Clyde', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38421, 'Coats', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38422, 'Cofield', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38423, 'Colerain', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38424, 'Columbia', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38425, 'Columbus', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38426, 'Como', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38427, 'Concord', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38428, 'Conetoe', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38429, 'Connelly Springs', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38430, 'Conover', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38431, 'Conway', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38432, 'Cooleemee', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38433, 'Cornelius', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38434, 'Cove City', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38435, 'Cramerton', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38436, 'Creedmoor', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38437, 'Creswell', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38438, 'Cricket', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:57', 1), +(38439, 'Crossnore', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38440, 'Cullowhee', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38441, 'Dallas', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38442, 'Danbury', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38443, 'Davidson', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38444, 'Delway', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38445, 'Denton', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38446, 'Dillsboro', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38447, 'Dobbins Heights', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38448, 'Dobson', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38449, 'Dortches', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38450, 'Dover', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38451, 'Drexel', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38452, 'Dublin', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38453, 'Dundarrach', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38454, 'Dunn', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38455, 'Durham', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38456, 'Earl', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38457, 'East Arcadia', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38458, 'East Bend', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38459, 'East Flat Rock', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38460, 'East Laurinburg', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38461, 'Eastover', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38462, 'East Rockingham', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38463, 'East Spencer', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38464, 'Eden', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38465, 'Edenton', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38466, 'Elizabeth City', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38467, 'Elizabethtown', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38468, 'Elkin', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38469, 'Elk Park', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38470, 'Ellenboro', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38471, 'Ellerbe', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38472, 'Elm City', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38473, 'Elon College', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38474, 'Elrod', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38475, 'Elroy', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38476, 'Emerald Isle', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38477, 'Enfield', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38478, 'Enochville', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38479, 'Erwin', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38480, 'Etowah', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38481, 'Eureka', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38482, 'Everetts', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38483, 'Fair Bluff', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38484, 'Fairfield Harbour', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38485, 'Fairmont', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38486, 'Fairplains', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38487, 'Fairview', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38488, 'Faison', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38489, 'Faith', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38490, 'Falcon', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38491, 'Falkland', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38492, 'Fallston', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38493, 'Farmville', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38494, 'Fayetteville', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38495, 'Fearrington', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38496, 'Five Points', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38497, 'Flat Rock', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(38498, 'Fletcher', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38499, 'Forest City', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38500, 'Forest Hills', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38501, 'Forest Oaks', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38502, 'Fort Bragg', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38503, 'Fountain', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38504, 'Four Oaks', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38505, 'Foxfire', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38506, 'Franklin', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38507, 'Franklinton', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38508, 'Franklinville', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38509, 'Fremont', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38510, 'Fuquay-varina', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38511, 'Gamewell', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38512, 'Garland', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38513, 'Garner', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38514, 'Garysburg', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38515, 'Gaston', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38516, 'Gastonia', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38517, 'Gatesville', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38518, 'Gibson', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38519, 'Gibsonville', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38520, 'Glen Alpine', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38521, 'Glen Raven', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38522, 'Godwin', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38523, 'Goldsboro', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38524, 'Goldston', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38525, 'Gorman', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38526, 'Graham', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38527, 'Grandfather', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38528, 'Granite Falls', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38529, 'Granite Quarry', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38530, 'Greenevers', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38531, 'Green Level', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38532, 'Greensboro', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38533, 'Greenville', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38534, 'Grifton', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38535, 'Grimesland', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38536, 'Grover', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38537, 'Half Moon', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38538, 'Halifax', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38539, 'Hamilton', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38540, 'Hamlet', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38541, 'Harkers Island', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38542, 'Harmony', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38543, 'Harrells', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38544, 'Harrellsville', 3863, 233, '2019-01-25 03:00:51', '2019-01-25 03:04:58', 1), +(38545, 'Harrisburg', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38546, 'Hassell', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38547, 'Havelock', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38548, 'Haw River', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38549, 'Hayesville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38550, 'Hays', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38551, 'Hemby Bridge', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38552, 'Henderson', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38553, 'Hendersonville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38554, 'Hertford', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38555, 'Hickory', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38556, 'Highlands', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38557, 'High Point', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38558, 'High Shoals', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38559, 'Hightsville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38560, 'Hildebran', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38561, 'Hillsborough', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38562, 'Hobgood', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38563, 'Hoffman', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38564, 'Holden Beach', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38565, 'Holly Ridge', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38566, 'Holly Springs', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38567, 'Hookerton', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38568, 'Hope Mills', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38569, 'Hot Springs', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38570, 'Hudson', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38571, 'Huntersville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38572, 'Icard', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38573, 'Indian Beach', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38574, 'Indian Trail', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38575, 'Ingold', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38576, 'Ivanhoe', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38577, 'Jaars', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38578, 'Jackson', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38579, 'Jacksonville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38580, 'James City', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38581, 'Jamestown', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:58', 1), +(38582, 'Jamesville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38583, 'Jefferson', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38584, 'Jonesville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38585, 'Kannapolis', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38586, 'Keener', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38587, 'Kelford', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38588, 'Kelly', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38589, 'Kenansville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38590, 'Kenly', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38591, 'Kernersville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38592, 'Kill Devil Hills', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38593, 'King', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38594, 'Kings Grant', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38595, 'Kings Mountain', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38596, 'Kingstown', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38597, 'Kinston', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38598, 'Kirkland', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38599, 'Kittrell', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38600, 'Kitty Hawk', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38601, 'Knightdale', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38602, 'Kure Beach', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38603, 'La Grange', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38604, 'Lake Junaluska', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38605, 'Lake Lure', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38606, 'Lake Norman Of Catawba', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38607, 'Lake Park', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38608, 'Lake Santeetlah', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38609, 'Lake Waccamaw', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38610, 'Landis', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38611, 'Lansing', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38612, 'Lasker', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38613, 'Lattimore', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38614, 'Laurel Park', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38615, 'Laurinburg', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38616, 'Lawndale', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38617, 'Leggett', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38618, 'Leland', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38619, 'Lenoir', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38620, 'Lewiston Woodville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38621, 'Lewisville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38622, 'Lexington', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38623, 'Liberty', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38624, 'Light Oak', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38625, 'Lilesville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38626, 'Lillington', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38627, 'Lincolnton', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38628, 'Linden', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38629, 'Littleton', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38630, 'Locust', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38631, 'Long View', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38632, 'Louisburg', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38633, 'Love Valley', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38634, 'Lowell', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38635, 'Lowesville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38636, 'Lucama', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38637, 'Lumber Bridge', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38638, 'Lumberton', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38639, 'Mcadenville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38640, 'Macclesfield', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38641, 'Mcdonald', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38642, 'Mcfarlan', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38643, 'Mcleansville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38644, 'Macon', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38645, 'Madison', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38646, 'Maggie Valley', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38647, 'Magnolia', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38648, 'Maiden', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38649, 'Manteo', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38650, 'Marietta', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38651, 'Marion', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38652, 'Mar-mac', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38653, 'Marshall', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38654, 'Mars Hill', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38655, 'Marshville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38656, 'Marvin', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38657, 'Masonboro', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38658, 'Matthews', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38659, 'Maxton', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38660, 'Mayodan', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38661, 'Maysville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38662, 'Mebane', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38663, 'Mesic', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38664, 'Micro', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38665, 'Middleburg', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38666, 'Middlesex', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38667, 'Millers Creek', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38668, 'Milton', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38669, 'Mineral Springs', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38670, 'Minnesott Beach', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38671, 'Mint Hill', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38672, 'Mocksville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38673, 'Momeyer', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38674, 'Monroe', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38675, 'Montreat', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38676, 'Mooresboro', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38677, 'Mooresville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38678, 'Moravian Falls', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38679, 'Morehead City', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38680, 'Morganton', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38681, 'Morrisville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38682, 'Morven', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38683, 'Mountain Home', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38684, 'Mountain View', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38685, 'Mount Airy', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38686, 'Mount Gilead', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38687, 'Mount Holly', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38688, 'Mount Olive', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38689, 'Mount Pleasant', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38690, 'Mulberry', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38691, 'Murfreesboro', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38692, 'Murphy', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38693, 'Murraysville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38694, 'Myrtle Grove', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38695, 'Nags Head', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38696, 'Nashville', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38697, 'Navassa', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38698, 'Neuse Forest', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38699, 'New Bern', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38700, 'Newland', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38701, 'New London', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38702, 'Newport', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38703, 'Newton', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38704, 'Newton Grove', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38705, 'Norlina', 3863, 233, '2019-01-25 03:00:52', '2019-01-25 03:04:59', 1), +(38706, 'Norman', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38707, 'Northlakes', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38708, 'North Topsail Beach', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38709, 'Northwest', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38710, 'North Wilkesboro', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38711, 'Norwood', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38712, 'Oakboro', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38713, 'Oak City', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38714, 'Oak Island', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38715, 'Oak Ridge', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38716, 'Ocean Isle Beach', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38717, 'Ocracoke', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38718, 'Ogden', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38719, 'Old Fort', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38720, 'Oriental', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38721, 'Orrum', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38722, 'Oxford', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38723, 'Pantego', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38724, 'Parkton', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38725, 'Parmele', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38726, 'Patterson Springs', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:04:59', 1), +(38727, 'Peachland', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38728, 'Peletier', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38729, 'Pembroke', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38730, 'Pikeville', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38731, 'Pilot Mountain', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38732, 'Pinebluff', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38733, 'Pinehurst', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38734, 'Pine Knoll Shores', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38735, 'Pine Level', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38736, 'Pinetops', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38737, 'Pineville', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38738, 'Piney Green', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38739, 'Pink Hill', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38740, 'Pittsboro', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38741, 'Plain View', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38742, 'Pleasant Garden', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38743, 'Pleasant Hill', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38744, 'Plymouth', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38745, 'Polkton', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38746, 'Polkville', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38747, 'Pollocksville', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38748, 'Pope Afb', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38749, 'Powellsville', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38750, 'Princeton', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38751, 'Princeville', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38752, 'Proctorville', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38753, 'Prospect', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38754, 'Pumpkin Center', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38755, 'Raeford', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38756, 'Raemon', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38757, 'Raleigh', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38758, 'Ramseur', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38759, 'Randleman', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38760, 'Ranlo', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38761, 'Raynham', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38762, 'Red Oak', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38763, 'Red Springs', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38764, 'Reidsville', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38765, 'Rennert', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38766, 'Rex', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38767, 'Rhodhiss', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38768, 'Richfield', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38769, 'Richlands', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38770, 'Rich Square', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38771, 'River Bend', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38772, 'River Road', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38773, 'Roanoke Rapids', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38774, 'Robbins', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38775, 'Robbinsville', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38776, 'Robersonville', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38777, 'Rockfish', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38778, 'Rockingham', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38779, 'Rockwell', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38780, 'Rocky Mount', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38781, 'Rolesville', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38782, 'Ronda', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38783, 'Roper', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38784, 'Roseboro', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38785, 'Rose Hill', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38786, 'Rosman', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38787, 'Rowland', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38788, 'Roxboro', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38789, 'Roxobel', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38790, 'Royal Pines', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38791, 'Rural Hall', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38792, 'Ruth', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38793, 'Rutherford College', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38794, 'Rutherfordton', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38795, 'St. Helena', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38796, 'St. James', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38797, 'St. Pauls', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38798, 'St. Stephens', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38799, 'Salem', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38800, 'Salemburg', 3863, 233, '2019-01-25 03:00:53', '2019-01-25 03:05:00', 1), +(38801, 'Salisbury', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38802, 'Saluda', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38803, 'Sandy Creek', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38804, 'Sandyfield', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38805, 'Sanford', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38806, 'Saratoga', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38807, 'Sawmills', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38808, 'Saxapahaw', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38809, 'Scotland Neck', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38810, 'Seaboard', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38811, 'Sea Breeze', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38812, 'Seagate', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38813, 'Seagrove', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38814, 'Sedalia', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38815, 'Selma', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38816, 'Seven Devils', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38817, 'Seven Lakes', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38818, 'Seven Springs', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38819, 'Severn', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38820, 'Shallotte', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38821, 'Shannon', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38822, 'Sharpsburg', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38823, 'Shelby', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38824, 'Sherrills Ford', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38825, 'Siler City', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38826, 'Silver City', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38827, 'Silver Lake', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38828, 'Simpson', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38829, 'Sims', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38830, 'Skippers Corner', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38831, 'Smithfield', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38832, 'Sneads Ferry', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38833, 'Snow Hill', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38834, 'Southern Pines', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38835, 'Southern Shores', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38836, 'South Gastonia', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38837, 'South Henderson', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38838, 'Southport', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38839, 'South Rosemary', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38840, 'South Weldon', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38841, 'Sparta', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38842, 'Speed', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38843, 'Spencer', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38844, 'Spencer Mountain', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38845, 'Spindale', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38846, 'Spiveys Corner', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38847, 'Spring Hope', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38848, 'Spring Lake', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38849, 'Spruce Pine', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38850, 'Staley', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38851, 'Stallings', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38852, 'Stanfield', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38853, 'Stanley', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38854, 'Stantonsburg', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38855, 'Star', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38856, 'Statesville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38857, 'Stedman', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38858, 'Stem', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38859, 'Stokesdale', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38860, 'Stoneville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38861, 'Stonewall', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38862, 'Stony Point', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38863, 'Stovall', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38864, 'Sugar Mountain', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38865, 'Summerfield', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38866, 'Sunset Beach', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38867, 'Surf City', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38868, 'Swannanoa', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38869, 'Swansboro', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38870, 'Swepsonville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38871, 'Sylva', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38872, 'Tabor City', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38873, 'Tarboro', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38874, 'Tar Heel', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:00', 1), +(38875, 'Taylorsville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38876, 'Taylortown', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38877, 'Teachey', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38878, 'Thomasville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38879, 'Toast', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38880, 'Tobaccoville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38881, 'Topsail Beach', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38882, 'Trenton', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38883, 'Trent Woods', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38884, 'Trinity', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38885, 'Troutman', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38886, 'Troy', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38887, 'Tryon', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38888, 'Turkey', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38889, 'Unionville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38890, 'Valdese', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38891, 'Valley Hill', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38892, 'Vanceboro', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38893, 'Vandemere', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38894, 'Vander', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38895, 'Vann Crossroads', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38896, 'Varnamtown', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38897, 'Vass', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38898, 'Waco', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38899, 'Wade', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38900, 'Wadesboro', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38901, 'Wagram', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38902, 'Wake Forest', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38903, 'Walkertown', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38904, 'Wallace', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38905, 'Walnut Cove', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38906, 'Walnut Creek', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38907, 'Walstonburg', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38908, 'Wanchese', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38909, 'Warrenton', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38910, 'Warsaw', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38911, 'Washington', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38912, 'Washington Park', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38913, 'Watha', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38914, 'Waxhaw', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38915, 'Waynesville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38916, 'Weaverville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38917, 'Webster', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38918, 'Weddington', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38919, 'Welcome', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38920, 'Weldon', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38921, 'Wendell', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38922, 'Wentworth', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38923, 'Wesley Chapel', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38924, 'West Canton', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38925, 'West Jefferson', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38926, 'West Marion', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38927, 'Westport', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38928, 'West Smithfield', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38929, 'Whispering Pines', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38930, 'Whitakers', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38931, 'White Lake', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38932, 'White Oak', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38933, 'White Plains', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38934, 'Whiteville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38935, 'Whitsett', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38936, 'Wilkesboro', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38937, 'Williamston', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38938, 'Wilmington', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38939, 'Wilson', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38940, 'Wilson S Mills', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38941, 'Windsor', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38942, 'Winfall', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38943, 'Wingate', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38944, 'Winston-salem', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38945, 'Winterville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38946, 'Winton', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38947, 'Woodfin', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38948, 'Woodland', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38949, 'Woodlawn', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38950, 'Wrightsboro', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38951, 'Wrightsville Beach', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38952, 'Yadkinville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38953, 'Yanceyville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38954, 'Youngsville', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38955, 'Zebulon', 3863, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38956, 'Abercrombie', 3864, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38957, 'Adams', 3864, 233, '2019-01-25 03:00:54', '2019-01-25 03:05:01', 1), +(38958, 'Alamo', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38959, 'Alexander', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38960, 'Alice', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38961, 'Almont', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38962, 'Alsen', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38963, 'Ambrose', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38964, 'Amenia', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38965, 'Amidon', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38966, 'Anamoose', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38967, 'Aneta', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38968, 'Antler', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38969, 'Ardoch', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38970, 'Argusville', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38971, 'Arnegard', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38972, 'Arthur', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38973, 'Ashley', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38974, 'Ayr', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38975, 'Balfour', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38976, 'Balta', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38977, 'Bantry', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38978, 'Barney', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38979, 'Bathgate', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38980, 'Beach', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38981, 'Belcourt', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38982, 'Belfield', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38983, 'Benedict', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38984, 'Bergen', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38985, 'Berlin', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38986, 'Berthold', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38987, 'Beulah', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38988, 'Binford', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38989, 'Bisbee', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38990, 'Bismarck', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38991, 'Bottineau', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38992, 'Bowbells', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38993, 'Bowdon', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38994, 'Bowman', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38995, 'Braddock', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38996, 'Briarwood', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38997, 'Brinsmade', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38998, 'Brocket', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(38999, 'Buchanan', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39000, 'Bucyrus', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39001, 'Buffalo', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39002, 'Burlington', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39003, 'Butte', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39004, 'Buxton', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39005, 'Calio', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39006, 'Calvin', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39007, 'Cando', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39008, 'Cannon Ball', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39009, 'Canton City', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39010, 'Carpio', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39011, 'Carrington', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39012, 'Carson', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39013, 'Casselton', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39014, 'Cathay', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39015, 'Cavalier', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39016, 'Cayuga', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39017, 'Center', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39018, 'Christine', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39019, 'Churchs Ferry', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39020, 'Cleveland', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39021, 'Clifford', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39022, 'Cogswell', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39023, 'Coleharbor', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39024, 'Colfax', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39025, 'Columbus', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39026, 'Conway', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39027, 'Cooperstown', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39028, 'Courtenay', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39029, 'Crary', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39030, 'Crosby', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39031, 'Crystal', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39032, 'Davenport', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39033, 'Dawson', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39034, 'Dazey', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39035, 'Deering', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39036, 'Des Lacs', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39037, 'Devils Lake', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:01', 1), +(39038, 'Dickey', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39039, 'Dickinson', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39040, 'Dodge', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39041, 'Donnybrook', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39042, 'Douglas', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39043, 'Drake', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39044, 'Drayton', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39045, 'Dunn Center', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39046, 'Dunseith', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39047, 'Dwight', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39048, 'East Dunseith', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39049, 'Edgeley', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39050, 'Edinburg', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39051, 'Edmore', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39052, 'Egeland', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39053, 'Elgin', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39054, 'Ellendale', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39055, 'Elliott', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39056, 'Emerado', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39057, 'Enderlin', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39058, 'Epping', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39059, 'Erie', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39060, 'Esmond', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39061, 'Fairdale', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39062, 'Fairmount', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39063, 'Fargo', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39064, 'Fessenden', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39065, 'Fingal', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39066, 'Finley', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39067, 'Flasher', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39068, 'Flaxton', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39069, 'Forbes', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39070, 'Fordville', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39071, 'Forest River', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39072, 'Forman', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39073, 'Fort Ransom', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39074, 'Fort Totten', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39075, 'Fortuna', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39076, 'Fort Yates', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39077, 'Four Bears Village', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39078, 'Fredonia', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39079, 'Frontier', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39080, 'Fullerton', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39081, 'Gackle', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39082, 'Galesburg', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39083, 'Gardena', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39084, 'Gardner', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39085, 'Garrison', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39086, 'Gascoyne', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39087, 'Gilby', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39088, 'Gladstone', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39089, 'Glenburn', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39090, 'Glenfield', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39091, 'Glen Ullin', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39092, 'Golden Valley', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39093, 'Golva', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39094, 'Goodrich', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39095, 'Grace City', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39096, 'Grafton', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39097, 'Grand Forks', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39098, 'Grand Forks Afb', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39099, 'Grandin', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39100, 'Grano', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39101, 'Granville', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39102, 'Great Bend', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39103, 'Grenora', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39104, 'Gwinner', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39105, 'Hague', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39106, 'Halliday', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39107, 'Hamberg', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39108, 'Hamilton', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39109, 'Hampden', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39110, 'Hankinson', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39111, 'Hannaford', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39112, 'Hannah', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39113, 'Hansboro', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39114, 'Harvey', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39115, 'Harwood', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39116, 'Hatton', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39117, 'Havana', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39118, 'Haynes', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39119, 'Hazelton', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39120, 'Hazen', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39121, 'Hebron', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(39122, 'Hettinger', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39123, 'Hillsboro', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39124, 'Hoople', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39125, 'Hope', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39126, 'Horace', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39127, 'Hove Mobile Park', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39128, 'Hunter', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39129, 'Hurdsfield', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39130, 'Inkster', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39131, 'Jamestown', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39132, 'Jud', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39133, 'Karlsruhe', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39134, 'Kathryn', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39135, 'Kenmare', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39136, 'Kensal', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39137, 'Kief', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39138, 'Killdeer', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39139, 'Kindred', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39140, 'Knox', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39141, 'Kramer', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39142, 'Kulm', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39143, 'Lakota', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39144, 'Lamoure', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39145, 'Landa', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39146, 'Langdon', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39147, 'Lankin', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39148, 'Lansford', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39149, 'Larimore', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39150, 'Larson', 3864, 233, '2019-01-25 03:00:55', '2019-01-25 03:05:02', 1), +(39151, 'Lawton', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39152, 'Leal', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39153, 'Leeds', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39154, 'Lehr', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39155, 'Leith', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39156, 'Leonard', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39157, 'Lidgerwood', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39158, 'Lignite', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39159, 'Lincoln', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39160, 'Linton', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39161, 'Lisbon', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39162, 'Litchville', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39163, 'Loma', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39164, 'Loraine', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39165, 'Ludden', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39166, 'Luverne', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39167, 'Mcclusky', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39168, 'Mchenry', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39169, 'Mcville', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39170, 'Maddock', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39171, 'Makoti', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39172, 'Mandan', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39173, 'Mandaree', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39174, 'Mantador', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39175, 'Manvel', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39176, 'Mapleton', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39177, 'Marion', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39178, 'Marmarth', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39179, 'Martin', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39180, 'Max', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39181, 'Maxbass', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39182, 'Mayville', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39183, 'Maza', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39184, 'Medina', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39185, 'Medora', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39186, 'Mercer', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39187, 'Michigan City', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39188, 'Milnor', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39189, 'Milton', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39190, 'Minnewaukan', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39191, 'Minot', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39192, 'Minot Afb', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39193, 'Minto', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39194, 'Mohall', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39195, 'Monango', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39196, 'Montpelier', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39197, 'Mooreton', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39198, 'Mott', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39199, 'Mountain', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39200, 'Munich', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:02', 1), +(39201, 'Mylo', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39202, 'Napoleon', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39203, 'Neche', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39204, 'Nekoma', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39205, 'Newburg', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39206, 'New England', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39207, 'New Leipzig', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39208, 'New Rockford', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39209, 'New Salem', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39210, 'New Town', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39211, 'Niagara', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39212, 'Nome', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39213, 'Noonan', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39214, 'North River', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39215, 'Northwood', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39216, 'Oakes', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39217, 'Oberon', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39218, 'Oriska', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39219, 'Osnabrock', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39220, 'Overly', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39221, 'Oxbow', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39222, 'Page', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39223, 'Palermo', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39224, 'Park River', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39225, 'Parshall', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39226, 'Pekin', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39227, 'Pembina', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39228, 'Perth', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39229, 'Petersburg', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39230, 'Pettibone', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39231, 'Pick City', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39232, 'Pillsbury', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39233, 'Pingree', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39234, 'Pisek', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39235, 'Plaza', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39236, 'Portal', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39237, 'Portland', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39238, 'Powers Lake', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39239, 'Prairie Rose', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39240, 'Rawson', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39241, 'Ray', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39242, 'Reeder', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39243, 'Regan', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39244, 'Regent', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39245, 'Reile S Acres', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39246, 'Reynolds', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39247, 'Rhame', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39248, 'Richardton', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39249, 'Riverdale', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39250, 'Robinson', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39251, 'Rocklake', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39252, 'Rogers', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39253, 'Rolette', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39254, 'Rolla', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39255, 'Ross', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39256, 'Rugby', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39257, 'Ruso', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39258, 'Rutland', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39259, 'Ryder', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39260, 'St. John', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39261, 'St. Thomas', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39262, 'Sanborn', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39263, 'Sarles', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39264, 'Sawyer', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39265, 'Scranton', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39266, 'Selfridge', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39267, 'Sentinel Butte', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39268, 'Sharon', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39269, 'Sheldon', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39270, 'Shell Valley', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39271, 'Sherwood', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39272, 'Sheyenne', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39273, 'Sibley', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39274, 'Solen', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39275, 'Souris', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39276, 'South Heart', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39277, 'Spiritwood Lake', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39278, 'Springbrook', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39279, 'Stanley', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39280, 'Stanton', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39281, 'Starkweather', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39282, 'Steele', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39283, 'Strasburg', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39284, 'Streeter', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39285, 'Surrey', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39286, 'Sykeston', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39287, 'Tappen', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39288, 'Taylor', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39289, 'Thompson', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39290, 'Tioga', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39291, 'Tolley', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39292, 'Tolna', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39293, 'Tower City', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39294, 'Towner', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39295, 'Turtle Lake', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39296, 'Tuttle', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39297, 'Underwood', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39298, 'Upham', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39299, 'Valley City', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39300, 'Velva', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39301, 'Venturia', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39302, 'Verona', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:03', 1), +(39303, 'Voltaire', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:04', 1), +(39304, 'Wahpeton', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:04', 1), +(39305, 'Walcott', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:04', 1), +(39306, 'Wales', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:04', 1), +(39307, 'Walhalla', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:04', 1), +(39308, 'Warwick', 3864, 233, '2019-01-25 03:00:56', '2019-01-25 03:05:04', 1), +(39309, 'Washburn', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39310, 'Watford City', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39311, 'West Fargo', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39312, 'Westhope', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39313, 'Wheatland', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39314, 'White Earth', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39315, 'White Shield', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39316, 'Wildrose', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39317, 'Williston', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39318, 'Willow City', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39319, 'Wilton', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39320, 'Wimbledon', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39321, 'Wing', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39322, 'Wishek', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39323, 'Wolford', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39324, 'Woodworth', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39325, 'Wyndmere', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39326, 'York', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39327, 'Zap', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39328, 'Zeeland', 3864, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39329, 'Northern Mariana Islands', 4025, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39330, 'Aberdeen', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39331, 'Ada', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39332, 'Adamsville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39333, 'Addyston', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39334, 'Adelphi', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39335, 'Adena', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39336, 'Akron', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39337, 'Albany', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39338, 'Alexandria', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39339, 'Alger', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39340, 'Alliance', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39341, 'Alvordton', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39342, 'Amanda', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39343, 'Amberley', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39344, 'Amelia', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39345, 'Amesville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39346, 'Amherst', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39347, 'Amsterdam', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39348, 'Andover', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39349, 'Anna', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39350, 'Ansonia', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39351, 'Antioch', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39352, 'Antwerp', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39353, 'Apple Creek', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39354, 'Aquilla', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39355, 'Arcadia', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39356, 'Arcanum', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39357, 'Archbold', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39358, 'Arlington', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39359, 'Arlington Heights', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39360, 'Ashland', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39361, 'Ashley', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39362, 'Ashtabula', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39363, 'Ashville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39364, 'Athalia', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39365, 'Athens', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39366, 'Attica', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39367, 'Aurora', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39368, 'Austintown', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39369, 'Avon', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39370, 'Avon Lake', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39371, 'Bailey Lakes', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39372, 'Bainbridge', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39373, 'Bairdstown', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39374, 'Ballville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39375, 'Baltic', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39376, 'Baltimore', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39377, 'Barberton', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39378, 'Barnesville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39379, 'Barnhill', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39380, 'Batavia', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39381, 'Batesville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39382, 'Bay View', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39383, 'Bay Village', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39384, 'Beach City', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39385, 'Beachwood', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39386, 'Beallsville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39387, 'Beaver', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39388, 'Beavercreek', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39389, 'Beaverdam', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39390, 'Beckett Ridge', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39391, 'Bedford', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39392, 'Bedford Heights', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39393, 'Beechwood Trails', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39394, 'Bellaire', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39395, 'Bellbrook', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39396, 'Belle Center', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39397, 'Bellefontaine', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39398, 'Belle Valley', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39399, 'Bellevue', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39400, 'Bellville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:04', 1), +(39401, 'Belmont', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39402, 'Belmore', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39403, 'Beloit', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39404, 'Belpre', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39405, 'Bentleyville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39406, 'Benton Ridge', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39407, 'Berea', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39408, 'Bergholz', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39409, 'Berkey', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39410, 'Berlin Heights', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39411, 'Bethel', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39412, 'Bethesda', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39413, 'Bettsville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39414, 'Beverly', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39415, 'Bexley', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39416, 'Blacklick Estates', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39417, 'Blakeslee', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39418, 'Blanchester', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39419, 'Bloomdale', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39420, 'Bloomingburg', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39421, 'Bloomingdale', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39422, 'Bloomville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39423, 'Blue Ash', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39424, 'Bluffton', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39425, 'Boardman', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39426, 'Bolindale', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39427, 'Bolivar', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39428, 'Boston Heights', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39429, 'Botkins', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39430, 'Bowerston', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39431, 'Bowersville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39432, 'Bowling Green', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39433, 'Bradford', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39434, 'Bradner', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39435, 'Brady Lake', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39436, 'Bratenahl', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39437, 'Brecksville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39438, 'Bremen', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39439, 'Brewster', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39440, 'Brice', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39441, 'Bridgeport', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39442, 'Bridgetown North', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39443, 'Brimfield', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39444, 'Broadview Heights', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39445, 'Brookfield Center', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39446, 'Brooklyn', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39447, 'Brooklyn Heights', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39448, 'Brook Park', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39449, 'Brookside', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39450, 'Brookville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39451, 'Broughton', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39452, 'Brunswick', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39453, 'Bryan', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39454, 'Buchtel', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39455, 'Buckeye Lake', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39456, 'Buckland', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39457, 'Bucyrus', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39458, 'Burbank', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39459, 'Burgoon', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39460, 'Burkettsville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39461, 'Burlington', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39462, 'Burton', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39463, 'Butler', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39464, 'Butlerville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39465, 'Byesville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39466, 'Cadiz', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39467, 'Cairo', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39468, 'Calcutta', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39469, 'Caldwell', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39470, 'Caledonia', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39471, 'Cambridge', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39472, 'Camden', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39473, 'Campbell', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39474, 'Canal Fulton', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39475, 'Canal Winchester', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39476, 'Canfield', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39477, 'Canton', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39478, 'Cardington', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39479, 'Carey', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39480, 'Carlisle', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39481, 'Carroll', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39482, 'Carrollton', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39483, 'Casstown', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39484, 'Castalia', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39485, 'Castine', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39486, 'Catawba', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39487, 'Cecil', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39488, 'Cedarville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39489, 'Celina', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39490, 'Centerburg', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39491, 'Centerville', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:05', 1), +(39492, 'Chagrin Falls', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:06', 1), +(39493, 'Champion Heights', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:06', 1), +(39494, 'Chardon', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:06', 1), +(39495, 'Chatfield', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:06', 1), +(39496, 'Chauncey', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:06', 1), +(39497, 'Cherry Fork', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:06', 1), +(39498, 'Cherry Grove', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:06', 1), +(39499, 'Chesapeake', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:06', 1), +(39500, 'Cheshire', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:06', 1), +(39501, 'Chesterhill', 3865, 233, '2019-01-25 03:00:57', '2019-01-25 03:05:06', 1), +(39502, 'Chesterland', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39503, 'Chesterville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39504, 'Cheviot', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39505, 'Chickasaw', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39506, 'Chillicothe', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39507, 'Chilo', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39508, 'Chippewa Lake', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39509, 'Choctaw Lake', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39510, 'Christiansburg', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39511, 'Churchill', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39512, 'Cincinnati', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39513, 'Circleville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39514, 'Clarington', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39515, 'Clarksburg', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39516, 'Clarksville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39517, 'Clay Center', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39518, 'Clayton', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39519, 'Cleveland', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39520, 'Cleveland Heights', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39521, 'Cleves', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39522, 'Clifton', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39523, 'Clinton', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39524, 'Cloverdale', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39525, 'Clyde', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39526, 'Coal Grove', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39527, 'Coalton', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39528, 'Coldwater', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39529, 'College Corner', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39530, 'Columbiana', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39531, 'Columbus', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39532, 'Columbus Grove', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39533, 'Commercial Point', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39534, 'Conesville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39535, 'Congress', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39536, 'Conneaut', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39537, 'Continental', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39538, 'Convoy', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39539, 'Coolville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39540, 'Corning', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39541, 'Cortland', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39542, 'Corwin', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39543, 'Coshocton', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39544, 'Covedale', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39545, 'Covington', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39546, 'Craig Beach', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39547, 'Crestline', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39548, 'Creston', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39549, 'Cridersville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39550, 'Crooksville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39551, 'Crown City', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39552, 'Crystal Lakes', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39553, 'Cumberland', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39554, 'Custar', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39555, 'Cuyahoga Falls', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39556, 'Cuyahoga Heights', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39557, 'Cygnet', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39558, 'Dalton', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39559, 'Danville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39560, 'Darbyville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39561, 'Day Heights', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39562, 'Dayton', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39563, 'Deer Park', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39564, 'Deersville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39565, 'Defiance', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39566, 'De Graff', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39567, 'Delaware', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39568, 'Dellroy', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39569, 'Delphos', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39570, 'Delta', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39571, 'Dennison', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39572, 'Dent', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39573, 'Deshler', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39574, 'Devola', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39575, 'Dexter City', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39576, 'Dillonvale', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39577, 'Donnelsville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39578, 'Dover', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39579, 'Doylestown', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39580, 'Dresden', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39581, 'Drexel', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39582, 'Dry Run', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39583, 'Dublin', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39584, 'Dunkirk', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39585, 'Dupont', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39586, 'East Canton', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39587, 'East Cleveland', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39588, 'Eastlake', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39589, 'East Liverpool', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39590, 'East Palestine', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39591, 'East Sparta', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39592, 'Eaton', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39593, 'Eaton Estates', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39594, 'Edgerton', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39595, 'Edgewood', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39596, 'Edison', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39597, 'Edon', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39598, 'Eldorado', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39599, 'Elgin', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39600, 'Elida', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39601, 'Elmore', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:06', 1), +(39602, 'Elmwood Place', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39603, 'Elyria', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39604, 'Empire', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39605, 'Englewood', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39606, 'Enon', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39607, 'Euclid', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39608, 'Evendale', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39609, 'Fairborn', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39610, 'Fairfax', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39611, 'Fairfield', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39612, 'Fairfield Beach', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39613, 'Fairlawn', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39614, 'Fairport Harbor', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39615, 'Fairview', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39616, 'Fairview Lanes', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39617, 'Fairview Park', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39618, 'Farmersville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39619, 'Fayette', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39620, 'Fayetteville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39621, 'Felicity', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39622, 'Findlay', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39623, 'Finneytown', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39624, 'Five Points', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39625, 'Fletcher', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39626, 'Florida', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39627, 'Flushing', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39628, 'Forest', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39629, 'Forest Park', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39630, 'Forestville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39631, 'Fort Jennings', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39632, 'Fort Loramie', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39633, 'Fort Mckinley', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39634, 'Fort Recovery', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39635, 'Fort Shawnee', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39636, 'Fostoria', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39637, 'Frankfort', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39638, 'Franklin', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39639, 'Franklin Furnace', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39640, 'Frazeysburg', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39641, 'Fredericksburg', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39642, 'Fredericktown', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39643, 'Freeport', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39644, 'Fremont', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39645, 'Fruit Hill', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39646, 'Fulton', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39647, 'Fultonham', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39648, 'Gahanna', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39649, 'Galena', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39650, 'Galion', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39651, 'Gallipolis', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39652, 'Gambier', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39653, 'Gann', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39654, 'Garfield Heights', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39655, 'Garrettsville', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39656, 'Gates Mills', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39657, 'Geneva', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39658, 'Geneva-on-the-lake', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39659, 'Genoa', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39660, 'Georgetown', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39661, 'Germantown', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39662, 'Gettysburg', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39663, 'Gibsonburg', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39664, 'Gilboa', 3865, 233, '2019-01-25 03:00:58', '2019-01-25 03:05:07', 1), +(39665, 'Girard', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39666, 'Glandorf', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39667, 'Glendale', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39668, 'Glenford', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39669, 'Glenmont', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39670, 'Glenmoor', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39671, 'Glenwillow', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39672, 'Gloria Glens Park', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39673, 'Glouster', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39674, 'Gnadenhutten', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39675, 'Golf Manor', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39676, 'Gordon', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39677, 'Grafton', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39678, 'Grand Rapids', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39679, 'Grand River', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39680, 'Grandview', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39681, 'Grandview Heights', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39682, 'Granville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39683, 'Granville South', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39684, 'Gratiot', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39685, 'Gratis', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39686, 'Graysville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39687, 'Green', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39688, 'Green Camp', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39689, 'Greenfield', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39690, 'Greenhills', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39691, 'Green Meadows', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39692, 'Green Springs', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39693, 'Greentown', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39694, 'Greenville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39695, 'Greenwich', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39696, 'Groesbeck', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39697, 'Grove City', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39698, 'Groveport', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39699, 'Grover Hill', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39700, 'Hamden', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39701, 'Hamersville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39702, 'Hamilton', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39703, 'Hamler', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39704, 'Hanging Rock', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39705, 'Hanover', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39706, 'Hanoverton', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39707, 'Harbor Hills', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39708, 'Harbor View', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39709, 'Harpster', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39710, 'Harrisburg', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39711, 'Harrison', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39712, 'Harrisville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39713, 'Harrod', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39714, 'Hartford', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39715, 'Hartville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39716, 'Harveysburg', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:07', 1), +(39717, 'Haskins', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39718, 'Haviland', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39719, 'Hayesville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39720, 'Heath', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39721, 'Hebron', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39722, 'Helena', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39723, 'Hemlock', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39724, 'Hicksville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39725, 'Higginsport', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39726, 'Highland', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39727, 'Highland Heights', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39728, 'Highland Hills', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39729, 'Hilliard', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39730, 'Hills And Dales', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39731, 'Hillsboro', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39732, 'Hilltop', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39733, 'Hiram', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39734, 'Holgate', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39735, 'Holiday City', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39736, 'Holiday Valley', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39737, 'Holland', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39738, 'Hollansburg', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39739, 'Holloway', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39740, 'Holmesville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39741, 'Hopedale', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39742, 'Howland Center', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39743, 'Hoytville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39744, 'Hubbard', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39745, 'Huber Heights', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39746, 'Huber Ridge', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39747, 'Hudson', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39748, 'Hunter', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(39749, 'Hunting Valley', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39750, 'Huntsville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39751, 'Huron', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39752, 'Independence', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39753, 'Irondale', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39754, 'Ironton', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39755, 'Ithaca', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39756, 'Jackson', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39757, 'Jacksonburg', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39758, 'Jackson Center', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39759, 'Jacksonville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39760, 'Jamestown', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39761, 'Jefferson', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39762, 'Jeffersonville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39763, 'Jenera', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39764, 'Jeromesville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39765, 'Jerry City', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39766, 'Jerusalem', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39767, 'Jewett', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39768, 'Johnstown', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39769, 'Junction City', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39770, 'Kalida', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39771, 'Kelleys Island', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39772, 'Kent', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39773, 'Kenton', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39774, 'Kenwood', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39775, 'Kettering', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39776, 'Kettlersville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39777, 'Killbuck', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39778, 'Kimbolton', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39779, 'Kingston', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39780, 'Kipton', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39781, 'Kirby', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39782, 'Kirkersville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39783, 'Kirtland', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39784, 'Kirtland Hills', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39785, 'La Croft', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39786, 'Lafayette', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39787, 'Lagrange', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39788, 'Lake Darby', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39789, 'Lakeline', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39790, 'Lakemore', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39791, 'Lakeview', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39792, 'Lakewood', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39793, 'Lancaster', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39794, 'Landen', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39795, 'La Rue', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39796, 'Latty', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39797, 'Laura', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39798, 'Laurelville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39799, 'Lawrenceville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39800, 'Leavittsburg', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39801, 'Lebanon', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39802, 'Leesburg', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39803, 'Leesville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39804, 'Leetonia', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39805, 'Leipsic', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39806, 'Lewisburg', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39807, 'Lewisville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39808, 'Lexington', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39809, 'Liberty Center', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39810, 'Lima', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39811, 'Limaville', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39812, 'Lincoln Heights', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:08', 1), +(39813, 'Lincoln Village', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:09', 1), +(39814, 'Lindsey', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:09', 1), +(39815, 'Linndale', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:09', 1), +(39816, 'Lisbon', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:09', 1), +(39817, 'Lithopolis', 3865, 233, '2019-01-25 03:00:59', '2019-01-25 03:05:09', 1), +(39818, 'Lockbourne', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39819, 'Lockington', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39820, 'Lockland', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39821, 'Lodi', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39822, 'Logan', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39823, 'Logan Elm Village', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39824, 'London', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39825, 'Lorain', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39826, 'Lordstown', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39827, 'Lore City', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39828, 'Loudonville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39829, 'Louisville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39830, 'Loveland', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39831, 'Loveland Park', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39832, 'Lowell', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39833, 'Lowellville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39834, 'Lower Salem', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39835, 'Lucas', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39836, 'Lucasville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39837, 'Luckey', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39838, 'Ludlow Falls', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39839, 'Lynchburg', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39840, 'Lyndhurst', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39841, 'Lyons', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39842, 'Mcarthur', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39843, 'Mcclure', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39844, 'Mccomb', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39845, 'Mcconnelsville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39846, 'Mcdonald', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39847, 'Macedonia', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39848, 'Mcguffey', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39849, 'Mack North', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39850, 'Macksburg', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39851, 'Mack South', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39852, 'Madeira', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39853, 'Madison', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39854, 'Magnetic Springs', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39855, 'Magnolia', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39856, 'Maineville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39857, 'Malinta', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39858, 'Malta', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39859, 'Malvern', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39860, 'Manchester', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39861, 'Mansfield', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39862, 'Mantua', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39863, 'Maple Heights', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39864, 'Maple Ridge', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39865, 'Maplewood Park', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39866, 'Marble Cliff', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39867, 'Marblehead', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39868, 'Marengo', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39869, 'Mariemont', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39870, 'Marietta', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39871, 'Marion', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39872, 'Marseilles', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39873, 'Marshallville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39874, 'Martinsburg', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39875, 'Martins Ferry', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39876, 'Martinsville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39877, 'Marysville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39878, 'Mason', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39879, 'Massillon', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39880, 'Masury', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39881, 'Matamoras', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39882, 'Maumee', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39883, 'Mayfield', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39884, 'Mayfield Heights', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39885, 'Mechanicsburg', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39886, 'Medina', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39887, 'Melrose', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39888, 'Mendon', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39889, 'Mentor', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39890, 'Mentor-on-the-lake', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39891, 'Metamora', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39892, 'Meyers Lake', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39893, 'Miamisburg', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39894, 'Middleburg Heights', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39895, 'Middlefield', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:09', 1), +(39896, 'Middle Point', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39897, 'Middleport', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39898, 'Middletown', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39899, 'Midland', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39900, 'Midvale', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39901, 'Midway', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39902, 'Mifflin', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39903, 'Milan', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39904, 'Milford', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39905, 'Milford Center', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39906, 'Millbury', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39907, 'Milledgeville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39908, 'Miller City', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39909, 'Millersburg', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39910, 'Millersport', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39911, 'Millville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39912, 'Milton Center', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39913, 'Miltonsburg', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39914, 'Mineral City', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39915, 'Mineral Ridge', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39916, 'Minerva', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39917, 'Minerva Park', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39918, 'Mingo Junction', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39919, 'Minster', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39920, 'Mogadore', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39921, 'Monfort Heights East', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39922, 'Monfort Heights South', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39923, 'Monroe', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39924, 'Monroeville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39925, 'Montezuma', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39926, 'Montgomery', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39927, 'Montpelier', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39928, 'Montrose-ghent', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39929, 'Moraine', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39930, 'Moreland Hills', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39931, 'Morral', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39932, 'Morristown', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39933, 'Morrow', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39934, 'Moscow', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39935, 'Mount Blanchard', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39936, 'Mount Carmel', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39937, 'Mount Cory', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39938, 'Mount Eaton', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39939, 'Mount Gilead', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39940, 'Mount Healthy', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39941, 'Mount Healthy Heights', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39942, 'Mount Orab', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39943, 'Mount Pleasant', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39944, 'Mount Repose', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39945, 'Mount Sterling', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39946, 'Mount Vernon', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39947, 'Mount Victory', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39948, 'Mowrystown', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39949, 'Mulberry', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39950, 'Munroe Falls', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39951, 'Murray City', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39952, 'Mutual', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39953, 'Napoleon', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39954, 'Nashville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39955, 'Navarre', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39956, 'Neffs', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39957, 'Nellie', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39958, 'Nelsonville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39959, 'Nevada', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39960, 'Neville', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39961, 'New Albany', 3865, 233, '2019-01-25 03:01:00', '2019-01-25 03:05:10', 1), +(39962, 'New Alexandria', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:10', 1), +(39963, 'Newark', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:10', 1), +(39964, 'New Athens', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:10', 1), +(39965, 'New Bavaria', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:10', 1), +(39966, 'New Bloomington', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:10', 1), +(39967, 'New Boston', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:10', 1), +(39968, 'New Bremen', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39969, 'Newburgh Heights', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39970, 'New Carlisle', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39971, 'Newcomerstown', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39972, 'New Concord', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39973, 'New Franklin', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39974, 'New Holland', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39975, 'New Knoxville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39976, 'New Lebanon', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39977, 'New Lexington', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39978, 'New London', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39979, 'New Madison', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39980, 'New Miami', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39981, 'New Middletown', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39982, 'New Paris', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39983, 'New Philadelphia', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39984, 'New Richmond', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39985, 'New Riegel', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39986, 'New Rome', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39987, 'New Straitsville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39988, 'Newton Falls', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39989, 'Newtonsville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39990, 'Newtown', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39991, 'New Vienna', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39992, 'New Washington', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39993, 'New Waterford', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39994, 'New Weston', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39995, 'Ney', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39996, 'Niles', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39997, 'North Baltimore', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39998, 'North Bend', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(39999, 'Northbrook', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40000, 'North Canton', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40001, 'North College Hill', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40002, 'North Fairfield', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40003, 'Northfield', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40004, 'North Fork Village', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40005, 'Northgate', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40006, 'North Hampton', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40007, 'North Kingsville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40008, 'North Lewisburg', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40009, 'North Madison', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40010, 'North Olmsted', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40011, 'North Perry', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40012, 'North Randall', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40013, 'Northridge', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40014, 'North Ridgeville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40015, 'North Robinson', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40016, 'North Royalton', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40017, 'North Star', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40018, 'Northwood', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40019, 'North Zanesville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40020, 'Norton', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40021, 'Norwalk', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40022, 'Norwich', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40023, 'Norwood', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40024, 'Oak Harbor', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40025, 'Oak Hill', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40026, 'Oakwood', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40027, 'Oberlin', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40028, 'Obetz', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40029, 'Octa', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40030, 'Ohio City', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40031, 'Olde West Chester', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40032, 'Old Washington', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40033, 'Olmsted Falls', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40034, 'Ontario', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40035, 'Orange', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40036, 'Orangeville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40037, 'Oregon', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40038, 'Orient', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40039, 'Orrville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40040, 'Orwell', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40041, 'Osgood', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40042, 'Ostrander', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40043, 'Ottawa', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40044, 'Ottawa Hills', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40045, 'Ottoville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40046, 'Otway', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:11', 1), +(40047, 'Owensville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40048, 'Oxford', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40049, 'Painesville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40050, 'Palestine', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40051, 'Pandora', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40052, 'Park Layne', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40053, 'Parma', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40054, 'Parma Heights', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40055, 'Parral', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40056, 'Pataskala', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40057, 'Patterson', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40058, 'Paulding', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40059, 'Payne', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40060, 'Peebles', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40061, 'Pemberville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40062, 'Peninsula', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40063, 'Pepper Pike', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40064, 'Perry', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40065, 'Perry Heights', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40066, 'Perrysburg', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40067, 'Perrysville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40068, 'Phillipsburg', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40069, 'Philo', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40070, 'Pickerington', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40071, 'Pigeon Creek', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40072, 'Piketon', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40073, 'Pioneer', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40074, 'Piqua', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40075, 'Pitsburg', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40076, 'Plain City', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40077, 'Plainfield', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40078, 'Pleasant City', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40079, 'Pleasant Grove', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40080, 'Pleasant Hill', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40081, 'Pleasant Plain', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40082, 'Pleasant Run', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40083, 'Pleasant Run Farm', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40084, 'Pleasantville', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40085, 'Plymouth', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40086, 'Poland', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40087, 'Polk', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40088, 'Pomeroy', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40089, 'Portage', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40090, 'Portage Lakes', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40091, 'Port Clinton', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40092, 'Port Jefferson', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40093, 'Portsmouth', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40094, 'Port Washington', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40095, 'Port William', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40096, 'Potsdam', 3865, 233, '2019-01-25 03:01:01', '2019-01-25 03:05:12', 1), +(40097, 'Powell', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40098, 'Powhatan Point', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40099, 'Proctorville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40100, 'Prospect', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40101, 'Put-in-bay', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40102, 'Quaker City', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40103, 'Quincy', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40104, 'Racine', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40105, 'Rarden', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40106, 'Ravenna', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40107, 'Rawson', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40108, 'Rayland', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40109, 'Reading', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40110, 'Reminderville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40111, 'Rendville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40112, 'Republic', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40113, 'Reynoldsburg', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40114, 'Richfield', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40115, 'Richmond', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40116, 'Richmond Heights', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40117, 'Richwood', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40118, 'Ridgeway', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40119, 'Rio Grande', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40120, 'Ripley', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40121, 'Risingsun', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40122, 'Rittman', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40123, 'Riverlea', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:12', 1), +(40124, 'Riverside', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40125, 'Roaming Shores', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40126, 'Rochester', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40127, 'Rock Creek', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40128, 'Rockford', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40129, 'Rocky Ridge', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40130, 'Rocky River', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40131, 'Rogers', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40132, 'Rome', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40133, 'Rosemount', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40134, 'Roseville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40135, 'Ross', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40136, 'Rossburg', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40137, 'Rossford', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40138, 'Roswell', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40139, 'Rushsylvania', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40140, 'Rushville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40141, 'Russells Point', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40142, 'Russellville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40143, 'Russia', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40144, 'Rutland', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40145, 'Sabina', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40146, 'St. Bernard', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40147, 'St. Clairsville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40148, 'St. Henry', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40149, 'St. Louisville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40150, 'St. Martin', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40151, 'St. Marys', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40152, 'St. Paris', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40153, 'Salem', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40154, 'Salesville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40155, 'Salineville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40156, 'Sandusky', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40157, 'Sandusky South', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40158, 'Sarahsville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40159, 'Sardinia', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40160, 'Savannah', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40161, 'Scio', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40162, 'Sciotodale', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40163, 'Scott', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40164, 'Seaman', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40165, 'Sebring', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40166, 'Senecaville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40167, 'Seven Hills', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40168, 'Seven Mile', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40169, 'Seville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40170, 'Shadyside', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40171, 'Shaker Heights', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40172, 'Sharonville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40173, 'Shawnee', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40174, 'Shawnee Hills', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40175, 'Sheffield', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40176, 'Sheffield Lake', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40177, 'Shelby', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40178, 'Sherrodsville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40179, 'Sherwood', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40180, 'Shiloh', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40181, 'Shreve', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40182, 'Sidney', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40183, 'Silver Lake', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40184, 'Silverton', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40185, 'Sinking Spring', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40186, 'Smithfield', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40187, 'Smithville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40188, 'Solon', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40189, 'Somerset', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40190, 'Somerville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40191, 'South Amherst', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40192, 'South Bloomfield', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40193, 'South Canal', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40194, 'South Charleston', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40195, 'South Euclid', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40196, 'South Lebanon', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40197, 'South Middletown', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40198, 'South Point', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40199, 'South Russell', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:13', 1), +(40200, 'South Salem', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40201, 'South Solon', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40202, 'South Vienna', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40203, 'South Webster', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40204, 'South Zanesville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40205, 'Sparta', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40206, 'Spencer', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40207, 'Spencerville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40208, 'Springboro', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40209, 'Springdale', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40210, 'Springfield', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40211, 'Spring Valley', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40212, 'Stafford', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40213, 'Steubenville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40214, 'Stockport', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40215, 'Stone Creek', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40216, 'Stony Prairie', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40217, 'Stoutsville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40218, 'Stow', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40219, 'Strasburg', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40220, 'Stratton', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40221, 'Streetsboro', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40222, 'Strongsville', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40223, 'Struthers', 3865, 233, '2019-01-25 03:01:02', '2019-01-25 03:05:14', 1), +(40224, 'Stryker', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40225, 'Sugar Bush Knolls', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40226, 'Sugarcreek', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40227, 'Sugar Grove', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40228, 'Summerfield', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40229, 'Summerside', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40230, 'Summitville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40231, 'Sunbury', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40232, 'Swanton', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40233, 'Sycamore', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40234, 'Sylvania', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40235, 'Syracuse', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40236, 'Tallmadge', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40237, 'Tarlton', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40238, 'Terrace Park', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40239, 'The Plains', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40240, 'The Village Of Indian Hill', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40241, 'Thornville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40242, 'Thurston', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40243, 'Tiffin', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40244, 'Tiltonsville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40245, 'Timberlake', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40246, 'Tipp City', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40247, 'Tiro', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40248, 'Toledo', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40249, 'Tontogany', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40250, 'Toronto', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40251, 'Tremont City', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40252, 'Trenton', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40253, 'Trimble', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40254, 'Trotwood', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40255, 'Troy', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40256, 'Turpin Hills', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40257, 'Tuscarawas', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40258, 'Twinsburg', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40259, 'Uhrichsville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40260, 'Union', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40261, 'Union City', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40262, 'Uniontown', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40263, 'Unionville Center', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40264, 'Uniopolis', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40265, 'University Heights', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40266, 'Upper Arlington', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40267, 'Upper Sandusky', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40268, 'Urbana', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40269, 'Urbancrest', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40270, 'Utica', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40271, 'Valley Hi', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40272, 'Valley View', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40273, 'Valleyview', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:14', 1), +(40274, 'Van Buren', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40275, 'Vandalia', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40276, 'Vanlue', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40277, 'Van Wert', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40278, 'Venedocia', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40279, 'Vermilion', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40280, 'Verona', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40281, 'Versailles', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40282, 'Vienna Center', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40283, 'Vinton', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40284, 'Wadsworth', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40285, 'Waite Hill', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40286, 'Wakeman', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40287, 'Walbridge', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40288, 'Waldo', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40289, 'Walton Hills', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40290, 'Wapakoneta', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40291, 'Warren', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40292, 'Warrensville Heights', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40293, 'Warsaw', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40294, 'Washington', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40295, 'Washingtonville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40296, 'Waterville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40297, 'Wauseon', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40298, 'Waverly City', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40299, 'Wayne', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40300, 'Wayne Lakes', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40301, 'Waynesburg', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40302, 'Waynesfield', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40303, 'Waynesville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40304, 'Wellington', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40305, 'Wellston', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40306, 'Wellsville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40307, 'West Alexandria', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40308, 'West Carrollton City', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40309, 'West Elkton', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40310, 'Westerville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40311, 'West Farmington', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40312, 'Westfield Center', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40313, 'West Hill', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40314, 'West Jefferson', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40315, 'West Lafayette', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40316, 'Westlake', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40317, 'West Leipsic', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40318, 'West Liberty', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40319, 'West Manchester', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40320, 'West Mansfield', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40321, 'West Millgrove', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40322, 'West Milton', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40323, 'Weston', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40324, 'West Portsmouth', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40325, 'West Rushville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40326, 'West Salem', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40327, 'West Union', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40328, 'West Unity', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40329, 'Wetherington', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40330, 'Wharton', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40331, 'Wheelersburg', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40332, 'Whitehall', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40333, 'Whitehouse', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40334, 'White Oak', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40335, 'White Oak East', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40336, 'White Oak West', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40337, 'Wickliffe', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40338, 'Wilberforce', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40339, 'Wilkesville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40340, 'Willard', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40341, 'Williamsburg', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40342, 'Williamsport', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40343, 'Willoughby', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40344, 'Willoughby Hills', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40345, 'Willowick', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40346, 'Willshire', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40347, 'Wilmington', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40348, 'Wilmot', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40349, 'Wilson', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40350, 'Winchester', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40351, 'Windham', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40352, 'Wintersville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40353, 'Withamsville', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40354, 'Woodbourne-hyde Park', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40355, 'Woodlawn', 3865, 233, '2019-01-25 03:01:03', '2019-01-25 03:05:15', 1), +(40356, 'Woodmere', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40357, 'Woodsfield', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40358, 'Woodstock', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40359, 'Woodville', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40360, 'Wooster', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40361, 'Worthington', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40362, 'Wren', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40363, 'Wright-patterson Afb', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40364, 'Wyoming', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40365, 'Xenia', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(40366, 'Yankee Lake', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40367, 'Yellow Springs', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40368, 'Yorkshire', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40369, 'Yorkville', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40370, 'Youngstown', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40371, 'Zaleski', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40372, 'Zanesfield', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40373, 'Zanesville', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40374, 'Zoar', 3865, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40375, 'Achille', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40376, 'Ada', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:15', 1), +(40377, 'Adair', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40378, 'Addington', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40379, 'Afton', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40380, 'Agra', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40381, 'Akins', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40382, 'Albion', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40383, 'Alderson', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40384, 'Alex', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40385, 'Aline', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40386, 'Allen', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40387, 'Altus', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40388, 'Alva', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40389, 'Amber', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40390, 'Ames', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40391, 'Amorita', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40392, 'Anadarko', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40393, 'Antlers', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40394, 'Apache', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40395, 'Arapaho', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40396, 'Arcadia', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40397, 'Ardmore', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40398, 'Arkoma', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40399, 'Armstrong', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40400, 'Arnett', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40401, 'Asher', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40402, 'Ashland', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40403, 'Atoka', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40404, 'Atwood', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40405, 'Avant', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40406, 'Avard', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40407, 'Ballou', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40408, 'Barnsdall', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40409, 'Bartlesville', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40410, 'Bearden', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40411, 'Beaver', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40412, 'Beggs', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40413, 'Belfonte', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40414, 'Bell', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40415, 'Bennington', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40416, 'Bernice', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40417, 'Bessie', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40418, 'Bethany', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40419, 'Bethel Acres', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40420, 'Big Cabin', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40421, 'Billings', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40422, 'Binger', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40423, 'Bixby', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40424, 'Blackburn', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40425, 'Blackwell', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40426, 'Blair', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40427, 'Blanchard', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40428, 'Bluejacket', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40429, 'Boise City', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40430, 'Bokchito', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40431, 'Bokoshe', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40432, 'Boley', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40433, 'Boswell', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40434, 'Bowlegs', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40435, 'Boynton', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40436, 'Bradley', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40437, 'Braggs', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40438, 'Braman', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40439, 'Bray', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40440, 'Breckenridge', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40441, 'Brent', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40442, 'Bridgeport', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40443, 'Briggs', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40444, 'Bristow', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40445, 'Broken Arrow', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40446, 'Broken Bow', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40447, 'Bromide', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40448, 'Brooksville', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40449, 'Brush Creek', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40450, 'Brushy', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40451, 'Buffalo', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40452, 'Bull Hollow', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40453, 'Burbank', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40454, 'Burlington', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40455, 'Burns Flat', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40456, 'Bushyhead', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40457, 'Butler', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40458, 'Byars', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40459, 'Byng', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40460, 'Byron', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40461, 'Cache', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40462, 'Caddo', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40463, 'Calera', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40464, 'Calumet', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40465, 'Calvin', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40466, 'Camargo', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40467, 'Cameron', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40468, 'Canadian', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40469, 'Caney', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40470, 'Canton', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40471, 'Canute', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40472, 'Capron', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40473, 'Cardin', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40474, 'Carlile', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40475, 'Carmen', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40476, 'Carnegie', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40477, 'Carney', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40478, 'Carrier', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40479, 'Carter', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40480, 'Cashion', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40481, 'Castle', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40482, 'Catoosa', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40483, 'Cayuga', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40484, 'Cedar Crest', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40485, 'Cedar Valley', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40486, 'Cement', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40487, 'Centrahoma', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40488, 'Central High', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40489, 'Chandler', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40490, 'Chattanooga', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40491, 'Checotah', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40492, 'Chelsea', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40493, 'Cherokee', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40494, 'Cherry Tree', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40495, 'Chewey', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40496, 'Cheyenne', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40497, 'Chickasha', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40498, 'Choctaw', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40499, 'Chouteau', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40500, 'Christie', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40501, 'Cimarron City', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40502, 'Claremore', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40503, 'Clayton', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40504, 'Clearview', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40505, 'Cleora', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40506, 'Cleo Springs', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40507, 'Cleveland', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40508, 'Clinton', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40509, 'Cloud Creek', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40510, 'Coalgate', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40511, 'Colbert', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40512, 'Colcord', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40513, 'Cole', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40514, 'Collinsville', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40515, 'Colony', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40516, 'Comanche', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40517, 'Commerce', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40518, 'Cooperton', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40519, 'Copan', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40520, 'Copeland', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40521, 'Corn', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40522, 'Cornish', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40523, 'Council Hill', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:16', 1), +(40524, 'Covington', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40525, 'Coweta', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40526, 'Cowlington', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40527, 'Coyle', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40528, 'Crescent', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40529, 'Cromwell', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40530, 'Crowder', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40531, 'Cushing', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40532, 'Custer City', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40533, 'Cyril', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40534, 'Dacoma', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40535, 'Davenport', 3866, 233, '2019-01-25 03:01:04', '2019-01-25 03:05:17', 1), +(40536, 'Davidson', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40537, 'Davis', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40538, 'Deer Creek', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40539, 'Delaware', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40540, 'Del City', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40541, 'Dennis', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40542, 'Depew', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40543, 'Devol', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40544, 'Dewar', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40545, 'Dewey', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40546, 'Dibble', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40547, 'Dickson', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40548, 'Dill City', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40549, 'Disney', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40550, 'Dodge', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40551, 'Dotyville', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40552, 'Dougherty', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40553, 'Douglas', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40554, 'Dover', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40555, 'Dripping Springs', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40556, 'Drummond', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40557, 'Drumright', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40558, 'Dry Creek', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40559, 'Duchess Landing', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40560, 'Duncan', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40561, 'Durant', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40562, 'Dustin', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40563, 'Dwight Mission', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40564, 'Eakly', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40565, 'Earlsboro', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40566, 'East Duke', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40567, 'Edmond', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40568, 'Eldon', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40569, 'Eldorado', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40570, 'Elgin', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40571, 'Elk City', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40572, 'Elmer', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40573, 'Elmore City', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40574, 'El Reno', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40575, 'Empire City', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40576, 'Enid', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40577, 'Erick', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40578, 'Erin Springs', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40579, 'Etowah', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40580, 'Eufaula', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40581, 'Evening Shade', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40582, 'Fairfax', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40583, 'Fairfield', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40584, 'Fairland', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40585, 'Fairmont', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40586, 'Fair Oaks', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40587, 'Fairview', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40588, 'Fallis', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40589, 'Fanshawe', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40590, 'Fargo', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40591, 'Faxon', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40592, 'Fitzhugh', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40593, 'Fletcher', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40594, 'Flint Creek', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40595, 'Flute Springs', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40596, 'Foraker', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40597, 'Forest Park', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40598, 'Forgan', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40599, 'Fort Cobb', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40600, 'Fort Coffee', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40601, 'Fort Gibson', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40602, 'Fort Supply', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40603, 'Fort Towson', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40604, 'Foss', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40605, 'Foyil', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40606, 'Francis', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40607, 'Frederick', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40608, 'Freedom', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40609, 'Gage', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40610, 'Gans', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40611, 'Garber', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40612, 'Garvin', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40613, 'Gate', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40614, 'Geary', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40615, 'Gene Autry', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40616, 'Geronimo', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40617, 'Gerty', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40618, 'Glencoe', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40619, 'Glenpool', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40620, 'Goldsby', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40621, 'Goltry', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40622, 'Goodwell', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40623, 'Gore', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40624, 'Gotebo', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40625, 'Gould', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40626, 'Gracemont', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40627, 'Grainola', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40628, 'Grandfield', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40629, 'Grand Lake Towne', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40630, 'Granite', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40631, 'Grayson', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40632, 'Greasy', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40633, 'Greenfield', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40634, 'Gregory', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40635, 'Grove', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40636, 'Guthrie', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40637, 'Guymon', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40638, 'Haileyville', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40639, 'Hallett', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40640, 'Hall Park', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40641, 'Hammon', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40642, 'Hanna', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40643, 'Hardesty', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40644, 'Harrah', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40645, 'Hartshorne', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40646, 'Haskell', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40647, 'Hastings', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40648, 'Haworth', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40649, 'Headrick', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40650, 'Healdton', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40651, 'Heavener', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40652, 'Helena', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40653, 'Hendrix', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40654, 'Hennessey', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40655, 'Henryetta', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40656, 'Hickory', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40657, 'Hillsdale', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40658, 'Hinton', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40659, 'Hitchcock', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40660, 'Hitchita', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40661, 'Hobart', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40662, 'Hoffman', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40663, 'Holdenville', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40664, 'Hollis', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40665, 'Hollister', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40666, 'Hominy', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40667, 'Hooker', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40668, 'Hoot Owl', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40669, 'Horntown', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40670, 'Howe', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40671, 'Hugo', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:17', 1), +(40672, 'Hulbert', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40673, 'Hunter', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40674, 'Hydro', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40675, 'Idabel', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40676, 'Indiahoma', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40677, 'Indianola', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40678, 'Inola', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40679, 'Iron Post', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40680, 'Jamestown', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40681, 'Jay', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40682, 'Jefferson', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40683, 'Jenks', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40684, 'Jennings', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40685, 'Jet', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40686, 'Johnson', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40687, 'Jones', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40688, 'Justice', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40689, 'Kansas', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40690, 'Kaw City', 3866, 233, '2019-01-25 03:01:05', '2019-01-25 03:05:18', 1), +(40691, 'Kellyville', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40692, 'Kemp', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40693, 'Kendrick', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40694, 'Kenefic', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40695, 'Keota', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40696, 'Ketchum', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40697, 'Keyes', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40698, 'Keys', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40699, 'Kiefer', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40700, 'Kildare', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40701, 'Kingfisher', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40702, 'Kingston', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40703, 'Kinta', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40704, 'Kiowa', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40705, 'Knowles', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40706, 'Konawa', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40707, 'Krebs', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40708, 'Kremlin', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40709, 'Lahoma', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40710, 'Lake Aluma', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40711, 'Lamar', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40712, 'Lambert', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40713, 'Lamont', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40714, 'Langley', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40715, 'Langston', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40716, 'Laverne', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40717, 'Lawrence Creek', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40718, 'Lawton', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40719, 'Leach', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40720, 'Leedey', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40721, 'Le Flore', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40722, 'Lehigh', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40723, 'Lenapah', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40724, 'Leon', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40725, 'Lexington', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40726, 'Liberty', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40727, 'Lima', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40728, 'Limestone', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40729, 'Lindsay', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40730, 'Loco', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40731, 'Locust Grove', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40732, 'Lone Grove', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40733, 'Lone Wolf', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40734, 'Long', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40735, 'Longdale', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40736, 'Longtown', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40737, 'Lookeba', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40738, 'Lost City', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40739, 'Lotsee', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40740, 'Loveland', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40741, 'Loyal', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40742, 'Luther', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40743, 'Lyons Switch', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40744, 'Mcalester', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40745, 'Mccord', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40746, 'Mccurtain', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40747, 'Mckey', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40748, 'Mcloud', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40749, 'Macomb', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40750, 'Madill', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40751, 'Manchester', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40752, 'Mangum', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40753, 'Manitou', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40754, 'Mannford', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40755, 'Mannsville', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40756, 'Maramec', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40757, 'Marble City', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40758, 'Marble City Community', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40759, 'Marietta', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40760, 'Marland', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40761, 'Marlow', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40762, 'Marshall', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40763, 'Martha', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40764, 'Maryetta', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40765, 'Maud', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40766, 'May', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40767, 'Maysville', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40768, 'Mazie', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40769, 'Mead', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40770, 'Medford', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40771, 'Medicine Park', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40772, 'Meeker', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40773, 'Meno', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40774, 'Meridian', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40775, 'Miami', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40776, 'Midwest City', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40777, 'Milburn', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40778, 'Mill Creek', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40779, 'Millerton', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40780, 'Minco', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40781, 'Moffett', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40782, 'Moore', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40783, 'Mooreland', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40784, 'Morris', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40785, 'Morrison', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40786, 'Mounds', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40787, 'Mountain Park', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40788, 'Mountain View', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40789, 'Muldrow', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40790, 'Mule Barn', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40791, 'Mulhall', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40792, 'Murphy', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40793, 'Muskogee', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40794, 'Mustang', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40795, 'Mutual', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40796, 'Narcissa', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40797, 'Nash', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40798, 'New Alluwe', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40799, 'Newcastle', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40800, 'New Cordell', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40801, 'New Eucha', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40802, 'Newkirk', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40803, 'New Tulsa', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40804, 'Nichols Hills', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40805, 'Nicoma Park', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40806, 'Ninnekah', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40807, 'Noble', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40808, 'Norge', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40809, 'Norman', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40810, 'North Enid', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40811, 'North Miami', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40812, 'Notchietown', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40813, 'Nowata', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40814, 'Oak Grove', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40815, 'Oakhurst', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40816, 'Oakland', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40817, 'Oaks', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40818, 'Oakwood', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40819, 'Ochelata', 3866, 233, '2019-01-25 03:01:06', '2019-01-25 03:05:18', 1), +(40820, 'Oilton', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40821, 'Okarche', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40822, 'Okay', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40823, 'Okeene', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40824, 'Okemah', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40825, 'Oklahoma City', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40826, 'Okmulgee', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40827, 'Oktaha', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40828, 'Old Eucha', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40829, 'Olustee', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40830, 'Oologah', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40831, 'Optima', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40832, 'Orlando', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40833, 'Osage', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40834, 'Owasso', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40835, 'Paden', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40836, 'Panama', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40837, 'Paoli', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40838, 'Paradise Hill', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40839, 'Park Hill', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40840, 'Pauls Valley', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40841, 'Pawhuska', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40842, 'Pawnee', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40843, 'Peavine', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40844, 'Pensacola', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40845, 'Peoria', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40846, 'Perkins', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40847, 'Perry', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40848, 'Pettit', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40849, 'Phillips', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40850, 'Picher', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40851, 'Piedmont', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40852, 'Pinhook Corners', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40853, 'Pink', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40854, 'Pin Oak Acres', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40855, 'Pittsburg', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40856, 'Pocasset', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40857, 'Pocola', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40858, 'Ponca City', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40859, 'Pond Creek', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40860, 'Porter', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40861, 'Porum', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40862, 'Poteau', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40863, 'Prague', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40864, 'Prue', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40865, 'Pryor Creek', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40866, 'Pump Back', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40867, 'Purcell', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40868, 'Putnam', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40869, 'Quapaw', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40870, 'Quay', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40871, 'Quinton', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40872, 'Ralston', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40873, 'Ramona', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40874, 'Randlett', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40875, 'Ratliff City', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40876, 'Rattan', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40877, 'Ravia', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40878, 'Redbird', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40879, 'Redbird Smith', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40880, 'Red Oak', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40881, 'Red Rock', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40882, 'Remy', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40883, 'Renfrow', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40884, 'Rentiesville', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40885, 'Reydon', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40886, 'Ringling', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40887, 'Ringwood', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40888, 'Ripley', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40889, 'River Bottom', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40890, 'Rock Island', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40891, 'Rocky', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40892, 'Rocky Ford', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40893, 'Rocky Mountain', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40894, 'Roff', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40895, 'Roland', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40896, 'Roosevelt', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40897, 'Rosedale', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40898, 'Rosston', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40899, 'Rush Springs', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40900, 'Ryan', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40901, 'St. Louis', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40902, 'Salem', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40903, 'Salina', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40904, 'Sallisaw', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40905, 'Sams Corner', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40906, 'Sand Hills', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40907, 'Sand Springs', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40908, 'Sapulpa', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40909, 'Sasakwa', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40910, 'Savanna', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40911, 'Sawyer', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40912, 'Sayre', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40913, 'Schulter', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40914, 'Scraper', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40915, 'Seiling', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40916, 'Seminole', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40917, 'Sentinel', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40918, 'Sequoyah', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40919, 'Shady Grove', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40920, 'Shady Point', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40921, 'Shamrock', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40922, 'Sharon', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40923, 'Shattuck', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40924, 'Shawnee', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40925, 'Shidler', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40926, 'Short', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40927, 'Silo', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40928, 'Simms', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40929, 'Skedee', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40930, 'Skiatook', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40931, 'Slaughterville', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40932, 'Slick', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40933, 'Smith Village', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40934, 'Smithville', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40935, 'Snake Creek', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40936, 'Snyder', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40937, 'Soper', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40938, 'Sour John', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40939, 'South Coffeyville', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40940, 'Sparks', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40941, 'Spaulding', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40942, 'Spavinaw', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40943, 'Spencer', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40944, 'Sperry', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40945, 'Spiro', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40946, 'Sportsmen Acres', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40947, 'Sportsmen Acres Community', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40948, 'Springer', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40949, 'Sterling', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40950, 'Stidham', 3866, 233, '2019-01-25 03:01:07', '2019-01-25 03:05:19', 1), +(40951, 'Stigler', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:19', 1), +(40952, 'Stillwater', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:19', 1), +(40953, 'Stilwell', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:19', 1), +(40954, 'Stonewall', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:19', 1), +(40955, 'Stony Point', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:19', 1), +(40956, 'Strang', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:19', 1), +(40957, 'Stratford', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:19', 1), +(40958, 'Stringtown', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:19', 1), +(40959, 'Strong City', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:19', 1), +(40960, 'Stroud', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40961, 'Stuart', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40962, 'Sugden', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40963, 'Sulphur', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40964, 'Summit', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40965, 'Swink', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40966, 'Sycamore', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40967, 'Taft', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40968, 'Tagg Flats', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40969, 'Tahlequah', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40970, 'Talala', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40971, 'Talihina', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40972, 'Taloga', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40973, 'Tamaha', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40974, 'Tatums', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40975, 'Tecumseh', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40976, 'Temple', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40977, 'Tenkiller', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40978, 'Terlton', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40979, 'Terral', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40980, 'Texanna', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40981, 'Texhoma', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40982, 'Texola', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40983, 'Thackerville', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40984, 'The Village', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40985, 'Thomas', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40986, 'Taiwah', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40987, 'Tipton', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40988, 'Tishomingo', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40989, 'Tonkawa', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40990, 'Tribbey', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40991, 'Tryon', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40992, 'Tullahassee', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40993, 'Tulsa', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40994, 'Tupelo', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40995, 'Turley', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40996, 'Tushka', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40997, 'Tuttle', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40998, 'Twin Oaks', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(40999, 'Tyrone', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41000, 'Union City', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(41001, 'Valley Brook', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41002, 'Valley Park', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41003, 'Valliant', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41004, 'Velma', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41005, 'Vera', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41006, 'Verden', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41007, 'Vian', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41008, 'Vici', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41009, 'Vinita', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41010, 'Wagoner', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41011, 'Wainwright', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41012, 'Wakita', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41013, 'Walters', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41014, 'Wanette', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41015, 'Wann', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41016, 'Wapanucka', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41017, 'Warner', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41018, 'Warr Acres', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41019, 'Warwick', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41020, 'Washington', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41021, 'Watonga', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41022, 'Watts', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41023, 'Watts Community', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41024, 'Waukomis', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41025, 'Waurika', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41026, 'Wayne', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41027, 'Waynoka', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41028, 'Weatherford', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41029, 'Webb City', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41030, 'Webbers Falls', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41031, 'Welch', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41032, 'Weleetka', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41033, 'Welling', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41034, 'Wellston', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41035, 'West Peavine', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41036, 'Westport', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41037, 'West Siloam Springs', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41038, 'Westville', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41039, 'Wetumka', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41040, 'Wewoka', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41041, 'Whitefield', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41042, 'Wickliffe', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41043, 'Wilburton', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41044, 'Willow', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41045, 'Wilson', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41046, 'Winchester', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41047, 'Wister', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41048, 'Woodall', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41049, 'Woodlawn Park', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41050, 'Woodville', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41051, 'Woodward', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41052, 'Wright City', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41053, 'Wyandotte', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41054, 'Wynnewood', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41055, 'Wynona', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41056, 'Yale', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41057, 'Yeager', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41058, 'Yukon', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41059, 'Zeb', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41060, 'Zena', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41061, 'Zion', 3866, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41062, 'Adair Village', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41063, 'Adams', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41064, 'Adrian', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41065, 'Albany', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41066, 'Aloha', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41067, 'Altamont', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41068, 'Amity', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41069, 'Antelope', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41070, 'Arlington', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41071, 'Ashland', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41072, 'Astoria', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41073, 'Athena', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41074, 'Aumsville', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41075, 'Aurora', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41076, 'Baker City', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41077, 'Bandon', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41078, 'Banks', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41079, 'Barlow', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41080, 'Barview', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41081, 'Bay City', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41082, 'Beaver', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41083, 'Beaverton', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41084, 'Bend', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41085, 'Biggs Junction', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41086, 'Boardman', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41087, 'Bonanza', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41088, 'Brookings', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41089, 'Brooks', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41090, 'Brownsville', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41091, 'Bunker Hill', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41092, 'Burns', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41093, 'Butte Falls', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41094, 'Butteville', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41095, 'Canby', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41096, 'Cannon Beach', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41097, 'Canyon City', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41098, 'Canyonville', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41099, 'Cape Meares', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41100, 'Carlton', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41101, 'Cascade Locks', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41102, 'Cave Junction', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41103, 'Cayuse', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41104, 'Cedar Hills', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41105, 'Cedar Mill', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41106, 'Central Point', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41107, 'Chenoweth', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41108, 'Chiloquin', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41109, 'City Of The Dalles', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41110, 'Clackamas', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41111, 'Clatskanie', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:20', 1), +(41112, 'Cloverdale', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41113, 'Coburg', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41114, 'Columbia City', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41115, 'Condon', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41116, 'Coos Bay', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41117, 'Coquille', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41118, 'Cornelius', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41119, 'Corvallis', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41120, 'Cottage Grove', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41121, 'Cove', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41122, 'Creswell', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41123, 'Culver', 3868, 233, '2019-01-25 03:01:08', '2019-01-25 03:05:21', 1), +(41124, 'Dallas', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41125, 'Dayton', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41126, 'Dayville', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41127, 'Depoe Bay', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41128, 'Deschutes River Woods', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41129, 'Detroit', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41130, 'Donald', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41131, 'Drain', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41132, 'Dufur', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41133, 'Dundee', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41134, 'Dunes City', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41135, 'Durham', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41136, 'Eagle Point', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41137, 'Echo', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41138, 'Elgin', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41139, 'Elkton', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41140, 'Enterprise', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41141, 'Eola', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41142, 'Estacada', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41143, 'Eugene', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41144, 'Fairview', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41145, 'Falls City', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41146, 'Florence', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41147, 'Forest Grove', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41148, 'Fossil', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41149, 'Four Corners', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41150, 'Garden Home-whitford', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41151, 'Garibaldi', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41152, 'Gaston', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41153, 'Gates', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41154, 'Gearhart', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41155, 'Gervais', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41156, 'Gladstone', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41157, 'Glendale', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41158, 'Glide', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41159, 'Gold Beach', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41160, 'Gold Hill', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41161, 'Gopher Flats', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41162, 'Grand Ronde', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41163, 'Granite', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41164, 'Grants Pass', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41165, 'Grass Valley', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41166, 'Green', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41167, 'Greenhorn', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41168, 'Gresham', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41169, 'Haines', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41170, 'Halfway', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41171, 'Halsey', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41172, 'Happy Valley', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41173, 'Harbeck-fruitdale', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41174, 'Harbor', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41175, 'Harrisburg', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41176, 'Hayesville', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41177, 'Hebo', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41178, 'Helix', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41179, 'Heppner', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41180, 'Hermiston', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41181, 'Hillsboro', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41182, 'Hines', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41183, 'Hood River', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41184, 'Hubbard', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41185, 'Huntington', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41186, 'Idanha', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41187, 'Imbler', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41188, 'Independence', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41189, 'Ione', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41190, 'Irrigon', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41191, 'Island City', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41192, 'Jacksonville', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41193, 'Jefferson', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41194, 'Jennings Lodge', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41195, 'John Day', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41196, 'Johnson City', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41197, 'Jordan Valley', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41198, 'Joseph', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41199, 'Junction City', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41200, 'Keizer', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41201, 'King City', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41202, 'Kirkpatrick', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41203, 'Klamath Falls', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41204, 'Labish Village', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41205, 'Lafayette', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41206, 'La Grande', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41207, 'Lake Oswego', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41208, 'Lakeside', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41209, 'Lakeview', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41210, 'La Pine', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41211, 'Lebanon', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41212, 'Lexington', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41213, 'Lincoln Beach', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41214, 'Lincoln City', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41215, 'Lonerock', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41216, 'Long Creek', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41217, 'Lostine', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41218, 'Lowell', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41219, 'Lyons', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41220, 'Mcminnville', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41221, 'Madras', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41222, 'Malin', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41223, 'Manzanita', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41224, 'Marion', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41225, 'Maupin', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41226, 'Maywood Park', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41227, 'Medford', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41228, 'Mehama', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41229, 'Merrill', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41230, 'Metolius', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41231, 'Metzger', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41232, 'Mill City', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41233, 'Millersburg', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41234, 'Milton-freewater', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41235, 'Milwaukie', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41236, 'Mission', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41237, 'Mitchell', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41238, 'Molalla', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41239, 'Monmouth', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41240, 'Monroe', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41241, 'Monument', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41242, 'Moro', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41243, 'Mosier', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41244, 'Mount Angel', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41245, 'Mount Hood Village', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41246, 'Mount Vernon', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41247, 'Myrtle Creek', 3868, 233, '2019-01-25 03:01:09', '2019-01-25 03:05:21', 1), +(41248, 'Myrtle Point', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41249, 'Nehalem', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41250, 'Neskowin', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41251, 'Netarts', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41252, 'Newberg', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41253, 'Newport', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41254, 'North Bend', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41255, 'North Plains', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41256, 'North Powder', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41257, 'Nyssa', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41258, 'Oak Grove', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41259, 'Oak Hills', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41260, 'Oakland', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41261, 'Oakridge', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41262, 'Oatfield', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41263, 'Oceanside', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41264, 'Odell', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41265, 'Ontario', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41266, 'Oregon City', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41267, 'Pacific City', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41268, 'Paisley', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41269, 'Parkdale', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41270, 'Pendleton', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41271, 'Philomath', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41272, 'Phoenix', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41273, 'Pilot Rock', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41274, 'Pine Grove', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:21', 1), +(41275, 'Pine Hollow', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41276, 'Portland', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41277, 'Port Orford', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41278, 'Powers', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41279, 'Prairie City', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41280, 'Prescott', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41281, 'Prineville', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41282, 'Rainier', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41283, 'Raleigh Hills', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41284, 'Redmond', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41285, 'Redwood', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41286, 'Reedsport', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41287, 'Richland', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41288, 'Rickreall', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41289, 'Riddle', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41290, 'Rivergrove', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41291, 'Riverside', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41292, 'Rockaway Beach', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41293, 'Rockcreek', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41294, 'Rogue River', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41295, 'Roseburg', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41296, 'Roseburg North', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41297, 'Rose Lodge', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41298, 'Rowena', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41299, 'Rufus', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41300, 'St. Helens', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41301, 'St. Paul', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41302, 'Salem', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41303, 'Sandy', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41304, 'Scappoose', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41305, 'Scio', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41306, 'Scotts Mills', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41307, 'Seaside', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41308, 'Seneca', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41309, 'Shady Cove', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41310, 'Shaniko', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41311, 'Sheridan', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41312, 'Sherwood', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41313, 'Siletz', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41314, 'Silverton', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41315, 'Sisters', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41316, 'Sodaville', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41317, 'South Lebanon', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41318, 'Spray', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41319, 'Springfield', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41320, 'Stanfield', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41321, 'Stayton', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41322, 'Sublimity', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41323, 'Summerville', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41324, 'Sumpter', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41325, 'Sunnyside', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41326, 'Sutherlin', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41327, 'Sweet Home', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41328, 'Talent', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41329, 'Tangent', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41330, 'Terrebonne', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41331, 'Three Rivers', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41332, 'Tigard', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41333, 'Tillamook', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41334, 'Toledo', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41335, 'Tri-city', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41336, 'Troutdale', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41337, 'Tualatin', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41338, 'Turner', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41339, 'Tutuilla', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41340, 'Tygh Valley', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41341, 'Ukiah', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41342, 'Umatilla', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41343, 'Union', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41344, 'Unity', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41345, 'Vale', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41346, 'Veneta', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41347, 'Vernonia', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41348, 'Waldport', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41349, 'Wallowa', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41350, 'Wamic', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41351, 'Warm Springs', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41352, 'Warrenton', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41353, 'Wasco', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41354, 'Waterloo', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41355, 'Westfir', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41356, 'West Haven-sylvan', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41357, 'West Linn', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41358, 'Weston', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41359, 'West Slope', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41360, 'Wheeler', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41361, 'White City', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41362, 'Willamina', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41363, 'Wilsonville', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41364, 'Winchester Bay', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41365, 'Winston', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41366, 'Woodburn', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41367, 'Wood Village', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41368, 'Yachats', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41369, 'Yamhill', 3868, 233, '2019-01-25 03:01:10', '2019-01-25 03:05:22', 1), +(41370, 'Yoncalla', 3868, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41371, 'Palau', 4026, 233, '2019-01-25 03:01:11', '2019-01-25 03:01:11', 1), +(41372, 'Aaronsburg', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41373, 'Abbottstown', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41374, 'Adamsburg', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41375, 'Adamstown', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41376, 'Adamsville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41377, 'Addison', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41378, 'Akron', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41379, 'Alba', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41380, 'Albion', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41381, 'Alburtis', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41382, 'Aldan', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41383, 'Alexandria', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41384, 'Aliquippa', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41385, 'Allenport', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41386, 'Allentown', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41387, 'Almedia', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41388, 'Altamont', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41389, 'Altoona', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41390, 'Ambler', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41391, 'Ambridge', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41392, 'Amity Gardens', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41393, 'Ancient Oaks', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41394, 'Annville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41395, 'Apollo', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41396, 'Applewold', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41397, 'Archbald', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41398, 'Ardmore', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41399, 'Arendtsville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41400, 'Aristes', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41401, 'Arlington Heights', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41402, 'Armagh', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41403, 'Arnold', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41404, 'Arona', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41405, 'Ashland', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41406, 'Ashley', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41407, 'Ashville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41408, 'Aspinwall', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41409, 'Atglen', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41410, 'Athens', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41411, 'Atlantic', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41412, 'Atwood', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41413, 'Auburn', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41414, 'Audubon', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41415, 'Austin', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41416, 'Avalon', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41417, 'Avis', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41418, 'Avoca', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41419, 'Avon', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41420, 'Avondale', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41421, 'Avonia', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:22', 1), +(41422, 'Avonmore', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41423, 'Back Mountain', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41424, 'Baden', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41425, 'Baidland', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41426, 'Baldwin', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41427, 'Bally', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41428, 'Bangor', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41429, 'Barkeyville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41430, 'Bath', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41431, 'Beallsville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41432, 'Bear Creek Village', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41433, 'Bear Lake', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41434, 'Beaver', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41435, 'Beaverdale-lloydell', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41436, 'Beaver Falls', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41437, 'Beaver Meadows', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41438, 'Beaver Springs', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41439, 'Beavertown', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41440, 'Bechtelsville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41441, 'Bedford', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41442, 'Beech Creek', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41443, 'Belfast', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41444, 'Bell Acres', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41445, 'Bellefonte', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41446, 'Belle Vernon', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41447, 'Belleville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41448, 'Bellevue', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41449, 'Bellwood', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41450, 'Belmont', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41451, 'Ben Avon', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41452, 'Ben Avon Heights', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41453, 'Bendersville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41454, 'Bendersville Station-aspers', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41455, 'Benson', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41456, 'Bentleyville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41457, 'Benton', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41458, 'Berlin', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41459, 'Bernville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41460, 'Berrysburg', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41461, 'Berwick', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41462, 'Bessemer', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41463, 'Bethany', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41464, 'Bethel Park', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41465, 'Bethlehem', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41466, 'Beurys Lake', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41467, 'Big Beaver', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41468, 'Biglerville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41469, 'Big Run', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41470, 'Birdsboro', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41471, 'Birmingham', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41472, 'Black Lick', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41473, 'Blain', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41474, 'Blairsville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41475, 'Blakely', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41476, 'Blanchard', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41477, 'Blawnox', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41478, 'Bloomfield', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41479, 'Blooming Valley', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41480, 'Bloomsburg', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41481, 'Blossburg', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41482, 'Blue Bell', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41483, 'Boalsburg', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41484, 'Boiling Springs', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41485, 'Bolivar', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41486, 'Bonneauville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41487, 'Boothwyn', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41488, 'Boswell', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41489, 'Bowmanstown', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41490, 'Boyertown', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41491, 'Brackenridge', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41492, 'Braddock', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41493, 'Braddock Hills', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41494, 'Bradford', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41495, 'Bradfordwoods', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41496, 'Branchdale', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41497, 'Brandonville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41498, 'Brentwood', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41499, 'Bressler-enhaut-oberlin', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41500, 'Briar Creek', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41501, 'Brickerville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41502, 'Bridgeport', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41503, 'Bridgeville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41504, 'Bridgewater', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41505, 'Brisbin', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41506, 'Bristol', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41507, 'Brittany Farms-highlands', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41508, 'Broad Top City', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41509, 'Brockway', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41510, 'Brodheadsville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41511, 'Brookhaven', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41512, 'Brookville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41513, 'Broomall', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41514, 'Brownstown', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41515, 'Brownsville', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41516, 'Bruin', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41517, 'Bryn Athyn', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41518, 'Bryn Mawr', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41519, 'Buckhorn', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41520, 'Buck Run', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41521, 'Burgettstown', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41522, 'Burlington', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41523, 'Burnham', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41524, 'Burnside', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41525, 'Butler', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41526, 'California', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41527, 'Callensburg', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41528, 'Callery', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41529, 'Callimont', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41530, 'Calumet-norvelt', 3869, 233, '2019-01-25 03:01:11', '2019-01-25 03:05:23', 1), +(41531, 'Cambridge Springs', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41532, 'Campbelltown', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41533, 'Camp Hill', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41534, 'Canadohta Lake', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41535, 'Canonsburg', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41536, 'Canton', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41537, 'Carbondale', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41538, 'Carlisle', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41539, 'Carmichaels', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41540, 'Carnegie', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41541, 'Carnot-moon', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41542, 'Carrolltown', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41543, 'Carroll Valley', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41544, 'Cashtown-mcknightstown', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41545, 'Cassandra', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:23', 1), +(41546, 'Casselman', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41547, 'Cassville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41548, 'Castanea', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41549, 'Castle Shannon', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41550, 'Catasauqua', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41551, 'Catawissa', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41552, 'Cecil-bishop', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41553, 'Centerport', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41554, 'Centerville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41555, 'Central City', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41556, 'Centralia', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41557, 'Centre Hall', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41558, 'Chalfant', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41559, 'Chalfont', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41560, 'Chambersburg', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41561, 'Chapman', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41562, 'Charleroi', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41563, 'Cherry Tree', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41564, 'Cherry Valley', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41565, 'Chester', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41566, 'Chesterbrook', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41567, 'Chester Heights', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41568, 'Chester Hill', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41569, 'Chester Township', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41570, 'Chest Springs', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41571, 'Cheswick', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41572, 'Chevy Chase Heights', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41573, 'Chicora', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41574, 'Christiana', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41575, 'Churchill', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41576, 'Churchville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41577, 'Clairton', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41578, 'Clarence', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41579, 'Clarendon', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41580, 'Clarion', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41581, 'Clark', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41582, 'Clarks Green', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41583, 'Clarks Summit', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41584, 'Clarksville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41585, 'Claysburg', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41586, 'Claysville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41587, 'Clearfield', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41588, 'Cleona', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41589, 'Clifton Heights', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41590, 'Clintonville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41591, 'Clymer', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41592, 'Coal Center', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41593, 'Coaldale', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41594, 'Coalmont', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41595, 'Coalport', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41596, 'Coatesville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41597, 'Coburn', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41598, 'Cochranton', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41599, 'Cokeburg', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41600, 'Collegeville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41601, 'Collingdale', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41602, 'Colonial Park', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41603, 'Columbia', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41604, 'Colver', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41605, 'Colwyn', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41606, 'Commodore', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41607, 'Confluence', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41608, 'Conneaut Lake', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41609, 'Conneaut Lakeshore', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41610, 'Conneautville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41611, 'Connellsville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41612, 'Connoquenessing', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41613, 'Conshohocken', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41614, 'Conway', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41615, 'Conyngham', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41616, 'Coopersburg', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41617, 'Cooperstown', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41618, 'Coplay', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41619, 'Coraopolis', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41620, 'Cornwall', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41621, 'Cornwells Heights-eddington', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41622, 'Corry', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41623, 'Corsica', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41624, 'Coudersport', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(41625, 'Courtdale', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41626, 'Crabtree', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41627, 'Crafton', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41628, 'Cranesville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41629, 'Creekside', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41630, 'Cresson', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41631, 'Cressona', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41632, 'Cross Roads', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41633, 'Croydon', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41634, 'Curtisville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41635, 'Curwensville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41636, 'Daisytown', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41637, 'Dale', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41638, 'Dallas', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41639, 'Dallastown', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41640, 'Dalton', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41641, 'Danville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41642, 'Darby', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41643, 'Darby Township', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41644, 'Darlington', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41645, 'Dauphin', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41646, 'Davidsville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41647, 'Dawson', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41648, 'Dayton', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41649, 'Deemston', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41650, 'Deer Lake', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41651, 'Delano', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41652, 'Delaware Water Gap', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41653, 'Delmont', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41654, 'Delta', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41655, 'Denver', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41656, 'Derry', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41657, 'Devon-berwyn', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41658, 'Dickson City', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41659, 'Dicksonville', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41660, 'Dillsburg', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41661, 'Donaldson', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:24', 1), +(41662, 'Donegal', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41663, 'Donora', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41664, 'Dormont', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41665, 'Dover', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41666, 'Downingtown', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41667, 'Doylestown', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41668, 'Dravosburg', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41669, 'Drexel Hill', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41670, 'Driftwood', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41671, 'Dublin', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41672, 'Dubois', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41673, 'Duboistown', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41674, 'Dudley', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41675, 'Dunbar', 3869, 233, '2019-01-25 03:01:12', '2019-01-25 03:05:25', 1), +(41676, 'Duncannon', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41677, 'Duncansville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41678, 'Dunlevy', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41679, 'Dunmore', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41680, 'Dunnstown', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41681, 'Dupont', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41682, 'Duquesne', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41683, 'Duryea', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41684, 'Dushore', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41685, 'Eagles Mere', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41686, 'Eagleville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41687, 'East Bangor', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41688, 'East Berlin', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41689, 'East Berwick', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41690, 'East Brady', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41691, 'East Butler', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41692, 'East Conemaugh', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41693, 'East Greenville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41694, 'East Lansdowne', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41695, 'Eastlawn Gardens', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41696, 'East Mckeesport', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41697, 'East Norriton', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41698, 'Easton', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41699, 'East Petersburg', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41700, 'East Pittsburgh', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41701, 'East Prospect', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41702, 'East Rochester', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41703, 'East Rutherford', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41704, 'East Side', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41705, 'East Stroudsburg', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41706, 'East Uniontown', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41707, 'Eastvale', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41708, 'East Vandergrift', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41709, 'East Washington', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41710, 'East York', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41711, 'Eau Claire', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41712, 'Ebensburg', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41713, 'Economy', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41714, 'Eddystone', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41715, 'Edgewood', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41716, 'Edgeworth', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41717, 'Edinboro', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41718, 'Edwardsville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41719, 'Ehrenfeld', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41720, 'Elco', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41721, 'Elderton', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41722, 'Eldred', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41723, 'Elgin', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41724, 'Elim', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41725, 'Elizabeth', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41726, 'Elizabethtown', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41727, 'Elizabethville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41728, 'Elkland', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41729, 'Ellport', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41730, 'Ellsworth', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41731, 'Ellwood City', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41732, 'Elverson', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41733, 'Elysburg', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41734, 'Emigsville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41735, 'Emlenton', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41736, 'Emmaus', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41737, 'Emporium', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41738, 'Emsworth', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41739, 'Englewood', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41740, 'Enola', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41741, 'Enon Valley', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41742, 'Ephrata', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41743, 'Erie', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41744, 'Ernest', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41745, 'Espy', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41746, 'Etna', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41747, 'Evansburg', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41748, 'Evans City', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41749, 'Everett', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41750, 'Everson', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41751, 'Exeter', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41752, 'Export', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41753, 'Exton', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41754, 'Eyers Grove', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41755, 'Factoryville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41756, 'Fairchance', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41757, 'Fairdale', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41758, 'Fairfield', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41759, 'Fairless Hills', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41760, 'Fairview', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41761, 'Fairview-ferndale', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41762, 'Falls Creek', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41763, 'Fallston', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41764, 'Farrell', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41765, 'Fawn Grove', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41766, 'Fayette City', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41767, 'Fayetteville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41768, 'Feasterville-trevose', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41769, 'Felton', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41770, 'Ferndale', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41771, 'Fernville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41772, 'Fernway', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41773, 'Finleyville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41774, 'Fleetwood', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41775, 'Flemington', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41776, 'Flourtown', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41777, 'Flying Hills', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:25', 1), +(41778, 'Folcroft', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41779, 'Folsom', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41780, 'Ford City', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41781, 'Ford Cliff', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41782, 'Forest City', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41783, 'Forest Hills', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41784, 'Forksville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41785, 'Forrestville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41786, 'Fort Indiantown Gap', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41787, 'Fort Washington', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41788, 'Forty Fort', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41789, 'Foundryville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41790, 'Fountain Hill', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41791, 'Fountain Springs', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41792, 'Foxburg', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41793, 'Fox Chapel', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41794, 'Fox Run', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41795, 'Frackville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41796, 'Frankfort Springs', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41797, 'Franklin', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41798, 'Franklin Park', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41799, 'Franklintown', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41800, 'Fredericksburg', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41801, 'Fredericktown-millsboro', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41802, 'Fredonia', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41803, 'Freeburg', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41804, 'Freedom', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41805, 'Freeland', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41806, 'Freemansburg', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41807, 'Freeport', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41808, 'Friedens', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41809, 'Friedensburg', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41810, 'Friendsville', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41811, 'Fullerton', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41812, 'Galeton', 3869, 233, '2019-01-25 03:01:13', '2019-01-25 03:05:26', 1), +(41813, 'Gallitzin', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41814, 'Gap', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41815, 'Garden View', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41816, 'Garrett', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41817, 'Gastonville', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41818, 'Geistown', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41819, 'Geneva', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41820, 'Georgetown', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41821, 'Gettysburg', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41822, 'Gilberton', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41823, 'Gilbertsville', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41824, 'Girard', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41825, 'Girardville', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41826, 'Glasgow', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41827, 'Glassport', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41828, 'Glenburn', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41829, 'Glen Campbell', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41830, 'Glendon', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41831, 'Glenfield', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41832, 'Glen Hope', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41833, 'Glen Lyon', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41834, 'Glenolden', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41835, 'Glen Rock', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41836, 'Glenside', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41837, 'Goldsboro', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41838, 'Gordon', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41839, 'Grampian', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41840, 'Grantley', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41841, 'Grapeville', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41842, 'Gratz', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41843, 'Great Bend', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41844, 'Greencastle', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41845, 'Green Hills', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41846, 'Green Lane', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41847, 'Greensboro', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41848, 'Greensburg', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41849, 'Green Tree', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41850, 'Greenville', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41851, 'Grier City-park Crest', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41852, 'Grindstone-rowes Run', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41853, 'Grove City', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41854, 'Guilford', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41855, 'Guys Mills', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41856, 'Halfway House', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41857, 'Halifax', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41858, 'Hallam', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41859, 'Hallstead', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41860, 'Hamburg', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41861, 'Hampton', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41862, 'Hampton Township', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41863, 'Hanover', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41864, 'Harleysville', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41865, 'Harmonsburg', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41866, 'Harmony', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41867, 'Harmony Township', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41868, 'Harrisburg', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41869, 'Harrison City', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41870, 'Harrison Township', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41871, 'Harrisville', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41872, 'Hartleton', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41873, 'Hartstown', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41874, 'Harveys Lake', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41875, 'Hasson Heights', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41876, 'Hastings', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41877, 'Hatboro', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41878, 'Hatfield', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41879, 'Hawley', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41880, 'Hawthorn', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41881, 'Haysville', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41882, 'Hazleton', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41883, 'Heckscherville', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41884, 'Heidelberg', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41885, 'Heilwood', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41886, 'Hellertown', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41887, 'Herminie', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41888, 'Hermitage', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41889, 'Herndon', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41890, 'Hershey', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41891, 'Highland Park', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41892, 'Highspire', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41893, 'Hiller', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41894, 'Hokendauqua', 3869, 233, '2019-01-25 03:01:14', '2019-01-25 03:05:26', 1), +(41895, 'Hollidaysburg', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:26', 1), +(41896, 'Homeacre-lyndora', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41897, 'Homer City', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41898, 'Homestead', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41899, 'Hometown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41900, 'Homewood', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41901, 'Honesdale', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41902, 'Honey Brook', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41903, 'Hookstown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41904, 'Hooversville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41905, 'Hop Bottom', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41906, 'Hopewell', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41907, 'Hopwood', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41908, 'Horsham', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41909, 'Houserville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41910, 'Houston', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41911, 'Houtzdale', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41912, 'Howard', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41913, 'Hughestown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41914, 'Hughesville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41915, 'Hulmeville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41916, 'Hummelstown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41917, 'Hummels Wharf', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41918, 'Hunker', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41919, 'Huntingdon', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41920, 'Hyde', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41921, 'Hyde Park', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41922, 'Hydetown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41923, 'Hyndman', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41924, 'Imperial-enlow', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41925, 'Indiana', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41926, 'Indian Lake', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41927, 'Industry', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41928, 'Ingram', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41929, 'Iola', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41930, 'Irvona', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41931, 'Irwin', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41932, 'Ivyland', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41933, 'Jackson Center', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41934, 'Jacksonville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41935, 'Jacobus', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41936, 'Jamestown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41937, 'Jamison City', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41938, 'Jeannette', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41939, 'Jeddo', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41940, 'Jefferson', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41941, 'Jefferson Hills', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41942, 'Jenkintown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41943, 'Jennerstown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41944, 'Jermyn', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41945, 'Jerome', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41946, 'Jersey Shore', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41947, 'Jerseytown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41948, 'Jessup', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41949, 'Jim Thorpe', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41950, 'Johnsonburg', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41951, 'Johnstown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41952, 'Jonestown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41953, 'Julian', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41954, 'Juniata Terrace', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41955, 'Kane', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41956, 'Karns City', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41957, 'Kenhorst', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41958, 'Kenilworth', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41959, 'Kennedy Township', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41960, 'Kennett Square', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41961, 'King Of Prussia', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41962, 'Kingston', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41963, 'Kistler', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41964, 'Kittanning', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41965, 'Klingerstown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41966, 'Knox', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41967, 'Knoxville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41968, 'Koppel', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41969, 'Kratzerville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41970, 'Kreamer', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41971, 'Kulpmont', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41972, 'Kulpsville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41973, 'Kutztown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41974, 'Laceyville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41975, 'Laflin', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41976, 'Lake City', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41977, 'Lake Heritage', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41978, 'Lake Meade', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41979, 'Lake Wynonah', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41980, 'Lancaster', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41981, 'Landingville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41982, 'Landisburg', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41983, 'Lanesboro', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41984, 'Langhorne', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41985, 'Langhorne Manor', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41986, 'Lansdale', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41987, 'Lansdowne', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41988, 'Lansford', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41989, 'Laporte', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41990, 'Larksville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41991, 'Latrobe', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41992, 'Laureldale', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41993, 'Laurel Mountain', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41994, 'Laurel Run', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41995, 'Lavelle-locustdale', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41996, 'Lawnton', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41997, 'Lawrence Park', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41998, 'Lawrenceville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(41999, 'Lawson Heights', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42000, 'Leacock-leola-bareville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42001, 'Lebanon', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42002, 'Lebanon South', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42003, 'Leechburg', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42004, 'Leesport', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42005, 'Leetsdale', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42006, 'Lehighton', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42007, 'Leith-hatfield', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42008, 'Lemont', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42009, 'Lemoyne', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42010, 'Lenape Heights', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42011, 'Lenhartsville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42012, 'Le Raysville', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42013, 'Levittown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42014, 'Lewisberry', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42015, 'Lewisburg', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42016, 'Lewis Run', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42017, 'Lewistown', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42018, 'Liberty', 3869, 233, '2019-01-25 03:01:15', '2019-01-25 03:05:27', 1), +(42019, 'Lightstreet', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:27', 1), +(42020, 'Ligonier', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:27', 1), +(42021, 'Lilly', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42022, 'Lima', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42023, 'Lime Ridge', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42024, 'Lincoln', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42025, 'Lincolnville', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42026, 'Linesville', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42027, 'Linglestown', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42028, 'Linntown', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42029, 'Linwood', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42030, 'Lionville-marchwood', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42031, 'Lititz', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42032, 'Little Meadows', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42033, 'Littlestown', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42034, 'Liverpool', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42035, 'Lock Haven', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42036, 'Locustdale', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42037, 'Loganton', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42038, 'Loganville', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42039, 'Long Branch', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42040, 'Lorain', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42041, 'Lorane', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42042, 'Loretto', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42043, 'Lower Allen', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42044, 'Lower Burrell', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42045, 'Lucerne Mines', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42046, 'Lumber City', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42047, 'Luzerne', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42048, 'Lykens', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42049, 'Lynnwood-pricedale', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42050, 'Lyons', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42051, 'Mcadoo', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42052, 'Mcalisterville', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42053, 'Mccandless Township', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42054, 'Mcchesneytown-loyalhanna', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42055, 'Mcclure', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42056, 'Mcconnellsburg', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42057, 'Mcdonald', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42058, 'Mcewensville', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42059, 'Mcgovern', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42060, 'Mckean', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42061, 'Mckeansburg', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42062, 'Mckeesport', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42063, 'Mckees Rocks', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42064, 'Mcmurray', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42065, 'Mcsherrystown', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42066, 'Macungie', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42067, 'Mcveytown', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42068, 'Madison', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42069, 'Madisonburg', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42070, 'Mahaffey', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42071, 'Mahanoy City', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42072, 'Mainville', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42073, 'Malvern', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42074, 'Manchester', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42075, 'Manheim', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42076, 'Manns Choice', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42077, 'Manor', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42078, 'Manorville', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42079, 'Mansfield', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42080, 'Maple Glen', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42081, 'Mapleton', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42082, 'Marcus Hook', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42083, 'Marianna', 3869, 233, '2019-01-25 03:01:16', '2019-01-25 03:05:28', 1), +(42084, 'Marietta', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42085, 'Marion Center', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42086, 'Marion Heights', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42087, 'Marklesburg', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42088, 'Markleysburg', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42089, 'Marlin', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42090, 'Mars', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42091, 'Marshallton', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42092, 'Martinsburg', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42093, 'Marysville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42094, 'Masontown', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42095, 'Matamoras', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42096, 'Mayfield', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42097, 'Maytown', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42098, 'Meadowood', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42099, 'Meadville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42100, 'Mechanicsburg', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42101, 'Mechanicsville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42102, 'Media', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42103, 'Mercer', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42104, 'Mercersburg', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42105, 'Meridian', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42106, 'Meshoppen', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42107, 'Mexico', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42108, 'Meyersdale', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42109, 'Middleburg', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42110, 'Middleport', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42111, 'Middletown', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42112, 'Midland', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42113, 'Midway', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42114, 'Mifflin', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42115, 'Mifflinburg', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42116, 'Mifflintown', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42117, 'Mifflinville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42118, 'Milesburg', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42119, 'Milford', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42120, 'Millbourne', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42121, 'Mill Creek', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42122, 'Millersburg', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42123, 'Millerstown', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42124, 'Millersville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42125, 'Mill Hall', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42126, 'Millheim', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42127, 'Millvale', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42128, 'Mill Village', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42129, 'Millville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42130, 'Milroy', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42131, 'Milton', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42132, 'Minersville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42133, 'Modena', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42134, 'Mohnton', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42135, 'Monaca', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42136, 'Monessen', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42137, 'Monongahela', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42138, 'Monroe', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42139, 'Mont Alto', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42140, 'Montgomery', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42141, 'Montgomeryville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42142, 'Montoursville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42143, 'Montrose', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42144, 'Monument', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:28', 1), +(42145, 'Moosic', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42146, 'Morrisville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42147, 'Morton', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42148, 'Moscow', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42149, 'Mountainhome', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42150, 'Mountain Top', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42151, 'Mount Carbon', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42152, 'Mount Carmel', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42153, 'Mount Cobb', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42154, 'Mount Gretna', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42155, 'Mount Gretna Heights', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42156, 'Mount Holly Springs', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42157, 'Mount Jewett', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42158, 'Mount Joy', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42159, 'Mount Lebanon', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42160, 'Mount Oliver', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42161, 'Mount Penn', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42162, 'Mount Pleasant', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42163, 'Mount Pleasant Mills', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42164, 'Mount Pocono', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42165, 'Mount Union', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42166, 'Mountville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42167, 'Mount Wolf', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42168, 'Muncy', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42169, 'Munhall', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42170, 'Municipality Of Monroeville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42171, 'Municipality Of Murrysville', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42172, 'Myerstown', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42173, 'Nanticoke', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42174, 'Nanty-glo', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42175, 'Narberth', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42176, 'Nazareth', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42177, 'Nemacolin', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42178, 'Nescopeck', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42179, 'Nesquehoning', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42180, 'Nether Providence Township', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42181, 'New Albany', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42182, 'New Alexandria', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42183, 'New Baltimore', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42184, 'New Beaver', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42185, 'New Berlin', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42186, 'New Bethlehem', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42187, 'New Boston-morea', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42188, 'New Brighton', 3869, 233, '2019-01-25 03:01:17', '2019-01-25 03:05:29', 1), +(42189, 'New Britain', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42190, 'New Buffalo', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42191, 'Newburg', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42192, 'New Castle', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42193, 'New Castle Northwest', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42194, 'New Centerville', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42195, 'New Columbus', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42196, 'New Cumberland', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42197, 'New Eagle', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42198, 'Newell', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42199, 'New Florence', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42200, 'New Freedom', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42201, 'New Galilee', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42202, 'New Holland', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42203, 'New Hope', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42204, 'New Kensington', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42205, 'New Kingstown', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42206, 'New Lebanon', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42207, 'Newmanstown', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42208, 'New Milford', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42209, 'New Morgan', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42210, 'New Oxford', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42211, 'New Paris', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42212, 'New Philadelphia', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42213, 'Newport', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42214, 'New Ringgold', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42215, 'Newry', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42216, 'New Salem', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42217, 'New Salem-buffington', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42218, 'New Stanton', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42219, 'Newton Hamilton', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42220, 'Newtown', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42221, 'Newtown Grant', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42222, 'Newville', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42223, 'New Washington', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42224, 'New Wilmington', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42225, 'Nicholson', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42226, 'Nixon', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:29', 1), +(42227, 'Norristown', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42228, 'Northampton', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42229, 'North Apollo', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42230, 'North Belle Vernon', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42231, 'North Braddock', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42232, 'North Catasauqua', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42233, 'North Charleroi', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42234, 'North East', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42235, 'Northern Cambria', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42236, 'North Irwin', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42237, 'North Philipsburg', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42238, 'Northumberland', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42239, 'North Vandergrift-pleasant View', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42240, 'North Versailles', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(42241, 'North Wales', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42242, 'Northwest Harborcreek', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42243, 'North York', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42244, 'Norwood', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42245, 'Nuangola', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42246, 'Numidia', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42247, 'Nuremberg', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42248, 'Oakdale', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42249, 'Oak Hills', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42250, 'Oakland', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42251, 'Oakmont', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42252, 'Oakwood', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42253, 'O Hara Township', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42254, 'Ohiopyle', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42255, 'Ohioville', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42256, 'Oil City', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42257, 'Oklahoma', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42258, 'Old Forge', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42259, 'Old Orchard', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42260, 'Oliver', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42261, 'Olyphant', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42262, 'Oneida', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42263, 'Orangeville', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42264, 'Orbisonia', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42265, 'Orchard Hills', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42266, 'Oreland', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42267, 'Orrstown', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42268, 'Orrtanna', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42269, 'Orwigsburg', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42270, 'Osborne', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42271, 'Osceola Mills', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42272, 'Oswayo', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42273, 'Oxford', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42274, 'Paint', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42275, 'Palmer Heights', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42276, 'Palmerton', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42277, 'Palmyra', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42278, 'Palo Alto', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42279, 'Paoli', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42280, 'Paradise', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42281, 'Parker', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42282, 'Parkesburg', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42283, 'Park Forest Village', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42284, 'Parkside', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42285, 'Parkville', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:30', 1), +(42286, 'Parryville', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42287, 'Patterson Heights', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42288, 'Patterson Township', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42289, 'Patton', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42290, 'Paxtang', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42291, 'Paxtonia', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42292, 'Paxtonville', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42293, 'Pen Argyl', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42294, 'Penbrook', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42295, 'Penn', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42296, 'Penndel', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42297, 'Penn Hills', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42298, 'Penn Lake Park', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42299, 'Pennsburg', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42300, 'Pennsbury Village', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42301, 'Penns Creek', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42302, 'Pennville', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42303, 'Penn Wynne', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42304, 'Perkasie', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42305, 'Perryopolis', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42306, 'Petersburg', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42307, 'Petrolia', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42308, 'Philadelphia', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42309, 'Philipsburg', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42310, 'Phoenixville', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42311, 'Picture Rocks', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42312, 'Pillow', 3869, 233, '2019-01-25 03:01:18', '2019-01-25 03:05:31', 1), +(42313, 'Pine Glen', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42314, 'Pine Grove', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42315, 'Pine Grove Mills', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42316, 'Pitcairn', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42317, 'Pittsburgh', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42318, 'Pittston', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42319, 'Plainfield', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42320, 'Platea', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42321, 'Pleasant Gap', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42322, 'Pleasant Hill', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42323, 'Pleasant Hills', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42324, 'Pleasantville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42325, 'Plum', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42326, 'Plumville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42327, 'Plymouth', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42328, 'Plymouth Meeting', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42329, 'Plymptonville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42330, 'Pocono Pines', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42331, 'Point Marion', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42332, 'Polk', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42333, 'Portage', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42334, 'Port Allegany', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42335, 'Port Carbon', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42336, 'Port Clinton', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42337, 'Portersville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42338, 'Portland', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42339, 'Port Matilda', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42340, 'Port Royal', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42341, 'Port Trevorton', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42342, 'Port Vue', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42343, 'Pottsgrove', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42344, 'Pottstown', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42345, 'Pottsville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42346, 'Pringle', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42347, 'Progress', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42348, 'Prompton', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42349, 'Prospect', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42350, 'Prospect Park', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42351, 'Punxsutawney', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42352, 'Pymatuning Central', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42353, 'Pymatuning North', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42354, 'Pymatuning South', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42355, 'Quakertown', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42356, 'Quarryville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42357, 'Quentin', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42358, 'Radnor Township', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42359, 'Railroad', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42360, 'Rainsburg', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42361, 'Ramblewood', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42362, 'Ramey', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42363, 'Rankin', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42364, 'Ravine', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42365, 'Reading', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42366, 'Reamstown', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:31', 1), +(42367, 'Rebersburg', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42368, 'Red Hill', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42369, 'Red Lion', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42370, 'Reedsville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42371, 'Reiffton', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42372, 'Reinerton-orwin-muir', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42373, 'Renningers', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42374, 'Renovo', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42375, 'Republic', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42376, 'Reserve Township', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42377, 'Reynoldsville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42378, 'Rheems', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42379, 'Rices Landing', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42380, 'Riceville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42381, 'Richboro', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42382, 'Richfield', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42383, 'Richland', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42384, 'Richlandtown', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42385, 'Ridgway', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42386, 'Ridley Park', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42387, 'Riegelsville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42388, 'Rimersburg', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42389, 'Ringtown', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42390, 'Riverside', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42391, 'Roaring Spring', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42392, 'Robesonia', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42393, 'Robinson Township', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42394, 'Rochester', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42395, 'Rockhill Furnace', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42396, 'Rockledge', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42397, 'Rockwood', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42398, 'Rohrsburg', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42399, 'Rome', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42400, 'Roscoe', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42401, 'Roseto', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42402, 'Rose Valley', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42403, 'Roseville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42404, 'Rossiter', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42405, 'Rosslyn Farms', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42406, 'Ross Township', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42407, 'Rothsville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42408, 'Rouseville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42409, 'Rouzerville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42410, 'Royalton', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42411, 'Royersford', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42412, 'Rupert', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42413, 'Rural Valley', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42414, 'Russellton', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42415, 'Rutherford', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42416, 'Rutledge', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42417, 'Saegertown', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42418, 'St. Clair', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42419, 'St. Clairsville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42420, 'St. Lawrence', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42421, 'St. Marys', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42422, 'St. Michael-sidman', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42423, 'St. Petersburg', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42424, 'Salisbury', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42425, 'Salix-beauty Line Park', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42426, 'Salladasburg', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42427, 'Saltillo', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42428, 'Saltsburg', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42429, 'Salunga-landisville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42430, 'Sanatoga', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42431, 'Sand Hill', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42432, 'Sandy', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42433, 'Sandy Lake', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42434, 'Sandy Ridge', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42435, 'Sankertown', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42436, 'Saxonburg', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42437, 'Saxton', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42438, 'Sayre', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42439, 'Scalp Level', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42440, 'Schaefferstown', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42441, 'Schellsburg', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42442, 'Schlusser', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42443, 'Schnecksville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42444, 'Schuylkill Haven', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42445, 'Schwenksville', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42446, 'Scottdale', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42447, 'Scott Township', 3869, 233, '2019-01-25 03:01:19', '2019-01-25 03:05:32', 1), +(42448, 'Scranton', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:32', 1), +(42449, 'Selinsgrove', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:32', 1), +(42450, 'Sellersville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:32', 1), +(42451, 'Seltzer', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:32', 1), +(42452, 'Seneca', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:32', 1), +(42453, 'Seven Fields', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42454, 'Seven Springs', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42455, 'Seven Valleys', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42456, 'Seward', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42457, 'Sewickley', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42458, 'Sewickley Heights', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42459, 'Sewickley Hills', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42460, 'Shade Gap', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42461, 'Shaler Township', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42462, 'Shamokin', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42463, 'Shamokin Dam', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42464, 'Shanksville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42465, 'Shanor-northvue', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42466, 'Sharon', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42467, 'Sharon Hill', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42468, 'Sharpsburg', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42469, 'Sharpsville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42470, 'Sheakleyville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42471, 'Sheffield', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42472, 'Shelocta', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42473, 'Shenandoah', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42474, 'Shenandoah Heights', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42475, 'Sheppton', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42476, 'Shickshinny', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42477, 'Shillington', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42478, 'Shiloh', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42479, 'Shinglehouse', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42480, 'Shippensburg', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42481, 'Shippenville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42482, 'Shippingport', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42483, 'Shiremanstown', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42484, 'Shirleysburg', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42485, 'Shoemakersville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42486, 'Shrewsbury', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42487, 'Silverdale', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42488, 'Sinking Spring', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42489, 'Skippack', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42490, 'Skyline View', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42491, 'Slabtown', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42492, 'Slatington', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42493, 'Slickville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42494, 'Sligo', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42495, 'Slippery Rock', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42496, 'Smethport', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42497, 'Smicksburg', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42498, 'Smithfield', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42499, 'Smithton', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42500, 'Snow Shoe', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42501, 'S.n.p.j.', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42502, 'Snydertown', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42503, 'Somerset', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42504, 'Souderton', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42505, 'South Bethlehem', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42506, 'South Coatesville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42507, 'South Connellsville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42508, 'South Fork', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42509, 'South Greensburg', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42510, 'South Heights', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42511, 'Southmont', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42512, 'South New Castle', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42513, 'South Park Township', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42514, 'South Philipsburg', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42515, 'South Pottstown', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42516, 'South Renovo', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42517, 'South Waverly', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42518, 'Southwest Greensburg', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42519, 'South Williamsport', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42520, 'Spartansburg', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42521, 'Speers', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42522, 'Springboro', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42523, 'Spring City', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42524, 'Springdale', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42525, 'Springetts Manor-yorklyn', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42526, 'Springfield', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42527, 'Spring Grove', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42528, 'Spring Hill', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42529, 'Spring House', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42530, 'Spring Mills', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42531, 'Spring Mount', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42532, 'Spring Ridge', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42533, 'Spry', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42534, 'Starrucca', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42535, 'State College', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42536, 'Steelton', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42537, 'Stewartstown', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42538, 'Stillwater', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42539, 'Stockdale', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42540, 'Stockertown', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42541, 'Stoneboro', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42542, 'Stonybrook-wilshire', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42543, 'Stormstown', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42544, 'Stowe', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42545, 'Stowe Township', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42546, 'Stoystown', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42547, 'Strasburg', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42548, 'Strattanville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:33', 1), +(42549, 'Strausstown', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42550, 'Stroudsburg', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42551, 'Sturgeon-noblestown', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42552, 'Sugarcreek', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42553, 'Sugar Grove', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42554, 'Sugar Notch', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42555, 'Summerhill', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42556, 'Summerville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42557, 'Summit Hill', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42558, 'Summit Station', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42559, 'Sunbury', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42560, 'Susquehanna Depot', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42561, 'Susquehanna Trails', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42562, 'Sutersville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42563, 'Swarthmore', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42564, 'Swissvale', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42565, 'Swoyersville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42566, 'Sykesville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42567, 'Sylvania', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42568, 'Tamaqua', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42569, 'Tarentum', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42570, 'Tatamy', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42571, 'Taylor', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42572, 'Telford', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42573, 'Terre Hill', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42574, 'Thompson', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42575, 'Thompsontown', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42576, 'Thompsonville', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42577, 'Thornburg', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42578, 'Thorndale', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42579, 'Three Springs', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42580, 'Throop', 3869, 233, '2019-01-25 03:01:20', '2019-01-25 03:05:34', 1), +(42581, 'Tidioute', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42582, 'Timber Hills', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42583, 'Timblin', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42584, 'Tinicum Township', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42585, 'Tioga', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42586, 'Tionesta', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42587, 'Tipton', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42588, 'Titusville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42589, 'Topton', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42590, 'Toughkenamon', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42591, 'Towanda', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42592, 'Tower City', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42593, 'Townville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42594, 'Trafford', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42595, 'Trainer', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42596, 'Trappe', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42597, 'Treasure Lake', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42598, 'Tremont', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42599, 'Tresckow', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42600, 'Trevorton', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42601, 'Trooper', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42602, 'Troutville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42603, 'Troxelville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42604, 'Troy', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42605, 'Trumbauersville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42606, 'Tullytown', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42607, 'Tunkhannock', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42608, 'Tunnelhill', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42609, 'Turbotville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42610, 'Turtle Creek', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42611, 'Tuscarora', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42612, 'Twilight', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42613, 'Tyler Run-queens Gate', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42614, 'Tyrone', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42615, 'Ulysses', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42616, 'Union City', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42617, 'Union Dale', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42618, 'Uniontown', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42619, 'Unionville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42620, 'Upland', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42621, 'Upper Providence Township', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42622, 'Upper St. Clair', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42623, 'Ursina', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42624, 'Utica', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42625, 'Valencia', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42626, 'Valley Green', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42627, 'Valley-hi', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42628, 'Valley View', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42629, 'Vanderbilt', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42630, 'Vandergrift', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:34', 1), +(42631, 'Vandling', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42632, 'Venango', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42633, 'Verona', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42634, 'Versailles', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42635, 'Village Green-green Ridge', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42636, 'Village Shires', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42637, 'Vinco', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42638, 'Vintondale', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42639, 'Volant', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42640, 'Wall', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42641, 'Wallaceton', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42642, 'Waller', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42643, 'Walnutport', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42644, 'Wampum', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42645, 'Warminster Heights', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42646, 'Warren', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42647, 'Warren South', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42648, 'Warrior Run', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42649, 'Washington', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42650, 'Washingtonville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42651, 'Waterford', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42652, 'Watsontown', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42653, 'Wattsburg', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42654, 'Waymart', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42655, 'Wayne Heights', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42656, 'Waynesboro', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42657, 'Waynesburg', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42658, 'Weatherly', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42659, 'Weigelstown', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42660, 'Weissport', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42661, 'Weissport East', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42662, 'Wellersburg', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42663, 'Wellsboro', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42664, 'Wellsville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42665, 'Wernersville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42666, 'Wesleyville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42667, 'West Alexander', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42668, 'West Brownsville', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42669, 'West Chester', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42670, 'West Conshohocken', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42671, 'West Easton', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42672, 'West Elizabeth', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42673, 'Westfield', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42674, 'West Goshen', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42675, 'West Grove', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42676, 'West Hazleton', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42677, 'West Hills', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42678, 'West Homestead', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42679, 'West Kittanning', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42680, 'West Lawn', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42681, 'West Leechburg', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42682, 'West Liberty', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42683, 'West Mayfield', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42684, 'West Middlesex', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42685, 'West Middletown', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42686, 'West Mifflin', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42687, 'Westmont', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42688, 'West Newton', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42689, 'West Norriton', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42690, 'Westover', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42691, 'West Pittston', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42692, 'West Reading', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42693, 'West Sunbury', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42694, 'West View', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42695, 'West Wyoming', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42696, 'West Wyomissing', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42697, 'West York', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42698, 'Wheatland', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42699, 'Whitaker', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42700, 'Whitehall', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42701, 'White Haven', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42702, 'White Oak', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42703, 'Whitfield', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42704, 'Wickerham Manor-fisher', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42705, 'Wilburton Number One', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42706, 'Wilburton Number Two', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42707, 'Wilkes-barre', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42708, 'Wilkes-barre Township', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42709, 'Wilkinsburg', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42710, 'Wilkins Township', 3869, 233, '2019-01-25 03:01:21', '2019-01-25 03:05:35', 1), +(42711, 'Williamsburg', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:35', 1), +(42712, 'Williamsport', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:35', 1), +(42713, 'Williamstown', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42714, 'Willow Grove', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42715, 'Willow Street', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42716, 'Wilmerding', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42717, 'Wilmore', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42718, 'Wilson', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42719, 'Windber', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42720, 'Wind Gap', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42721, 'Windsor', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42722, 'Winterstown', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42723, 'Wolfdale', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42724, 'Womelsdorf', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42725, 'Woodbourne', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42726, 'Woodbury', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42727, 'Woodcock', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42728, 'Woodland Heights', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42729, 'Woodlyn', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42730, 'Woodside', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42731, 'Woodward', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42732, 'Wormleysburg', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42733, 'Worthington', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42734, 'Worthville', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42735, 'Wrightsville', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42736, 'Wyalusing', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42737, 'Wyncote', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42738, 'Wyndmoor', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42739, 'Wyoming', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42740, 'Wyomissing', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42741, 'Wyomissing Hills', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42742, 'Yardley', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42743, 'Yatesville', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42744, 'Yeadon', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42745, 'Yeagertown', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42746, 'Yoe', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42747, 'York', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42748, 'Yorkana', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42749, 'York Haven', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42750, 'York Springs', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42751, 'Youngstown', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42752, 'Youngsville', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42753, 'Youngwood', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42754, 'Zelienople', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42755, 'Zion', 3869, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42756, 'Aceitunas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42757, 'Adjuntas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42758, 'Aguada', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42759, 'Aguadilla', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42760, 'Aguas Buenas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42761, 'Aguas Claras', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42762, 'Aguilita', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42763, 'Aibonito', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42764, 'Anasco', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42765, 'Animas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42766, 'Anton Ruiz', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42767, 'Arecibo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42768, 'Arroyo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42769, 'Bairoa', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42770, 'Bajadero', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42771, 'Bajandas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42772, 'Barahona', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42773, 'Barceloneta', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42774, 'Barranquitas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42775, 'Bartolo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42776, 'Bayamon', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42777, 'Benitez', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42778, 'Betances', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42779, 'Boqueron', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42780, 'Brenas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42781, 'Buena Vista', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42782, 'Bufalo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42783, 'Caban', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42784, 'Cabo Rojo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42785, 'Cacao', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42786, 'Caguas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42787, 'Campanilla', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42788, 'Campo Rico', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42789, 'Camuy', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42790, 'Candelaria', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42791, 'Candelaria Arenas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42792, 'Candelero Arriba', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42793, 'Canovanas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42794, 'Capitanejo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42795, 'Carolina', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42796, 'Carrizales', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42797, 'Catano', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42798, 'Cayey', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42799, 'Cayuco', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42800, 'Ceiba', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42801, 'Celada', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42802, 'Central Aguirre', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42803, 'Ciales', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42804, 'Cidra', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42805, 'Coamo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42806, 'Coco', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42807, 'Comerio', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42808, 'Comunas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42809, 'Coqui', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42810, 'Corazon', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42811, 'Corcovado', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42812, 'Corozal', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42813, 'Coto Laurel', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42814, 'Coto Norte', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42815, 'Culebra', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42816, 'Daguao', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42817, 'Dorado', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42818, 'Duque', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42819, 'El Mango', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42820, 'El Negro', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42821, 'El Ojo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42822, 'Emajagua', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42823, 'Esperanza', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42824, 'Espino', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42825, 'Fajardo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42826, 'Florida', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42827, 'Franquez', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42828, 'Fuig', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42829, 'Galateo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42830, 'Garrochales', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42831, 'G. L. Garcia', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42832, 'Guanica', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42833, 'Guayabal', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42834, 'Guayama', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:36', 1), +(42835, 'Guayanilla', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42836, 'Guaynabo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42837, 'Gurabo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42838, 'Hatillo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42839, 'Hato Arriba', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42840, 'Hato Candal', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42841, 'Hormigueros', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42842, 'H. Rivera Colon', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42843, 'Humacao', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42844, 'Imbery', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42845, 'Indios', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42846, 'Ingenio', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42847, 'Isabela', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42848, 'Jagual', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42849, 'Jauca', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42850, 'Jayuya', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42851, 'Jobos', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42852, 'Juana Diaz', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42853, 'Juncal', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42854, 'Juncos', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42855, 'La Alianza', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(42856, 'La Dolores', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42857, 'La Fermina', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42858, 'Lajas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42859, 'La Luisa', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42860, 'Lamboglia', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42861, 'La Parguera', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42862, 'La Playa', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42863, 'La Plena', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42864, 'Lares', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42865, 'Las Marias', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42866, 'Las Ochenta', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42867, 'Las Ollas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42868, 'Las Piedras', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42869, 'Levittown', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42870, 'Liborio Negron Torres', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42871, 'Lluveras', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42872, 'Loiza', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42873, 'Lomas', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42874, 'Los Llanos', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42875, 'Luis Llorens Torres', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42876, 'Luis M. Cintron', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42877, 'Luquillo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42878, 'Luyando', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42879, 'Magas Arriba', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42880, 'Manati', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42881, 'Maria Antonia', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42882, 'Mariano Colon', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42883, 'Maricao', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42884, 'Martorell', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42885, 'Marueno', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42886, 'Maunabo', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42887, 'Mayaguez', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42888, 'Miranda', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42889, 'Moca', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42890, 'Monserrate', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42891, 'Monte Grande', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42892, 'Mora', 4027, 233, '2019-01-25 03:01:22', '2019-01-25 03:05:37', 1), +(42893, 'Morovis', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42894, 'Mucarabones', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42895, 'Naguabo', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42896, 'Naranjito', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42897, 'Olimpo', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42898, 'Orocovis', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42899, 'Pajaros', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42900, 'Pajonal', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42901, 'Palmarejo', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42902, 'Palmas', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42903, 'Palmer', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42904, 'Palomas', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42905, 'Palo Seco', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42906, 'Parcelas La Milagrosa', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42907, 'Parcelas Nuevas', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42908, 'Parcelas Penuelas', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42909, 'Pastos', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42910, 'Patillas', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42911, 'Pena Pobre', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42912, 'Penuelas', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42913, 'Piedra Gorda', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42914, 'Playa Fortuna', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42915, 'Playita', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42916, 'Playita Cortada', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42917, 'Pole Ojea', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42918, 'Ponce', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42919, 'Potala Pastillo', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42920, 'Pueblito Del Rio', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42921, 'Puerto Real', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42922, 'Punta Santiago', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42923, 'Quebrada', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42924, 'Quebradillas', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42925, 'Rafael Capo', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42926, 'Rafael Gonzalez', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42927, 'Rafael Hernandez', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42928, 'Ramos', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42929, 'Rincon', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42930, 'Rio Blanco', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42931, 'Rio Canas Abajo', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42932, 'Rio Grande', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42933, 'Rio Lajas', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42934, 'Roosevelt Roads', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42935, 'Rosa Sanchez', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42936, 'Sabana', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42937, 'Sabana Eneas', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42938, 'Sabana Grande', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42939, 'Sabana Hoyos', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42940, 'Sabana Seca', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42941, 'Salinas', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42942, 'San Antonio', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42943, 'San German', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42944, 'San Isidro', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42945, 'San Jose', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42946, 'San Juan', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42947, 'San Lorenzo', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42948, 'San Sebastian', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42949, 'Santa Barbara', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42950, 'Santa Clara', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42951, 'Santa Isabel', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42952, 'Santo Domingo', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42953, 'Stella', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42954, 'Suarez', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42955, 'Tallaboa', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42956, 'Tallaboa Alta', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42957, 'Tiburones', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42958, 'Tierras Nuevas Poniente', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42959, 'Toa Alta', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42960, 'Toa Baja', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42961, 'Trujillo Alto', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42962, 'Utuado', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42963, 'Vazquez', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42964, 'Vega Alta', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42965, 'Vega Baja', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42966, 'Vieques', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:37', 1), +(42967, 'Villalba', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42968, 'Yabucoa', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42969, 'Yauco', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42970, 'Yaurel', 4027, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42971, 'Ashaway', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42972, 'Barrington', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42973, 'Bradford', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42974, 'Bristol', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42975, 'Central Falls', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42976, 'Cranston', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42977, 'Cumberland Hill', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42978, 'East Providence', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42979, 'Greenville', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42980, 'Harrisville', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42981, 'Hope Valley', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42982, 'Kingston', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42983, 'Melville', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42984, 'Narragansett Pier', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42985, 'Newport', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42986, 'Newport East', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42987, 'North Providence', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42988, 'Pascoag', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42989, 'Pawtucket', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42990, 'Providence', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42991, 'Tiverton', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42992, 'Valley Falls', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42993, 'Wakefield-peacedale', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42994, 'Warwick', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42995, 'Westerly', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42996, 'West Warwick', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42997, 'Woonsocket', 3871, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42998, 'Abbeville', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(42999, 'Aiken', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43000, 'Allendale', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43001, 'Anderson', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43002, 'Andrews', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43003, 'Antreville', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43004, 'Arcadia Lakes', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43005, 'Arial', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43006, 'Atlantic Beach', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43007, 'Awendaw', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43008, 'Aynor', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43009, 'Bamberg', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43010, 'Barnwell', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43011, 'Batesburg-leesville', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43012, 'Beaufort', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43013, 'Belton', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43014, 'Belvedere', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43015, 'Bennettsville', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43016, 'Berea', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43017, 'Bethune', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43018, 'Bishopville', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43019, 'Blacksburg', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43020, 'Blackville', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43021, 'Blenheim', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43022, 'Bluffton', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43023, 'Blythewood', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43024, 'Boiling Springs', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43025, 'Bonneau', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43026, 'Bowman', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43027, 'Bradley', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43028, 'Branchville', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43029, 'Briarcliffe Acres', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43030, 'Brookdale', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43031, 'Brunson', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43032, 'Bucksport', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43033, 'Buffalo', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43034, 'Burnettown', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43035, 'Burton', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43036, 'Calhoun Falls', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43037, 'Camden', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43038, 'Cameron', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43039, 'Campobello', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43040, 'Cane Savannah', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43041, 'Carlisle', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43042, 'Cayce', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43043, 'Centerville', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43044, 'Central', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43045, 'Central Pacolet', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43046, 'Chapin', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43047, 'Charleston', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43048, 'Cheraw', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43049, 'Cherryvale', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43050, 'Chesnee', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43051, 'Chester', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43052, 'Chesterfield', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43053, 'City View', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43054, 'Clarks Hill', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43055, 'Clearwater', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43056, 'Clemson', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43057, 'Clinton', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43058, 'Clio', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43059, 'Clover', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43060, 'Cokesbury', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43061, 'Columbia', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43062, 'Conway', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43063, 'Cope', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43064, 'Cordova', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43065, 'Coronaca', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43066, 'Cottageville', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43067, 'Coward', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43068, 'Cowpens', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43069, 'Cross Hill', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43070, 'Dalzell', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43071, 'Darlington', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43072, 'Denmark', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43073, 'Dentsville', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43074, 'Dillon', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43075, 'Donalds', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43076, 'Due West', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43077, 'Duncan', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43078, 'Dunean', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43079, 'Easley', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43080, 'East Gaffney', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43081, 'Eastover', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43082, 'East Sumter', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43083, 'Edgefield', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43084, 'Edisto', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43085, 'Edisto Beach', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43086, 'Ehrhardt', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43087, 'Elgin', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43088, 'Elko', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43089, 'Elloree', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43090, 'Estill', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43091, 'Eureka Mill', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43092, 'Eutawville', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43093, 'Fairfax', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43094, 'Five Forks', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43095, 'Florence', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43096, 'Folly Beach', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43097, 'Forest Acres', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43098, 'Forestbrook', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43099, 'Fort Lawn', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43100, 'Fort Mill', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43101, 'Fountain Inn', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43102, 'Furman', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43103, 'Gaffney', 3872, 233, '2019-01-25 03:01:23', '2019-01-25 03:05:38', 1), +(43104, 'Gantt', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:38', 1), +(43105, 'Garden City', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:38', 1), +(43106, 'Gaston', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:38', 1), +(43107, 'Gayle Mill', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:38', 1), +(43108, 'Georgetown', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:38', 1), +(43109, 'Gifford', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43110, 'Gilbert', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43111, 'Gloverville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43112, 'Golden Grove', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43113, 'Goose Creek', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43114, 'Govan', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43115, 'Gray Court', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43116, 'Great Falls', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43117, 'Greeleyville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43118, 'Greenville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43119, 'Greenwood', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43120, 'Greer', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43121, 'Hampton', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43122, 'Hanahan', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43123, 'Hardeeville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43124, 'Harleyville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43125, 'Hartsville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43126, 'Heath Springs', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43127, 'Hemingway', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43128, 'Hickory Grove', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43129, 'Hilda', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43130, 'Hilton Head Island', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43131, 'Hodges', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43132, 'Holly Hill', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43133, 'Hollywood', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43134, 'Homeland Park', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43135, 'Honea Path', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43136, 'India Hook', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43137, 'Inman', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43138, 'Inman Mills', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43139, 'Irmo', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43140, 'Irwin', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43141, 'Isle Of Palms', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43142, 'Iva', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43143, 'Jackson', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43144, 'Jamestown', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43145, 'Jefferson', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43146, 'Joanna', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43147, 'Johnsonville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43148, 'Johnston', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43149, 'Jonesville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43150, 'Judson', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43151, 'Kershaw', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43152, 'Kiawah Island', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43153, 'Kingstree', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43154, 'Kline', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43155, 'Ladson', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43156, 'Lake City', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43157, 'Lake Murray Of Richland', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43158, 'Lake Secession', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43159, 'Lake View', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43160, 'Lakewood', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43161, 'Lake Wylie', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43162, 'Lamar', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43163, 'Lancaster', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43164, 'Lancaster Mill', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43165, 'Landrum', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43166, 'Lane', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43167, 'Latta', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43168, 'Laurel Bay', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43169, 'Laurens', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43170, 'Lesslie', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43171, 'Lexington', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43172, 'Liberty', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43173, 'Lincolnville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43174, 'Little Mountain', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43175, 'Little River', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43176, 'Livingston', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43177, 'Lockhart', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43178, 'Lodge', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43179, 'Loris', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43180, 'Lowndesville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43181, 'Lowrys', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43182, 'Lugoff', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43183, 'Luray', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43184, 'Lyman', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43185, 'Lynchburg', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43186, 'Mcbee', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43187, 'Mcclellanville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43188, 'Mccoll', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43189, 'Mcconnells', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43190, 'Mccormick', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43191, 'Manning', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43192, 'Marion', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43193, 'Mauldin', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43194, 'Mayesville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43195, 'Mayo', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43196, 'Meggett', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43197, 'Millwood', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43198, 'Modoc', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43199, 'Monarch Mill', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43200, 'Moncks Corner', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43201, 'Monetta', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43202, 'Mount Carmel', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43203, 'Mount Croghan', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43204, 'Mount Pleasant', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43205, 'Mountville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43206, 'Mulberry', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43207, 'Mullins', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43208, 'Murphys Estates', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43209, 'Murrells Inlet', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43210, 'Myrtle Beach', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43211, 'Neeses', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43212, 'Newberry', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43213, 'New Ellenton', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43214, 'Newport', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43215, 'Nichols', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43216, 'Ninety Six', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43217, 'Norris', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43218, 'North', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43219, 'North Augusta', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43220, 'North Charleston', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43221, 'North Hartsville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43222, 'Northlake', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43223, 'North Myrtle Beach', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43224, 'Norway', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43225, 'Oak Grove', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43226, 'Oakland', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43227, 'Olanta', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43228, 'Olar', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43229, 'Orangeburg', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43230, 'Oswego', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43231, 'Pacolet', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43232, 'Pageland', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43233, 'Pamplico', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43234, 'Parker', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43235, 'Parksville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43236, 'Parris Island', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:39', 1), +(43237, 'Patrick', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43238, 'Pawleys Island', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43239, 'Paxville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43240, 'Peak', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43241, 'Pelion', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43242, 'Pelzer', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43243, 'Pendleton', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43244, 'Perry', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43245, 'Pickens', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43246, 'Piedmont', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43247, 'Pine Ridge', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43248, 'Pinewood', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43249, 'Plum Branch', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43250, 'Pomaria', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43251, 'Port Royal', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43252, 'Powderville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43253, 'Princeton', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43254, 'Privateer', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43255, 'Promised Land', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43256, 'Prosperity', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43257, 'Quinby', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43258, 'Ravenel', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43259, 'Red Bank', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43260, 'Red Hill', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43261, 'Reevesville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43262, 'Reidville', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43263, 'Rembert', 3872, 233, '2019-01-25 03:01:24', '2019-01-25 03:05:40', 1), +(43264, 'Richburg', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43265, 'Ridgeland', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43266, 'Ridge Spring', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43267, 'Ridgeville', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43268, 'Ridgeway', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43269, 'Riverview', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43270, 'Rock Hill', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43271, 'Rockville', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43272, 'Roebuck', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43273, 'Rowesville', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43274, 'Ruby', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43275, 'St. Andrews', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43276, 'St. George', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43277, 'St. Matthews', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43278, 'St. Stephen', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43279, 'Salem', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43280, 'Salley', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43281, 'Saluda', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43282, 'Sans Souci', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43283, 'Santee', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43284, 'Saxon', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43285, 'Scotia', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43286, 'Scranton', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43287, 'Seabrook Island', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43288, 'Sellers', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43289, 'Seneca', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43290, 'Seven Oaks', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43291, 'Sharon', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43292, 'Shell Point', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43293, 'Shiloh', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43294, 'Silverstreet', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43295, 'Simpsonville', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43296, 'Six Mile', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43297, 'Slater-marietta', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43298, 'Smoaks', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43299, 'Smyrna', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43300, 'Snelling', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43301, 'Socastee', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43302, 'Society Hill', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43303, 'South Congaree', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43304, 'Southern Shops', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43305, 'South Sumter', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43306, 'Spartanburg', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43307, 'Springdale', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43308, 'Springfield', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43309, 'Starr', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43310, 'Startex', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43311, 'Stateburg', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43312, 'Stuckey', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43313, 'Sullivan S Island', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43314, 'Summerton', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43315, 'Summerville', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43316, 'Summit', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43317, 'Sumter', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43318, 'Surfside Beach', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43319, 'Swansea', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43320, 'Sycamore', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43321, 'Tatum', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43322, 'Taylors', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43323, 'Tega Cay', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43324, 'Timmonsville', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43325, 'Travelers Rest', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43326, 'Trenton', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43327, 'Troy', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43328, 'Turbeville', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43329, 'Ulmer', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43330, 'Union', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43331, 'Utica', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43332, 'Valley Falls', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43333, 'Vance', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43334, 'Varnville', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43335, 'Wade Hampton', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43336, 'Wagener', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43337, 'Walhalla', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43338, 'Walterboro', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43339, 'Ward', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43340, 'Ware Shoals', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43341, 'Waterloo', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43342, 'Watts Mills', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43343, 'Wedgewood', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43344, 'Welcome', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43345, 'Wellford', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43346, 'West Columbia', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43347, 'Westminster', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43348, 'West Pelzer', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43349, 'West Union', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43350, 'Whitmire', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43351, 'Wilkinson Heights', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43352, 'Williams', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:40', 1), +(43353, 'Williamston', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43354, 'Willington', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43355, 'Williston', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43356, 'Windsor', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43357, 'Winnsboro', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43358, 'Winnsboro Mills', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43359, 'Woodfield', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43360, 'Woodford', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43361, 'Woodruff', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43362, 'Yemassee', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43363, 'York', 3872, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43364, 'Aberdeen', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43365, 'Agar', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43366, 'Akaska', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43367, 'Albee', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43368, 'Alcester', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43369, 'Alexandria', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43370, 'Allen', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43371, 'Alpena', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43372, 'Altamont', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43373, 'Andover', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43374, 'Antelope', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43375, 'Arlington', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43376, 'Armour', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43377, 'Artas', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43378, 'Artesian', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43379, 'Ashland Heights', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43380, 'Ashton', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43381, 'Astoria', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43382, 'Aurora', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43383, 'Aurora Center', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43384, 'Avon', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43385, 'Badger', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43386, 'Baltic', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43387, 'Bancroft', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43388, 'Batesland', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43389, 'Belle Fourche', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43390, 'Belvidere', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43391, 'Beresford', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43392, 'Big Stone City', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43393, 'Bison', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43394, 'Blackhawk', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43395, 'Blunt', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43396, 'Bonesteel', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43397, 'Bowdle', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43398, 'Box Elder', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43399, 'Bradley', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43400, 'Brandon', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43401, 'Brandt', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43402, 'Brentford', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43403, 'Bridgewater', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43404, 'Bristol', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43405, 'Britton', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43406, 'Broadland', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43407, 'Brookings', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43408, 'Bruce', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43409, 'Bryant', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43410, 'Buffalo', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43411, 'Buffalo Gap', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43412, 'Bullhead', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43413, 'Burke', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43414, 'Bushnell', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43415, 'Butler', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43416, 'Camp Crook', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43417, 'Canistota', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43418, 'Canova', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43419, 'Canton', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43420, 'Carthage', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43421, 'Castlewood', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43422, 'Cavour', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43423, 'Centerville', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43424, 'Central City', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43425, 'Chamberlain', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43426, 'Chancellor', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43427, 'Chelsea', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43428, 'Claire City', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43429, 'Claremont', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43430, 'Clark', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43431, 'Clear Lake', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43432, 'Colman', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43433, 'Colome', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43434, 'Colonial Pine Hills', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43435, 'Colton', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43436, 'Columbia', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43437, 'Conde', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43438, 'Corona', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43439, 'Corsica', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43440, 'Cottonwood', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43441, 'Cresbard', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43442, 'Crooks', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43443, 'Custer', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43444, 'Dallas', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43445, 'Dante', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43446, 'Davis', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43447, 'Deadwood', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43448, 'Dell Rapids', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43449, 'Delmont', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43450, 'De Smet', 3873, 233, '2019-01-25 03:01:25', '2019-01-25 03:05:41', 1), +(43451, 'Dimock', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43452, 'Doland', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43453, 'Dolton', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43454, 'Draper', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43455, 'Dupree', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43456, 'Eagle Butte', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43457, 'Eden', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43458, 'Edgemont', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43459, 'Egan', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43460, 'Elk Point', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43461, 'Elkton', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43462, 'Ellsworth Afb', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43463, 'Emery', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43464, 'Erwin', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43465, 'Estelline', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43466, 'Ethan', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43467, 'Eureka', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43468, 'Fairburn', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43469, 'Fairfax', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43470, 'Fairview', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43471, 'Faith', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43472, 'Farmer', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43473, 'Faulkton', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43474, 'Flandreau', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43475, 'Florence', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43476, 'Fort Pierre', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43477, 'Fort Thompson', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43478, 'Frankfort', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1), +(43479, 'Frederick', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:41', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(43480, 'Freeman', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43481, 'Fruitdale', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43482, 'Fulton', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43483, 'Garden City', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43484, 'Garretson', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43485, 'Gary', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43486, 'Gayville', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43487, 'Geddes', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43488, 'Gettysburg', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43489, 'Glenham', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43490, 'Goodwin', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43491, 'Green Grass', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43492, 'Green Valley', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43493, 'Gregory', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43494, 'Grenville', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43495, 'Groton', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43496, 'Hamill', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43497, 'Harrisburg', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43498, 'Harrison', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43499, 'Harrold', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43500, 'Hartford', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43501, 'Hayti', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43502, 'Hazel', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43503, 'Hecla', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43504, 'Henry', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43505, 'Hermosa', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43506, 'Herreid', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43507, 'Herrick', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43508, 'Hetland', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43509, 'Highmore', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43510, 'Hill City', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43511, 'Hillsview', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43512, 'Hitchcock', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43513, 'Hosmer', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43514, 'Hot Springs', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43515, 'Hoven', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43516, 'Howard', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43517, 'Hudson', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43518, 'Humboldt', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43519, 'Hurley', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43520, 'Huron', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43521, 'Interior', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43522, 'Ipswich', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43523, 'Irene', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43524, 'Iroquois', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43525, 'Isabel', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43526, 'Java', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43527, 'Jefferson', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43528, 'Kadoka', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43529, 'Kaylor', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43530, 'Kennebec', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43531, 'Keystone', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43532, 'Kimball', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43533, 'Kranzburg', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43534, 'Kyle', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43535, 'La Bolt', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43536, 'Lake Andes', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43537, 'Lake City', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43538, 'Lake Norden', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43539, 'Lake Preston', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43540, 'Lane', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43541, 'Langford', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43542, 'La Plant', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43543, 'Lead', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43544, 'Lebanon', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43545, 'Lemmon', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43546, 'Lennox', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43547, 'Leola', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43548, 'Lesterville', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43549, 'Letcher', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43550, 'Lily', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43551, 'Little Eagle', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43552, 'Long Lake', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43553, 'Loomis', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43554, 'Lower Brule', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43555, 'Lowry', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43556, 'Mcintosh', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43557, 'Mclaughlin', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43558, 'Madison', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43559, 'Manderson-white Horse Creek', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43560, 'Marion', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43561, 'Martin', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43562, 'Marty', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43563, 'Marvin', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43564, 'Mellette', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43565, 'Menno', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43566, 'Midland', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43567, 'Milbank', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43568, 'Miller', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43569, 'Milltown', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43570, 'Mission', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43571, 'Mission Hill', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43572, 'Mitchell', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43573, 'Mobridge', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43574, 'Monroe', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43575, 'Montrose', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43576, 'Morristown', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43577, 'Mound City', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43578, 'Mount Vernon', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43579, 'Murdo', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43580, 'Naples', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43581, 'New Effington', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43582, 'Newell', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43583, 'New Holland', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43584, 'New Underwood', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43585, 'New Witten', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43586, 'Nisland', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43587, 'North Eagle Butte', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43588, 'North Sioux City', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43589, 'North Spearfish', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43590, 'Northville', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43591, 'Nunda', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43592, 'Oacoma', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43593, 'Oelrichs', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43594, 'Oglala', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43595, 'Okaton', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43596, 'Oldham', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43597, 'Olivet', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43598, 'Onaka', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43599, 'Onida', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43600, 'Orient', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43601, 'Ortley', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43602, 'Parker', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43603, 'Parkston', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43604, 'Parmelee', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43605, 'Peever', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43606, 'Philip', 3873, 233, '2019-01-25 03:01:26', '2019-01-25 03:05:42', 1), +(43607, 'Pickstown', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:42', 1), +(43608, 'Pierpont', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43609, 'Pierre', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43610, 'Pine Ridge', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43611, 'Plankinton', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43612, 'Platte', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43613, 'Pollock', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43614, 'Porcupine', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43615, 'Presho', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43616, 'Pringle', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43617, 'Pukwana', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43618, 'Quinn', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43619, 'Ramona', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43620, 'Rapid City', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43621, 'Rapid Valley', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43622, 'Ravinia', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43623, 'Raymond', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43624, 'Redfield', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43625, 'Ree Heights', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43626, 'Reliance', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43627, 'Revillo', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43628, 'Rockham', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43629, 'Roscoe', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43630, 'Rosebud', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43631, 'Rosholt', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43632, 'Roslyn', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43633, 'Roswell', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43634, 'St. Charles', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43635, 'St. Francis', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43636, 'St. Lawrence', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43637, 'Salem', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43638, 'Scotland', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43639, 'Selby', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43640, 'Seneca', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43641, 'Sherman', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43642, 'Sinai', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43643, 'Sioux Falls', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43644, 'Sisseton', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43645, 'South Shore', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43646, 'Spearfish', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43647, 'Spencer', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43648, 'Spring Creek', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43649, 'Springfield', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43650, 'Stickney', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43651, 'Stockholm', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43652, 'Storla', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43653, 'Strandburg', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43654, 'Stratford', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43655, 'Sturgis', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43656, 'Summit', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43657, 'Tabor', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43658, 'Tea', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43659, 'Timber Lake', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43660, 'Tolstoy', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43661, 'Toronto', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43662, 'Trent', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43663, 'Tripp', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43664, 'Tulare', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43665, 'Turton', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43666, 'Twin Brooks', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43667, 'Two Strike', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43668, 'Tyndall', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43669, 'Utica', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43670, 'Valley Springs', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43671, 'Veblen', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43672, 'Verdon', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43673, 'Vermillion', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43674, 'Viborg', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43675, 'Vienna', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43676, 'Vilas', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43677, 'Virgil', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43678, 'Vivian', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43679, 'Volga', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43680, 'Volin', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43681, 'Wagner', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43682, 'Wakonda', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43683, 'Wall', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43684, 'Wallace', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43685, 'Wanblee', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43686, 'Ward', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43687, 'Warner', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43688, 'Wasta', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43689, 'Watertown', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43690, 'Waubay', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43691, 'Webster', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43692, 'Wentworth', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43693, 'Wessington', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43694, 'Wessington Springs', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43695, 'Westport', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43696, 'Wetonka', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43697, 'White', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43698, 'Whitehorse', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43699, 'White Horse', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43700, 'White Lake', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43701, 'White River', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43702, 'White Rock', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43703, 'Whitewood', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43704, 'Willow Lake', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43705, 'Wilmot', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43706, 'Winner', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43707, 'Wolsey', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43708, 'Wood', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43709, 'Woonsocket', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43710, 'Worthing', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43711, 'Wounded Knee', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43712, 'Yale', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43713, 'Yankton', 3873, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43714, 'Adams', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43715, 'Adamsville', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43716, 'Alamo', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43717, 'Alcoa', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43718, 'Alexandria', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43719, 'Algood', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43720, 'Allardt', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43721, 'Altamont', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43722, 'Ardmore', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43723, 'Arlington', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43724, 'Ashland City', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43725, 'Athens', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43726, 'Atoka', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43727, 'Atwood', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43728, 'Auburntown', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43729, 'Baileyton', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43730, 'Baneberry', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43731, 'Banner Hill', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43732, 'Bartlett', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43733, 'Baxter', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43734, 'Beersheba Springs', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43735, 'Bell Buckle', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43736, 'Belle Meade', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:43', 1), +(43737, 'Bells', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43738, 'Benton', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43739, 'Berry Hill', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43740, 'Bethel Springs', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43741, 'Big Sandy', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43742, 'Blaine', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43743, 'Bloomingdale', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43744, 'Blountville', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43745, 'Bluff City', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43746, 'Bolivar', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43747, 'Braden', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43748, 'Bradford', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43749, 'Brentwood', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43750, 'Brighton', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43751, 'Bristol', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43752, 'Brownsville', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43753, 'Bruceton', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43754, 'Bulls Gap', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43755, 'Burlison', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43756, 'Burns', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43757, 'Byrdstown', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43758, 'Calhoun', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43759, 'Camden', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43760, 'Carthage', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43761, 'Caryville', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43762, 'Cedar Hill', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43763, 'Celina', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43764, 'Centertown', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43765, 'Centerville', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43766, 'Central', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43767, 'Chapel Hill', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43768, 'Charleston', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43769, 'Charlotte', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43770, 'Chattanooga', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43771, 'Church Hill', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43772, 'Clarksburg', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43773, 'Clarksville', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43774, 'Cleveland', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43775, 'Clifton', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43776, 'Clinton', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43777, 'Coalmont', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43778, 'Collegedale', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43779, 'Collierville', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43780, 'Collinwood', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43781, 'Colonial Heights', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43782, 'Columbia', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43783, 'Cookeville', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43784, 'Coopertown', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43785, 'Copperhill', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43786, 'Cornersville', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43787, 'Cottage Grove', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43788, 'Covington', 3875, 233, '2019-01-25 03:01:27', '2019-01-25 03:05:44', 1), +(43789, 'Cowan', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43790, 'Crab Orchard', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43791, 'Cross Plains', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43792, 'Crossville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43793, 'Crump', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43794, 'Cumberland City', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43795, 'Cumberland Gap', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43796, 'Dandridge', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43797, 'Dayton', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43798, 'Decatur', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43799, 'Decaturville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43800, 'Decherd', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43801, 'Dickson', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43802, 'Dover', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43803, 'Dowelltown', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43804, 'Doyle', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43805, 'Dresden', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43806, 'Ducktown', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43807, 'Dunlap', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43808, 'Dyer', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43809, 'Dyersburg', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43810, 'Eagleton Village', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43811, 'Eagleville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43812, 'East Brainerd', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43813, 'East Cleveland', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43814, 'East Ridge', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43815, 'Eastview', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43816, 'Elizabethton', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43817, 'Elkton', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43818, 'Englewood', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43819, 'Enville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43820, 'Erin', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43821, 'Erwin', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43822, 'Estill Springs', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43823, 'Ethridge', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43824, 'Etowah', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43825, 'Fairfield Glade', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43826, 'Fairmount', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43827, 'Fairview', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43828, 'Fall Branch', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43829, 'Farragut', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43830, 'Fayetteville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43831, 'Finger', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43832, 'Forest Hills', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43833, 'Franklin', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43834, 'Friendship', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43835, 'Friendsville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43836, 'Gadsden', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43837, 'Gainesboro', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43838, 'Gallatin', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43839, 'Gallaway', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43840, 'Garland', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43841, 'Gates', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43842, 'Gatlinburg', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43843, 'Germantown', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43844, 'Gibson', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43845, 'Gilt Edge', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43846, 'Gleason', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43847, 'Goodlettsville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43848, 'Gordonsville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43849, 'Grand Junction', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43850, 'Gray', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43851, 'Graysville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43852, 'Greenback', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43853, 'Greenbrier', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43854, 'Greeneville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43855, 'Greenfield', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43856, 'Green Hill', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43857, 'Gruetli-laager', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:44', 1), +(43858, 'Guys', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43859, 'Halls', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43860, 'Harriman', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43861, 'Harrison', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43862, 'Harrogate-shawanee', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43863, 'Hartsville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43864, 'Helenwood', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43865, 'Henderson', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43866, 'Hendersonville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43867, 'Henning', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43868, 'Henry', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43869, 'Hickory Valley', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43870, 'Hickory Withe', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43871, 'Hohenwald', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43872, 'Hollow Rock', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43873, 'Hopewell', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43874, 'Hornbeak', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43875, 'Hornsby', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43876, 'Humboldt', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43877, 'Hunter', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43878, 'Huntingdon', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43879, 'Huntland', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43880, 'Huntsville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43881, 'Iron City', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43882, 'Jacksboro', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43883, 'Jackson', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43884, 'Jamestown', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43885, 'Jasper', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43886, 'Jefferson City', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43887, 'Jellico', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43888, 'Johnson City', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43889, 'Jonesborough', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43890, 'Kenton', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43891, 'Kimball', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43892, 'Kingsport', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43893, 'Kingston', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43894, 'Kingston Springs', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43895, 'Knoxville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43896, 'Lafayette', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43897, 'La Follette', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43898, 'La Grange', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43899, 'Lake City', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43900, 'Lakeland', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43901, 'Lakesite', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43902, 'Lake Tansi', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43903, 'Lakewood', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43904, 'La Vergne', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43905, 'Lawrenceburg', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43906, 'Lebanon', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43907, 'Lenoir City', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43908, 'Lewisburg', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43909, 'Lexington', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43910, 'Liberty', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43911, 'Linden', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43912, 'Livingston', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43913, 'Lobelville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43914, 'Lookout Mountain', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43915, 'Loretto', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43916, 'Loudon', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43917, 'Louisville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43918, 'Luttrell', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43919, 'Lynchburg', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43920, 'Lynnville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43921, 'Mcewen', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43922, 'Mckenzie', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43923, 'Mclemoresville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43924, 'Mcminnville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43925, 'Madisonville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43926, 'Manchester', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43927, 'Martin', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43928, 'Maryville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43929, 'Mascot', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43930, 'Mason', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43931, 'Maury City', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43932, 'Maynardville', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43933, 'Medina', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43934, 'Medon', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43935, 'Memphis', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43936, 'Michie', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43937, 'Middleton', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43938, 'Middle Valley', 3875, 233, '2019-01-25 03:01:28', '2019-01-25 03:05:45', 1), +(43939, 'Midtown', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43940, 'Midway', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43941, 'Milan', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43942, 'Milledgeville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43943, 'Millersville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43944, 'Millington', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43945, 'Minor Hill', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43946, 'Mitchellville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43947, 'Monteagle', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43948, 'Monterey', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43949, 'Morrison', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43950, 'Morristown', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43951, 'Moscow', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43952, 'Mosheim', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43953, 'Mountain City', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43954, 'Mount Carmel', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43955, 'Mount Juliet', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43956, 'Mount Pleasant', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43957, 'Munford', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43958, 'Murfreesboro', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43959, 'Nashville-davidson', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43960, 'Newbern', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43961, 'New Hope', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43962, 'New Johnsonville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43963, 'New Market', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43964, 'Newport', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43965, 'New Tazewell', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43966, 'Niota', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43967, 'Nolensville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43968, 'Normandy', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43969, 'Norris', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43970, 'Oakdale', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43971, 'Oak Grove', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43972, 'Oak Hill', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43973, 'Oakland', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43974, 'Oak Ridge', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43975, 'Obion', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43976, 'Oliver Springs', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43977, 'Oneida', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43978, 'Ooltewah', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43979, 'Orlinda', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:45', 1), +(43980, 'Orme', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43981, 'Palmer', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43982, 'Paris', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43983, 'Parkers Crossroads', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43984, 'Parrottsville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43985, 'Parsons', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43986, 'Pegram', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43987, 'Petersburg', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43988, 'Philadelphia', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43989, 'Pigeon Forge', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43990, 'Pikeville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43991, 'Pine Crest', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43992, 'Piperton', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43993, 'Pittman Center', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43994, 'Plainview', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43995, 'Pleasant Hill', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43996, 'Pleasant View', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43997, 'Portland', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43998, 'Powells Crossroads', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(43999, 'Pulaski', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44000, 'Puryear', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44001, 'Ramer', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44002, 'Red Bank', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44003, 'Red Boiling Springs', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44004, 'Ridgely', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44005, 'Ridgeside', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44006, 'Ridgetop', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44007, 'Ripley', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44008, 'Rives', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44009, 'Roan Mountain', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44010, 'Rockford', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44011, 'Rockwood', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44012, 'Rogersville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44013, 'Rossville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44014, 'Rural Hill', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44015, 'Rutherford', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44016, 'Rutledge', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44017, 'St. Joseph', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44018, 'Saltillo', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44019, 'Samburg', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44020, 'Sardis', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44021, 'Saulsbury', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44022, 'Savannah', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44023, 'Scotts Hill', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44024, 'Selmer', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44025, 'Sevierville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44026, 'Sewanee', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44027, 'Seymour', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44028, 'Sharon', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44029, 'Shelbyville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44030, 'Signal Mountain', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44031, 'Silerton', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44032, 'Slayden', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44033, 'Smithville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44034, 'Smyrna', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44035, 'Sneedville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44036, 'Soddy-daisy', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44037, 'Somerville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44038, 'South Carthage', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44039, 'South Cleveland', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44040, 'South Fulton', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44041, 'South Pittsburg', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44042, 'Sparta', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44043, 'Spencer', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44044, 'Spring City', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44045, 'Springfield', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44046, 'Spring Hill', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44047, 'Spurgeon', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44048, 'Stanton', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44049, 'Stantonville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44050, 'Sunbright', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44051, 'Surgoinsville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44052, 'Sweetwater', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44053, 'Tazewell', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44054, 'Tellico Plains', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44055, 'Tennessee Ridge', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44056, 'Thompson S Station', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44057, 'Three Way', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44058, 'Tiptonville', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44059, 'Toone', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44060, 'Townsend', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44061, 'Tracy City', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44062, 'Trenton', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44063, 'Trezevant', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44064, 'Trimble', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44065, 'Troy', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44066, 'Tullahoma', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44067, 'Tusculum', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44068, 'Unicoi', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44069, 'Union City', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44070, 'Vanleer', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44071, 'Viola', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44072, 'Vonore', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44073, 'Walden', 3875, 233, '2019-01-25 03:01:29', '2019-01-25 03:05:46', 1), +(44074, 'Walnut Grove', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44075, 'Walnut Hill', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44076, 'Walterhill', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44077, 'Wartburg', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44078, 'Wartrace', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44079, 'Watauga', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44080, 'Watertown', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44081, 'Waverly', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44082, 'Waynesboro', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44083, 'Westmoreland', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44084, 'White Bluff', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44085, 'White House', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44086, 'White Pine', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44087, 'Whiteville', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44088, 'Whitwell', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44089, 'Wildwood Lake', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44090, 'Williston', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44091, 'Winchester', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44092, 'Winfield', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44093, 'Woodbury', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44094, 'Woodland Mills', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44095, 'Yorkville', 3875, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44096, 'Abbott', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44097, 'Abernathy', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44098, 'Abilene', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44099, 'Abram-perezville', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:46', 1), +(44100, 'Ackerly', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44101, 'Addison', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44102, 'Adrian', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44103, 'Agua Dulce', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44104, 'Airport Road Addition', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44105, 'Alamo', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(44106, 'Alamo Heights', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44107, 'Alba', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44108, 'Albany', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44109, 'Aldine', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44110, 'Aledo', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44111, 'Alfred-south La Paloma', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44112, 'Alice', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44113, 'Alice Acres', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44114, 'Allen', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44115, 'Alma', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44116, 'Alpine', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44117, 'Alto', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44118, 'Alto Bonito', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44119, 'Alton', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44120, 'Alton North', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44121, 'Alvarado', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44122, 'Alvin', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44123, 'Alvord', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44124, 'Amarillo', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44125, 'Ames', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44126, 'Amherst', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44127, 'Anahuac', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44128, 'Anderson', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44129, 'Anderson Mill', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44130, 'Andrews', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44131, 'Angleton', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44132, 'Angus', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44133, 'Anna', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44134, 'Annetta', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44135, 'Annetta North', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44136, 'Annetta South', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44137, 'Annona', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44138, 'Anson', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44139, 'Anthony', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44140, 'Anton', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44141, 'Appleby', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44142, 'Aquilla', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44143, 'Aransas Pass', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44144, 'Archer City', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44145, 'Arcola', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44146, 'Argyle', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44147, 'Arlington', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44148, 'Arp', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44149, 'Arroyo Alto', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44150, 'Arroyo Colorado Estates', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44151, 'Arroyo Gardens-la Tina Ranch', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44152, 'Asherton', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44153, 'Aspermont', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44154, 'Atascocita', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44155, 'Athens', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44156, 'Atlanta', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44157, 'Aubrey', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44158, 'Aurora', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44159, 'Austin', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44160, 'Austwell', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44161, 'Avery', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44162, 'Avinger', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44163, 'Azle', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44164, 'Bacliff', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44165, 'Bailey', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44166, 'Bailey S Prairie', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44167, 'Baird', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44168, 'Balch Springs', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44169, 'Balcones Heights', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44170, 'Ballinger', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44171, 'Balmorhea', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44172, 'Bandera', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44173, 'Bangs', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44174, 'Bardwell', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44175, 'Barrett', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44176, 'Barry', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44177, 'Barstow', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44178, 'Bartlett', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44179, 'Barton Creek', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44180, 'Bartonville', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44181, 'Bastrop', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44182, 'Batesville', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44183, 'Bausell And Ellis', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44184, 'Bay City', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44185, 'Bayou Vista', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44186, 'Bayside', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44187, 'Baytown', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44188, 'Bayview', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44189, 'Beach City', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44190, 'Bear Creek', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44191, 'Beasley', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44192, 'Beaumont', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44193, 'Beckville', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44194, 'Bedford', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44195, 'Bee Cave', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44196, 'Beeville', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44197, 'Bellaire', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44198, 'Bellevue', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44199, 'Bellmead', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44200, 'Bells', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44201, 'Bellville', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:47', 1), +(44202, 'Belton', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:48', 1), +(44203, 'Benavides', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:48', 1), +(44204, 'Benbrook', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:48', 1), +(44205, 'Benjamin', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:48', 1), +(44206, 'Berryville', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:48', 1), +(44207, 'Bertram', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:48', 1), +(44208, 'Beverly Hills', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:48', 1), +(44209, 'Bevil Oaks', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:48', 1), +(44210, 'Bigfoot', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:48', 1), +(44211, 'Big Lake', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:48', 1), +(44212, 'Big Sandy', 3876, 233, '2019-01-25 03:01:30', '2019-01-25 03:05:48', 1), +(44213, 'Big Spring', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44214, 'Big Wells', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44215, 'Bishop', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44216, 'Bishop Hills', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44217, 'Bixby', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44218, 'Blackwell', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44219, 'Blanco', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44220, 'Blanket', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44221, 'Blessing', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44222, 'Bloomburg', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44223, 'Blooming Grove', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44224, 'Bloomington', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44225, 'Blossom', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44226, 'Blue Berry Hill', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44227, 'Blue Mound', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44228, 'Blue Ridge', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44229, 'Bluetown-iglesia Antigua', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44230, 'Blum', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44231, 'Boerne', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44232, 'Bogata', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44233, 'Boling-iago', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44234, 'Bolivar Peninsula', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44235, 'Bonham', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44236, 'Bonney', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44237, 'Booker', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44238, 'Borger', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44239, 'Botines', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44240, 'Bovina', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44241, 'Bowie', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44242, 'Box Canyon-amistad', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44243, 'Boyd', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44244, 'Brackettville', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44245, 'Brady', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44246, 'Brazoria', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44247, 'Breckenridge', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44248, 'Bremond', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44249, 'Brenham', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44250, 'Briar', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44251, 'Briarcliff', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44252, 'Briaroaks', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44253, 'Bridge City', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44254, 'Bridgeport', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44255, 'Broaddus', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44256, 'Bronte', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44257, 'Brookshire', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44258, 'Brookside Village', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44259, 'Browndell', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44260, 'Brownfield', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44261, 'Brownsboro', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44262, 'Brownsville', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44263, 'Brownwood', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44264, 'Bruceville-eddy', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44265, 'Brundage', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44266, 'Bruni', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44267, 'Brushy Creek', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44268, 'Bryan', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44269, 'Bryson', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44270, 'Buchanan Dam', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44271, 'Buckholts', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44272, 'Buda', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44273, 'Buffalo', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44274, 'Buffalo Gap', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44275, 'Buffalo Springs', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44276, 'Bullard', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44277, 'Bulverde', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44278, 'Buna', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44279, 'Bunker Hill Village', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44280, 'Burkburnett', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44281, 'Burke', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44282, 'Burleson', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44283, 'Burnet', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44284, 'Burton', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44285, 'Butterfield', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44286, 'Byers', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44287, 'Bynum', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44288, 'Cactus', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44289, 'Caddo Mills', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44290, 'Caldwell', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44291, 'Callisburg', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44292, 'Calvert', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44293, 'Cameron', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44294, 'Cameron Park', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44295, 'Campbell', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44296, 'Camp Swift', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44297, 'Camp Wood', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44298, 'Canadian', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44299, 'Caney City', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44300, 'Canton', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44301, 'Cantu Addition', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44302, 'Canutillo', 3876, 233, '2019-01-25 03:01:31', '2019-01-25 03:05:48', 1), +(44303, 'Canyon', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:48', 1), +(44304, 'Canyon Lake', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44305, 'Carbon', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44306, 'Carl S Corner', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44307, 'Carmine', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44308, 'Carrizo Hill', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44309, 'Carrizo Springs', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44310, 'Carrollton', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44311, 'Carthage', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44312, 'Castle Hills', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44313, 'Castroville', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44314, 'Catarina', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44315, 'Cedar Hill', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44316, 'Cedar Park', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44317, 'Celeste', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44318, 'Celina', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44319, 'Center', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44320, 'Centerville', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44321, 'Central Gardens', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44322, 'Cesar Chavez', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44323, 'Chandler', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44324, 'Channelview', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44325, 'Channing', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44326, 'Charlotte', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44327, 'Chester', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44328, 'Chico', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44329, 'Childress', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44330, 'Chillicothe', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44331, 'China', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44332, 'China Grove', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44333, 'Chireno', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44334, 'Christine', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44335, 'Christoval', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44336, 'Chula Vista-orason', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44337, 'Chula Vista-river Spur', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44338, 'Cibolo', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44339, 'Cienegas Terrace', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44340, 'Cinco Ranch', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44341, 'Circle D-kc Estates', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44342, 'Cisco', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44343, 'Citrus City', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44344, 'Clarendon', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44345, 'Clarksville', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44346, 'Clarksville City', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44347, 'Claude', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44348, 'Clear Lake Shores', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44349, 'Cleburne', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44350, 'Cleveland', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44351, 'Clifton', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44352, 'Clint', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44353, 'Cloverleaf', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44354, 'Clute', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44355, 'Clyde', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44356, 'Coahoma', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44357, 'Cockrell Hill', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44358, 'Coffee City', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44359, 'Coldspring', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44360, 'Coleman', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44361, 'College Station', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44362, 'Colleyville', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44363, 'Collinsville', 3876, 233, '2019-01-25 03:01:32', '2019-01-25 03:05:49', 1), +(44364, 'Colmesneil', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44365, 'Colorado City', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44366, 'Columbus', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44367, 'Comanche', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44368, 'Combes', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44369, 'Combine', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44370, 'Comfort', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44371, 'Commerce', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44372, 'Como', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44373, 'Concepcion', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44374, 'Conroe', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44375, 'Converse', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44376, 'Cool', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44377, 'Coolidge', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44378, 'Cooper', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44379, 'Coppell', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44380, 'Copperas Cove', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44381, 'Copper Canyon', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44382, 'Corinth', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44383, 'Corpus Christi', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44384, 'Corral City', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44385, 'Corrigan', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44386, 'Corsicana', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44387, 'Cottonwood', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44388, 'Cottonwood Shores', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44389, 'Cotulla', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44390, 'Cove', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44391, 'Covington', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:49', 1), +(44392, 'Coyanosa', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44393, 'Coyote Acres', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44394, 'Crandall', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44395, 'Crane', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44396, 'Cranfills Gap', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44397, 'Crawford', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44398, 'Creedmoor', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44399, 'Crockett', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44400, 'Crosby', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44401, 'Crosbyton', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44402, 'Cross Mountain', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44403, 'Cross Plains', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44404, 'Cross Roads', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44405, 'Cross Timber', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44406, 'Crowell', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44407, 'Crowley', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44408, 'Crystal City', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44409, 'Cuero', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44410, 'Cuevitas', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44411, 'Cumby', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44412, 'Cumings', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44413, 'Cuney', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44414, 'Cushing', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44415, 'Cut And Shoot', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44416, 'Daingerfield', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44417, 'Daisetta', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44418, 'Dalhart', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44419, 'Dallas', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44420, 'Dalworthington Gardens', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44421, 'Damon', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44422, 'Danbury', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44423, 'Darrouzett', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44424, 'Dawson', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44425, 'Dayton', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44426, 'Dayton Lakes', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44427, 'Dean', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44428, 'Decatur', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44429, 'Deer Park', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44430, 'De Kalb', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44431, 'De Leon', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44432, 'Dell City', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44433, 'Del Mar Heights', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44434, 'Del Rio', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44435, 'Del Sol-loma Linda', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44436, 'Denison', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44437, 'Denton', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44438, 'Denver City', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44439, 'Deport', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44440, 'Desoto', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44441, 'Detroit', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44442, 'Devers', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44443, 'Devine', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44444, 'Deweyville', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44445, 'Diboll', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44446, 'Dickens', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44447, 'Dickinson', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44448, 'Dilley', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44449, 'Dimmitt', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44450, 'Dodd City', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44451, 'Dodson', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44452, 'Doffing', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44453, 'Domino', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44454, 'Donna', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44455, 'Doolittle', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44456, 'Dorchester', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44457, 'Double Oak', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44458, 'Douglassville', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44459, 'Doyle', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44460, 'Dripping Springs', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44461, 'Driscoll', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44462, 'Dublin', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44463, 'Dumas', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44464, 'Duncanville', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44465, 'Eagle Lake', 3876, 233, '2019-01-25 03:01:33', '2019-01-25 03:05:50', 1), +(44466, 'Eagle Mountain', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:50', 1), +(44467, 'Eagle Pass', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:50', 1), +(44468, 'Early', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:50', 1), +(44469, 'Earth', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:50', 1), +(44470, 'East Bernard', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:50', 1), +(44471, 'Eastland', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:50', 1), +(44472, 'East Mountain', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44473, 'Easton', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44474, 'East Tawakoni', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44475, 'Ector', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44476, 'Edcouch', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44477, 'Eden', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44478, 'Edgecliff Village', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44479, 'Edgewater-paisano', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44480, 'Edgewood', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44481, 'Edinburg', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44482, 'Edmonson', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44483, 'Edna', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44484, 'Edom', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44485, 'Edroy', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44486, 'Eidson Road', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44487, 'Elbert', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44488, 'El Camino Angosto', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44489, 'El Campo', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44490, 'El Cenizo', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44491, 'Eldorado', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44492, 'Electra', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44493, 'Elgin', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44494, 'El Indio', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44495, 'Elkhart', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44496, 'El Lago', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44497, 'Elm Creek', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44498, 'Elmendorf', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44499, 'El Paso', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44500, 'El Refugio', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44501, 'Elsa', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44502, 'Emhouse', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44503, 'Emory', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44504, 'Encantada-ranchito El Calaboz', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44505, 'Enchanted Oaks', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44506, 'Encinal', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44507, 'Encino', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44508, 'Ennis', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44509, 'Escobares', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44510, 'Estelline', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44511, 'Euless', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44512, 'Eureka', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44513, 'Eustace', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44514, 'Evadale', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44515, 'Evant', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44516, 'Everman', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44517, 'Fabens', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44518, 'Fairchilds', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44519, 'Fairfield', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44520, 'Fair Oaks Ranch', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44521, 'Fairview', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44522, 'Falcon Heights', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44523, 'Falcon Lake Estates', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44524, 'Falcon Mesa', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44525, 'Falcon Village', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44526, 'Falfurrias', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44527, 'Falls City', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44528, 'Falman-county Acres', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44529, 'Farmers Branch', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44530, 'Farmersville', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44531, 'Farwell', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44532, 'Fate', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44533, 'Fayetteville', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44534, 'Faysville', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44535, 'Ferris', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44536, 'Fifth Street', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44537, 'Flatonia', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44538, 'Florence', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44539, 'Floresville', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44540, 'Flowella', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44541, 'Flower Mound', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44542, 'Floydada', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44543, 'Follett', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44544, 'Forest Hill', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44545, 'Forney', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44546, 'Forsan', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44547, 'Fort Bliss', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44548, 'Fort Davis', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44549, 'Fort Hancock', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44550, 'Fort Hood', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:51', 1), +(44551, 'Fort Stockton', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44552, 'Fort Worth', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44553, 'Four Corners', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44554, 'Fowlerton', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44555, 'Franklin', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44556, 'Frankston', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44557, 'Fredericksburg', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44558, 'Freeport', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44559, 'Freer', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44560, 'Fresno', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44561, 'Friendswood', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44562, 'Friona', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44563, 'Frisco', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44564, 'Fritch', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44565, 'Fronton', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44566, 'Frost', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44567, 'Fruitvale', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44568, 'Fulshear', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44569, 'Fulton', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44570, 'Gainesville', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44571, 'Galena Park', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44572, 'Gallatin', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44573, 'Galveston', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44574, 'Ganado', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44575, 'Garceno', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44576, 'Gardendale', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44577, 'Garden Ridge', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44578, 'Garfield', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44579, 'Garland', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44580, 'Garrett', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44581, 'Garrison', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44582, 'Gary City', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44583, 'Gatesville', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44584, 'Georgetown', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44585, 'George West', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44586, 'Geronimo', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44587, 'Gholson', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44588, 'Giddings', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44589, 'Gilmer', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44590, 'Girard', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44591, 'Gladewater', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44592, 'Glenn Heights', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44593, 'Glen Rose', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44594, 'Godley', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44595, 'Goldsmith', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44596, 'Goldthwaite', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44597, 'Goliad', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44598, 'Golinda', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44599, 'Gonzales', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44600, 'Goodlow', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44601, 'Goodrich', 3876, 233, '2019-01-25 03:01:34', '2019-01-25 03:05:52', 1), +(44602, 'Gordon', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44603, 'Goree', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44604, 'Gorman', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44605, 'Graford', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44606, 'Graham', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44607, 'Granbury', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44608, 'Grand Acres', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44609, 'Grandfalls', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44610, 'Grand Prairie', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44611, 'Grand Saline', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44612, 'Grandview', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44613, 'Granger', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44614, 'Granite Shoals', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44615, 'Granjeno', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44616, 'Grape Creek', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44617, 'Grapeland', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44618, 'Grapevine', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44619, 'Grays Prairie', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44620, 'Greatwood', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44621, 'Green Valley Farms', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44622, 'Greenville', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44623, 'Gregory', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44624, 'Grey Forest', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44625, 'Groesbeck', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44626, 'Groom', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44627, 'Groves', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44628, 'Groveton', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44629, 'Gruver', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:52', 1), +(44630, 'Guerra', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44631, 'Gun Barrel City', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44632, 'Gunter', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44633, 'Gustine', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44634, 'Hackberry', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44635, 'Hale Center', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44636, 'Hallettsville', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44637, 'Hallsburg', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44638, 'Hallsville', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44639, 'Haltom City', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44640, 'Hamilton', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44641, 'Hamlin', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44642, 'Happy', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44643, 'Hardin', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44644, 'Harker Heights', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44645, 'Harlingen', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44646, 'Harper', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44647, 'Hart', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44648, 'Hartley', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44649, 'Haskell', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44650, 'Haslet', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44651, 'Havana', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44652, 'Hawk Cove', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44653, 'Hawkins', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44654, 'Hawley', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44655, 'Hays', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44656, 'Hearne', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44657, 'Heath', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44658, 'Hebbronville', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44659, 'Hebron', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44660, 'Hedley', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44661, 'Hedwig Village', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44662, 'Heidelberg', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44663, 'Helotes', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44664, 'Hemphill', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44665, 'Hempstead', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44666, 'Henderson', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44667, 'Henrietta', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44668, 'Hereford', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44669, 'Hermleigh', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44670, 'Hewitt', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44671, 'Hickory Creek', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44672, 'Hico', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44673, 'Hidalgo', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44674, 'Higgins', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44675, 'Highland Haven', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44676, 'Highland Park', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44677, 'Highlands', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44678, 'Highland Village', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44679, 'Hill Country Village', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44680, 'Hillcrest', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44681, 'Hillsboro', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44682, 'Hilltop', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44683, 'Hilshire Village', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44684, 'Hitchcock', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44685, 'Holiday Lakes', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44686, 'Holland', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44687, 'Holliday', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44688, 'Hollywood Park', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44689, 'Homestead Meadows North', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44690, 'Homestead Meadows South', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44691, 'Hondo', 3876, 233, '2019-01-25 03:01:35', '2019-01-25 03:05:53', 1), +(44692, 'Honey Grove', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44693, 'Hooks', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44694, 'Horizon City', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44695, 'Horseshoe Bay', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44696, 'Houston', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44697, 'Howardwick', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44698, 'Howe', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44699, 'Hubbard', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44700, 'Hudson', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44701, 'Hudson Bend', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44702, 'Hudson Oaks', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44703, 'Hughes Springs', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44704, 'Humble', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44705, 'Hungerford', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44706, 'Hunters Creek Village', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44707, 'Huntington', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:53', 1), +(44708, 'Huntsville', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44709, 'Hurst', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44710, 'Hutchins', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44711, 'Hutto', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44712, 'Huxley', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44713, 'Idalou', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44714, 'Impact', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44715, 'Imperial', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44716, 'Indian Hills', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44717, 'Indian Lake', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44718, 'Industry', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44719, 'Inez', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44720, 'Ingleside', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44721, 'Ingleside On The Bay', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44722, 'Ingram', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44723, 'Iowa Colony', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44724, 'Iowa Park', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44725, 'Iraan', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44726, 'Iredell', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44727, 'Irving', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44728, 'Italy', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44729, 'Itasca', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(44730, 'Jacinto City', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44731, 'Jacksboro', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44732, 'Jacksonville', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44733, 'Jamaica Beach', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44734, 'Jasper', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44735, 'Jayton', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44736, 'Jefferson', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44737, 'Jersey Village', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44738, 'Jewett', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44739, 'Joaquin', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44740, 'Johnson City', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44741, 'Jolly', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44742, 'Jollyville', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44743, 'Jones Creek', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44744, 'Jonestown', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44745, 'Josephine', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44746, 'Joshua', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44747, 'Jourdanton', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44748, 'Junction', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44749, 'Justin', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44750, 'Karnes City', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44751, 'Katy', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44752, 'Kaufman', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44753, 'K-bar Ranch', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44754, 'Keene', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44755, 'Keller', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44756, 'Kemah', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44757, 'Kemp', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44758, 'Kempner', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44759, 'Kendleton', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44760, 'Kenedy', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44761, 'Kenefick', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44762, 'Kennard', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44763, 'Kennedale', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44764, 'Kerens', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44765, 'Kermit', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44766, 'Kerrville', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44767, 'Kilgore', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44768, 'Killeen', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44769, 'Kingsbury', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44770, 'Kingsland', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44771, 'Kingsville', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44772, 'Kirby', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44773, 'Kirbyville', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44774, 'Kirvin', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44775, 'Knippa', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44776, 'Knollwood', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44777, 'Knox City', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44778, 'Kosse', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44779, 'Kountze', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44780, 'Kress', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44781, 'Krugerville', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44782, 'Krum', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44783, 'Kyle', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44784, 'La Blanca', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44785, 'La Casita-garciasville', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44786, 'Lackland Afb', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:54', 1), +(44787, 'Lacoste', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44788, 'Lacy-lakeview', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44789, 'Ladonia', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44790, 'La Feria', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44791, 'La Feria North', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44792, 'Lago', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44793, 'Lago Vista', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44794, 'La Grange', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44795, 'La Grulla', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44796, 'Laguna Heights', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44797, 'Laguna Seca', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44798, 'Laguna Vista', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44799, 'La Homa', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44800, 'La Joya', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44801, 'Lake Bridgeport', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44802, 'Lake Brownwood', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44803, 'Lake City', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44804, 'Lake Dallas', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44805, 'Lakehills', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44806, 'Lake Jackson', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44807, 'Lake Kiowa', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44808, 'Lakeport', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44809, 'Lakeshore Gardens-hidden Acres', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44810, 'Lakeside', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44811, 'Lakeside City', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44812, 'Lake Tanglewood', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44813, 'Lakeview', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44814, 'Lake View', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44815, 'Lakeway', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44816, 'Lakewood Village', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44817, 'Lake Worth', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44818, 'La Marque', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44819, 'Lamesa', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44820, 'Lampasas', 3876, 233, '2019-01-25 03:01:36', '2019-01-25 03:05:55', 1), +(44821, 'Lancaster', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44822, 'La Paloma', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44823, 'La Paloma-lost Creek', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44824, 'La Porte', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44825, 'La Presa', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44826, 'La Pryor', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44827, 'La Puerta', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44828, 'Laredo', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44829, 'Laredo Ranchettes', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44830, 'Larga Vista', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44831, 'La Rosita', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44832, 'Lasana', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44833, 'Lasara', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44834, 'Las Colonias', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44835, 'Las Lomas', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44836, 'Las Lomitas', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44837, 'Las Palmas-juarez', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44838, 'Las Quintas Fronterizas', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44839, 'Latexo', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44840, 'Laughlin Afb', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44841, 'Laureles', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44842, 'La Vernia', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44843, 'La Victoria', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44844, 'La Villa', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44845, 'Lavon', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44846, 'La Ward', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44847, 'Lawn', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44848, 'League City', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44849, 'Leakey', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44850, 'Leander', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44851, 'Leary', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44852, 'Lefors', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44853, 'Leona', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44854, 'Leonard', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44855, 'Leon Valley', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44856, 'Leroy', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44857, 'Levelland', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44858, 'Lewisville', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44859, 'Lexington', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44860, 'Liberty', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44861, 'Liberty City', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44862, 'Liberty Hill', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44863, 'Lincoln Park', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44864, 'Lindale', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44865, 'Linden', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44866, 'Lindsay', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:55', 1), +(44867, 'Lipan', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44868, 'Lipscomb', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44869, 'Little Elm', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44870, 'Littlefield', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44871, 'Little River-academy', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44872, 'Live Oak', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44873, 'Liverpool', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44874, 'Livingston', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44875, 'Llano', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44876, 'Llano Grande', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44877, 'Lockhart', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44878, 'Lockney', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44879, 'Log Cabin', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44880, 'Lolita', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44881, 'Loma Linda East', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44882, 'Lometa', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44883, 'Lone Oak', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44884, 'Lone Star', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44885, 'Longview', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44886, 'Lopeno', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44887, 'Lopezville', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44888, 'Loraine', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44889, 'Lorena', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44890, 'Lorenzo', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44891, 'Los Alvarez', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44892, 'Los Angeles Subdivision', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44893, 'Los Ebanos', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44894, 'Los Fresnos', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44895, 'Los Indios', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44896, 'Lost Creek', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44897, 'Los Villareales', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44898, 'Los Ybanez', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44899, 'Lott', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44900, 'Louise', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44901, 'Lovelady', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44902, 'Lowry Crossing', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44903, 'Lozano', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44904, 'Lubbock', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44905, 'Lucas', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44906, 'Lueders', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44907, 'Lufkin', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44908, 'Luling', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44909, 'Lumberton', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44910, 'Lyford', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44911, 'Lyford South', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44912, 'Lytle', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44913, 'Mabank', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44914, 'Mcallen', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44915, 'Mccamey', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44916, 'Mcgregor', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44917, 'Mckinney', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44918, 'Mclean', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44919, 'Mclendon-chisholm', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44920, 'Mcqueeney', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44921, 'Madisonville', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44922, 'Magnolia', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44923, 'Malakoff', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44924, 'Malone', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44925, 'Manor', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44926, 'Mansfield', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44927, 'Manvel', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44928, 'Marathon', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44929, 'Marble Falls', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44930, 'Marfa', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44931, 'Marietta', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44932, 'Marion', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44933, 'Markham', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44934, 'Marlin', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44935, 'Marquez', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44936, 'Marshall', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44937, 'Marshall Creek', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44938, 'Mart', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44939, 'Martindale', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:56', 1), +(44940, 'Mason', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:57', 1), +(44941, 'Matador', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:57', 1), +(44942, 'Mathis', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:57', 1), +(44943, 'Maud', 3876, 233, '2019-01-25 03:01:37', '2019-01-25 03:05:57', 1), +(44944, 'Mauriceville', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44945, 'Maypearl', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44946, 'Meadow', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44947, 'Meadowlakes', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44948, 'Meadows Place', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44949, 'Medina', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44950, 'Megargel', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44951, 'Melissa', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44952, 'Melvin', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44953, 'Memphis', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44954, 'Menard', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44955, 'Mercedes', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44956, 'Meridian', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44957, 'Merkel', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44958, 'Mertens', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44959, 'Mertzon', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44960, 'Mesquite', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44961, 'Mexia', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44962, 'Miami', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44963, 'Midland', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44964, 'Midlothian', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44965, 'Midway', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44966, 'Midway North', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44967, 'Midway South', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44968, 'Mila Doce', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44969, 'Milam', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44970, 'Milano', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44971, 'Mildred', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44972, 'Miles', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44973, 'Milford', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44974, 'Miller S Cove', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44975, 'Millican', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44976, 'Millsap', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44977, 'Mineola', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44978, 'Mineral Wells', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44979, 'Mingus', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44980, 'Mirando City', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44981, 'Mission', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44982, 'Mission Bend', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44983, 'Missouri City', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44984, 'Mobeetie', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44985, 'Mobile City', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44986, 'Monahans', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44987, 'Mont Belvieu', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44988, 'Monte Alto', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44989, 'Montgomery', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44990, 'Moody', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44991, 'Moore', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44992, 'Moore Station', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44993, 'Morales-sanchez', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44994, 'Moran', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44995, 'Morgan', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44996, 'Morgan Farm Area', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44997, 'Morgans Point', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44998, 'Morgan S Point Resort', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(44999, 'Morning Glory', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45000, 'Morse', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45001, 'Morton', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45002, 'Moulton', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45003, 'Mountain City', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45004, 'Mount Calm', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45005, 'Mount Enterprise', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45006, 'Mount Pleasant', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45007, 'Mount Vernon', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45008, 'Muenster', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45009, 'Muleshoe', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45010, 'Mullin', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45011, 'Munday', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45012, 'Muniz', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45013, 'Murchison', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:57', 1), +(45014, 'Murphy', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45015, 'Mustang', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45016, 'Mustang Ridge', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45017, 'Nacogdoches', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45018, 'Naples', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45019, 'Nash', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45020, 'Nassau Bay', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45021, 'Natalia', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45022, 'Navarro', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45023, 'Navasota', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45024, 'Nazareth', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45025, 'Nederland', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45026, 'Needville', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45027, 'Nesbitt', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45028, 'Nevada', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45029, 'Newark', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45030, 'New Berlin', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45031, 'New Boston', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45032, 'New Braunfels', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45033, 'Newcastle', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45034, 'New Chapel Hill', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45035, 'New Deal', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45036, 'New Fairview', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45037, 'New Falcon', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45038, 'New Home', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45039, 'New Hope', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45040, 'New London', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45041, 'New Summerfield', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45042, 'New Territory', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45043, 'Newton', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45044, 'New Waverly', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45045, 'Neylandville', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45046, 'Niederwald', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45047, 'Nixon', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45048, 'Nocona', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45049, 'Nolanville', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45050, 'Nome', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45051, 'Noonday', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45052, 'Nordheim', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45053, 'Normangee', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45054, 'Normanna', 3876, 233, '2019-01-25 03:01:38', '2019-01-25 03:05:58', 1), +(45055, 'North Alamo', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45056, 'North Cleveland', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45057, 'Northcliff', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45058, 'North Escobares', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45059, 'Northlake', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45060, 'North Pearsall', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45061, 'North Richland Hills', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45062, 'North San Pedro', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45063, 'Novice', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45064, 'Nurillo', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45065, 'Oak Grove', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45066, 'Oakhurst', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45067, 'Oak Leaf', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45068, 'Oak Point', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45069, 'Oak Ridge', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45070, 'Oak Ridge North', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45071, 'Oak Trail Shores', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45072, 'Oak Valley', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45073, 'Oakwood', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45074, 'O Brien', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45075, 'Odem', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45076, 'Odessa', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45077, 'O Donnell', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45078, 'Oglesby', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45079, 'Oilton', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45080, 'Old River-winfree', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45081, 'Olivarez', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45082, 'Olmito', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45083, 'Olmos Park', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45084, 'Olney', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45085, 'Olton', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45086, 'Omaha', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45087, 'Onalaska', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45088, 'Onion Creek', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45089, 'Opdyke West', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45090, 'Orange', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45091, 'Orange Grove', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45092, 'Orchard', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45093, 'Ore City', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45094, 'Overton', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45095, 'Ovilla', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45096, 'Owl Ranch-amargosa', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45097, 'Oyster Creek', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:58', 1), +(45098, 'O', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:01:39', 1), +(45099, 'Paducah', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45100, 'Paint Rock', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45101, 'Palacios', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45102, 'Palestine', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45103, 'Palisades', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45104, 'Palmer', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45105, 'Palmhurst', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45106, 'Palm Valley', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45107, 'Palmview', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45108, 'Palmview South', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45109, 'Pampa', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45110, 'Panhandle', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45111, 'Panorama Village', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45112, 'Pantego', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45113, 'Paradise', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45114, 'Paris', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45115, 'Parker', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45116, 'Pasadena', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45117, 'Pattison', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45118, 'Patton Village', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45119, 'Pawnee', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45120, 'Payne Springs', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45121, 'Pearland', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45122, 'Pearsall', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45123, 'Pecan Acres', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45124, 'Pecan Gap', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45125, 'Pecan Grove', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45126, 'Pecan Hill', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45127, 'Pecan Plantation', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45128, 'Pecos', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45129, 'Pelican Bay', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45130, 'Penelope', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45131, 'Penitas', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45132, 'Pernitas Point', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45133, 'Perryton', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45134, 'Petersburg', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45135, 'Petrolia', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45136, 'Petronila', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45137, 'Pettus', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45138, 'Pflugerville', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45139, 'Pharr', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45140, 'Pilot Point', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45141, 'Pine Forest', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45142, 'Pinehurst', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45143, 'Pine Island', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45144, 'Pineland', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45145, 'Pinewood Estates', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45146, 'Piney Point Village', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45147, 'Pittsburg', 3876, 233, '2019-01-25 03:01:39', '2019-01-25 03:05:59', 1), +(45148, 'Plains', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45149, 'Plainview', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45150, 'Plano', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45151, 'Pleak', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45152, 'Pleasanton', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45153, 'Pleasant Valley', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45154, 'Plum Grove', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45155, 'Point', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45156, 'Point Blank', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45157, 'Point Comfort', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45158, 'Ponder', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45159, 'Port Aransas', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45160, 'Port Arthur', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45161, 'Porter Heights', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45162, 'Port Isabel', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45163, 'Portland', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45164, 'Port Lavaca', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45165, 'Port Mansfield', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45166, 'Port Neches', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45167, 'Post', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45168, 'Post Oak Bend City', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45169, 'Poteet', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45170, 'Poth', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:05:59', 1), +(45171, 'Potosi', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45172, 'Pottsboro', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45173, 'Powell', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45174, 'Poynor', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45175, 'Prado Verde', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45176, 'Prairie View', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45177, 'Premont', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45178, 'Presidio', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45179, 'Primera', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45180, 'Princeton', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45181, 'Progreso', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45182, 'Progreso Lakes', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45183, 'Prosper', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45184, 'Putnam', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45185, 'Pyote', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45186, 'Quail', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45187, 'Quanah', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45188, 'Queen City', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45189, 'Quemado', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45190, 'Quinlan', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45191, 'Quintana', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45192, 'Quitaque', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45193, 'Quitman', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45194, 'Radar Base', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45195, 'Ralls', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45196, 'Ranchette Estates', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45197, 'Ranchitos Las Lomas', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45198, 'Rancho Alegre', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45199, 'Rancho Banquete', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45200, 'Rancho Chico', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45201, 'Ranchos Penitas West', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45202, 'Rancho Viejo', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45203, 'Ranger', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45204, 'Rangerville', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45205, 'Rankin', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45206, 'Ransom Canyon', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45207, 'Ratamosa', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45208, 'Ravenna', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45209, 'Raymondville', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45210, 'Realitos', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45211, 'Redford', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45212, 'Red Lick', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45213, 'Red Oak', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45214, 'Redwater', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:00', 1), +(45215, 'Redwood', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:01', 1), +(45216, 'Reese Center', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:01', 1), +(45217, 'Refugio', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:01', 1), +(45218, 'Reid Hope King', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:01', 1), +(45219, 'Reklaw', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:01', 1), +(45220, 'Relampago', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:01', 1), +(45221, 'Rendon', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:01', 1), +(45222, 'Reno', 3876, 233, '2019-01-25 03:01:40', '2019-01-25 03:06:01', 1), +(45223, 'Retreat', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45224, 'Rhome', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45225, 'Rice', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45226, 'Richardson', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45227, 'Richland', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45228, 'Richland Hills', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45229, 'Richland Springs', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45230, 'Richmond', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45231, 'Richwood', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45232, 'Riesel', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45233, 'Rio Bravo', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45234, 'Rio Grande City', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45235, 'Rio Hondo', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45236, 'Rio Vista', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45237, 'Rising Star', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45238, 'River Oaks', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45239, 'Riverside', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45240, 'Roanoke', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45241, 'Roaring Springs', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45242, 'Robert Lee', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45243, 'Robinson', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45244, 'Robstown', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45245, 'Roby', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45246, 'Rochester', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45247, 'Rockdale', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45248, 'Rockport', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45249, 'Rocksprings', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45250, 'Rockwall', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45251, 'Rocky Mound', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45252, 'Rogers', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45253, 'Rollingwood', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45254, 'Roma', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45255, 'Roma Creek', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45256, 'Roman Forest', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45257, 'Ropesville', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45258, 'Roscoe', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45259, 'Rosebud', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45260, 'Rose City', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45261, 'Rose Hill Acres', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45262, 'Rosenberg', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45263, 'Rosita North', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45264, 'Rosita South', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45265, 'Ross', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45266, 'Rosser', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:01', 1), +(45267, 'Rotan', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:02', 1), +(45268, 'Round Mountain', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:02', 1), +(45269, 'Round Rock', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:02', 1), +(45270, 'Round Top', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:02', 1), +(45271, 'Rowlett', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:02', 1), +(45272, 'Roxton', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:02', 1), +(45273, 'Royse City', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:02', 1), +(45274, 'Rule', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:02', 1), +(45275, 'Runaway Bay', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:02', 1), +(45276, 'Runge', 3876, 233, '2019-01-25 03:01:41', '2019-01-25 03:06:02', 1), +(45277, 'Rusk', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45278, 'Sabinal', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45279, 'Sachse', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45280, 'Sadler', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45281, 'Saginaw', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45282, 'St. Hedwig', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45283, 'St. Jo', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45284, 'St. Paul', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45285, 'Salado', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45286, 'Salineno', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45287, 'Samnorwood', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45288, 'San Angelo', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45289, 'San Antonio', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45290, 'San Augustine', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45291, 'San Benito', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45292, 'San Carlos', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45293, 'Sanctuary', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45294, 'Sanderson', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45295, 'Sandia', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45296, 'San Diego', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45297, 'Sandy Hollow-escondidas', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45298, 'San Elizario', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45299, 'San Felipe', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45300, 'Sanford', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45301, 'Sanger', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45302, 'San Ignacio', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:02', 1), +(45303, 'San Isidro', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45304, 'San Juan', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45305, 'San Leanna', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45306, 'San Leon', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45307, 'San Manuel-linn', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45308, 'San Marcos', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45309, 'San Patricio', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45310, 'San Pedro', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45311, 'San Perlita', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45312, 'San Saba', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45313, 'Sansom Park', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45314, 'Santa Anna', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45315, 'Santa Clara', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45316, 'Santa Cruz', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45317, 'Santa Fe', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45318, 'Santa Maria', 3876, 233, '2019-01-25 03:01:42', '2019-01-25 03:06:03', 1), +(45319, 'Santa Monica', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45320, 'Santa Rosa', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45321, 'Savoy', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45322, 'Scenic Oaks', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45323, 'Schertz', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45324, 'Schulenburg', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45325, 'Scissors', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45326, 'Scotland', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45327, 'Scottsville', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45328, 'Seabrook', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45329, 'Seadrift', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45330, 'Seagoville', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45331, 'Seagraves', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45332, 'Sealy', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45333, 'Sebastian', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45334, 'Seguin', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45335, 'Selma', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45336, 'Seminole', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45337, 'Serenada', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45338, 'Seth Ward', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45339, 'Seven Oaks', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45340, 'Seven Points', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45341, 'Seymour', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45342, 'Shady Hollow', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45343, 'Shady Shores', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45344, 'Shallowater', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45345, 'Shamrock', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45346, 'Shavano Park', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45347, 'Sheldon', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45348, 'Shenandoah', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45349, 'Shepherd', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45350, 'Sherman', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45351, 'Shiner', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45352, 'Shoreacres', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(45353, 'Sienna Plantation', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45354, 'Sierra Blanca', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45355, 'Siesta Shores', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45356, 'Silsbee', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45357, 'Silverton', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45358, 'Simonton', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45359, 'Sinton', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45360, 'Skellytown', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45361, 'Skidmore', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45362, 'Slaton', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45363, 'Smiley', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45364, 'Smithville', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45365, 'Smyer', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45366, 'Snook', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45367, 'Snyder', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45368, 'Socorro', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45369, 'Solis', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45370, 'Somerset', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45371, 'Somerville', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45372, 'Sonora', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45373, 'Sour Lake', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45374, 'South Alamo', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45375, 'South Fork Estates', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45376, 'South Houston', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45377, 'Southlake', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45378, 'Southmayd', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45379, 'South Mountain', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45380, 'South Padre Island', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45381, 'South Point', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45382, 'Southside Place', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45383, 'South Toledo Bend', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45384, 'Spade', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45385, 'Sparks', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45386, 'Spearman', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45387, 'Splendora', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:03', 1), +(45388, 'Spofford', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:04', 1), +(45389, 'Spring', 3876, 233, '2019-01-25 03:01:43', '2019-01-25 03:06:04', 1), +(45390, 'Spring Garden-terra Verde', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45391, 'Springlake', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45392, 'Springtown', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45393, 'Spring Valley', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45394, 'Spur', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45395, 'Stafford', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45396, 'Stagecoach', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45397, 'Stamford', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45398, 'Stanton', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45399, 'Star Harbor', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45400, 'Stephenville', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45401, 'Sterling City', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45402, 'Stinnett', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45403, 'Stockdale', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45404, 'Stonewall', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45405, 'Stowell', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45406, 'Stratford', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45407, 'Strawn', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45408, 'Streetman', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45409, 'Study Butte-terlingua', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45410, 'Sudan', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45411, 'Sugar Land', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45412, 'Sullivan City', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45413, 'Sulphur Springs', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45414, 'Sundown', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45415, 'Sunnyvale', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45416, 'Sunray', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45417, 'Sunrise Beach Village', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45418, 'Sunset', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45419, 'Sunset Valley', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45420, 'Sun Valley', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45421, 'Surfside Beach', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45422, 'Sweeny', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45423, 'Sweetwater', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45424, 'Taft', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45425, 'Taft Southwest', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45426, 'Tahoka', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45427, 'Talco', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45428, 'Talty', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45429, 'Tatum', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45430, 'Taylor', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45431, 'Taylor Lake Village', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45432, 'Teague', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45433, 'Tehuacana', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45434, 'Temple', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45435, 'Tenaha', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45436, 'Terrell', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45437, 'Terrell Hills', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45438, 'Texarkana', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45439, 'Texas City', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45440, 'Texhoma', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45441, 'Texline', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45442, 'The Colony', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45443, 'The Hills', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45444, 'The Woodlands', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45445, 'Thompsons', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45446, 'Thorndale', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45447, 'Thornton', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45448, 'Thorntonville', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45449, 'Thrall', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45450, 'Three Rivers', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45451, 'Throckmorton', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45452, 'Tierra Bonita', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45453, 'Tierra Grande', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45454, 'Tiki Island', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45455, 'Timbercreek Canyon', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45456, 'Timberwood Park', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45457, 'Timpson', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45458, 'Tioga', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45459, 'Tira', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45460, 'Toco', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45461, 'Todd Mission', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45462, 'Tolar', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45463, 'Tomball', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45464, 'Tom Bean', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45465, 'Tool', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45466, 'Tornillo', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45467, 'Toyah', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45468, 'Tradewinds', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45469, 'Trent', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45470, 'Trenton', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45471, 'Trinidad', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45472, 'Trinity', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45473, 'Trophy Club', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45474, 'Troup', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45475, 'Troy', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45476, 'Tuleta', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45477, 'Tulia', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45478, 'Tulsita', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45479, 'Turkey', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45480, 'Tuscola', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45481, 'Tye', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45482, 'Tyler', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45483, 'Tynan', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45484, 'Uhland', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45485, 'Uncertain', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:04', 1), +(45486, 'Union Grove', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:05', 1), +(45487, 'Universal City', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:05', 1), +(45488, 'University Park', 3876, 233, '2019-01-25 03:01:44', '2019-01-25 03:06:05', 1), +(45489, 'Utopia', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45490, 'Uvalde', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45491, 'Uvalde Estates', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45492, 'Valentine', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45493, 'Valley Mills', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45494, 'Valley View', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45495, 'Val Verde Park', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45496, 'Van', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45497, 'Van Alstyne', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45498, 'Vanderbilt', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45499, 'Van Horn', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45500, 'Van Vleck', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45501, 'Vega', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45502, 'Venus', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45503, 'Vernon', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45504, 'Victoria', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45505, 'Vidor', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45506, 'Villa Del Sol', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45507, 'Villa Pancho', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45508, 'Villa Verde', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45509, 'Vinton', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45510, 'Waco', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45511, 'Waelder', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45512, 'Wake Village', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45513, 'Waller', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45514, 'Wallis', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45515, 'Walnut Springs', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45516, 'Warren City', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45517, 'Waskom', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45518, 'Watauga', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45519, 'Waxahachie', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45520, 'Weatherford', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45521, 'Webster', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45522, 'Weimar', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45523, 'Weinert', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45524, 'Weir', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45525, 'Wellington', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45526, 'Wellman', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45527, 'Wells', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45528, 'Wells Branch', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45529, 'Weslaco', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45530, 'West', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45531, 'Westbrook', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45532, 'West Columbia', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45533, 'Westdale', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45534, 'Westlake', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45535, 'West Lake Hills', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45536, 'West Livingston', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45537, 'Westminster', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45538, 'West Odessa', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45539, 'Weston', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45540, 'West Orange', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45541, 'Westover Hills', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45542, 'West Pearsall', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45543, 'West Sharyland', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45544, 'West Tawakoni', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45545, 'West University Place', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45546, 'Westway', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45547, 'Westworth Village', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45548, 'Wharton', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45549, 'Wheeler', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45550, 'White Deer', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45551, 'Whiteface', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45552, 'Whitehouse', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45553, 'White Oak', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45554, 'Whitesboro', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45555, 'White Settlement', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45556, 'Whitewright', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45557, 'Whitney', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45558, 'Wichita Falls', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45559, 'Wickett', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45560, 'Wild Peach Village', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45561, 'Willamar', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45562, 'Willis', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45563, 'Willow Park', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45564, 'Wills Point', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45565, 'Wilmer', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45566, 'Wilson', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45567, 'Wimberley', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45568, 'Windcrest', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45569, 'Windemere', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45570, 'Windom', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45571, 'Windthorst', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45572, 'Winfield', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45573, 'Wink', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:05', 1), +(45574, 'Winnie', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:06', 1), +(45575, 'Winnsboro', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:06', 1), +(45576, 'Winona', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:06', 1), +(45577, 'Winters', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:06', 1), +(45578, 'Wixon Valley', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:06', 1), +(45579, 'Wolfe City', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:06', 1), +(45580, 'Wolfforth', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:06', 1), +(45581, 'Woodbranch', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:06', 1), +(45582, 'Woodcreek', 3876, 233, '2019-01-25 03:01:45', '2019-01-25 03:06:06', 1), +(45583, 'Woodloch', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45584, 'Woodsboro', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45585, 'Woodson', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45586, 'Woodville', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45587, 'Woodway', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45588, 'Wortham', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45589, 'Wyldwood', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45590, 'Wylie', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45591, 'Yantis', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45592, 'Yoakum', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45593, 'Yorktown', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45594, 'Yznaga', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45595, 'Zapata', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45596, 'Zapata Ranch', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45597, 'Zavalla', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45598, 'Zuehl', 3876, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45599, 'Alpine', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45600, 'Alta', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45601, 'Altamont', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45602, 'Alton', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45603, 'Amalga', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45604, 'American Fork', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45605, 'Aneth', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45606, 'Annabella', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45607, 'Antimony', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45608, 'Aurora', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45609, 'Avon', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45610, 'Ballard', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45611, 'Bear River City', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45612, 'Beaver', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45613, 'Benjamin', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45614, 'Benson', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45615, 'Bicknell', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45616, 'Big Water', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45617, 'Blanding', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45618, 'Bluff', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45619, 'Bluffdale', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45620, 'Boulder', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45621, 'Bountiful', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45622, 'Brian Head', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45623, 'Brigham City', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45624, 'Cache', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45625, 'Cannonville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45626, 'Canyon Rim', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45627, 'Castle Dale', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45628, 'Castle Valley', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45629, 'Cedar City', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45630, 'Cedar Fort', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45631, 'Cedar Hills', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45632, 'Centerfield', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45633, 'Centerville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45634, 'Charleston', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45635, 'Circleville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45636, 'Clarkston', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45637, 'Clawson', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45638, 'Clearfield', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45639, 'Cleveland', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45640, 'Clinton', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45641, 'Coalville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45642, 'Corinne', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45643, 'Cornish', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45644, 'Cottonwood Heights', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45645, 'Cottonwood West', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45646, 'Cove', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45647, 'Daniel', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45648, 'Delta', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45649, 'Deweyville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45650, 'Draper', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45651, 'Duchesne', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45652, 'Dugway', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45653, 'Eagle Mountain', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45654, 'East Carbon', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45655, 'East Millcreek', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45656, 'Elberta', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45657, 'Elk Ridge', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45658, 'Elmo', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45659, 'Elsinore', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45660, 'Elwood', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45661, 'Emery', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45662, 'Enoch', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45663, 'Enterprise', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45664, 'Ephraim', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45665, 'Erda', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45666, 'Escalante', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45667, 'Eureka', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45668, 'Fairview', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45669, 'Farmington', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45670, 'Farr West', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45671, 'Fayette', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45672, 'Ferron', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45673, 'Fielding', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45674, 'Fillmore', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45675, 'Fort Duchesne', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45676, 'Fountain Green', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45677, 'Francis', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45678, 'Fruit Heights', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45679, 'Garden', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45680, 'Garden City', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45681, 'Garland', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45682, 'Genola', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45683, 'Glendale', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45684, 'Glenwood', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45685, 'Goshen', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45686, 'Granite', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:06', 1), +(45687, 'Grantsville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45688, 'Green River', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45689, 'Gunnison', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45690, 'Halchita', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45691, 'Halls Crossing', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45692, 'Harrisville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45693, 'Hatch', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45694, 'Heber', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45695, 'Helper', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45696, 'Henefer', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45697, 'Henrieville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45698, 'Herriman', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45699, 'Highland', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45700, 'Hildale', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45701, 'Hinckley', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45702, 'Holden', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45703, 'Holladay', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45704, 'Honeyville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45705, 'Hooper', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45706, 'Howell', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45707, 'Huntington', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45708, 'Huntsville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45709, 'Hurricane', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45710, 'Hyde Park', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45711, 'Hyrum', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45712, 'Ivins', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45713, 'Joseph', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45714, 'Junction', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45715, 'Kamas', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45716, 'Kanab', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45717, 'Kanarraville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45718, 'Kanosh', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45719, 'Kaysville', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45720, 'Kearns', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45721, 'Kingston', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45722, 'Koosharem', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45723, 'Lake Shore', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45724, 'Laketown', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45725, 'La Sal', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45726, 'La Verkin', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45727, 'Layton', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45728, 'Leamington', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45729, 'Leeds', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45730, 'Lehi', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45731, 'Levan', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45732, 'Lewiston', 3878, 233, '2019-01-25 03:01:46', '2019-01-25 03:06:07', 1), +(45733, 'Lindon', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45734, 'Little Cottonwood Creek Valley', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45735, 'Loa', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45736, 'Logan', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45737, 'Lyman', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45738, 'Lynndyl', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45739, 'Maeser', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45740, 'Magna', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45741, 'Manila', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45742, 'Manti', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45743, 'Mantua', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45744, 'Mapleton', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45745, 'Marriott-slaterville', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45746, 'Marysvale', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45747, 'Mayfield', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45748, 'Meadow', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45749, 'Mendon', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45750, 'Mexican Hat', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45751, 'Midvale', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45752, 'Midway', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45753, 'Milford', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45754, 'Millcreek', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45755, 'Millville', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45756, 'Minersville', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45757, 'Moab', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45758, 'Mona', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45759, 'Monroe', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45760, 'Montezuma Creek', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45761, 'Monticello', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45762, 'Morgan', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45763, 'Moroni', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45764, 'Mount Olympus', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45765, 'Mount Pleasant', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45766, 'Murray', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45767, 'Myton', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45768, 'Naples', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45769, 'Navajo Mountain', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45770, 'Neola', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45771, 'Nephi', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45772, 'New Harmony', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45773, 'Newton', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45774, 'Nibley', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45775, 'North Logan', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45776, 'North Ogden', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45777, 'North Salt Lake', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45778, 'North Snyderville Basin', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45779, 'Oak City', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45780, 'Oakley', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45781, 'Ogden', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45782, 'Oljato-monument Valley', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45783, 'Ophir', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45784, 'Oquirrh', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45785, 'Orangeville', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:07', 1), +(45786, 'Orderville', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45787, 'Orem', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45788, 'Palmyra', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45789, 'Panguitch', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45790, 'Paradise', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45791, 'Paragonah', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45792, 'Park City', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45793, 'Parowan', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45794, 'Payson', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45795, 'Perry', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45796, 'Peter', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45797, 'Plain City', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45798, 'Pleasant Grove', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45799, 'Pleasant View', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45800, 'Plymouth', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45801, 'Portage', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45802, 'Price', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45803, 'Providence', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45804, 'Provo', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45805, 'Randlett', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45806, 'Randolph', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45807, 'Redmond', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45808, 'Richfield', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45809, 'Richmond', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45810, 'Riverdale', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45811, 'River Heights', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45812, 'Riverside', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45813, 'Riverton', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45814, 'Rockville', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45815, 'Rocky Ridge', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45816, 'Roosevelt', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45817, 'Roy', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45818, 'Rush Valley', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45819, 'St. George', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45820, 'Salem', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45821, 'Salina', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45822, 'Salt Lake City', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45823, 'Samak', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45824, 'Sandy', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45825, 'Santa Clara', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45826, 'Santaquin', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45827, 'Saratoga Springs', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45828, 'Scipio', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45829, 'Scofield', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45830, 'Sigurd', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45831, 'Smithfield', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45832, 'Snowville', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45833, 'South Jordan', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45834, 'South Ogden', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45835, 'South Salt Lake', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45836, 'South Snyderville Basin', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45837, 'South Weber', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45838, 'South Willard', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45839, 'Spanish Fork', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45840, 'Spanish Valley', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45841, 'Spring City', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45842, 'Springdale', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45843, 'Spring Lake', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45844, 'Springville', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45845, 'Stansbury Park', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45846, 'Sterling', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45847, 'Stockton', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45848, 'Summit Park', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45849, 'Sunnyside', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45850, 'Sunset', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45851, 'Syracuse', 3878, 233, '2019-01-25 03:01:47', '2019-01-25 03:06:08', 1), +(45852, 'Tabiona', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45853, 'Taylorsville', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45854, 'Timber Lakes', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45855, 'Tooele', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45856, 'Toquerville', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45857, 'Torrey', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45858, 'Tremonton', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45859, 'Trenton', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45860, 'Tropic', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45861, 'Tselakai Dezza', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45862, 'Uintah', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45863, 'Vernal', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45864, 'Vernon', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45865, 'Vineyard', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45866, 'Virgin', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45867, 'Wales', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45868, 'Wallsburg', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45869, 'Washington', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45870, 'Washington Terrace', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45871, 'Wellington', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45872, 'Wellsville', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45873, 'Wendover', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45874, 'West Bountiful', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45875, 'West Haven', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45876, 'West Jordan', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45877, 'West Mountain', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45878, 'West Point', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45879, 'West Valley City', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45880, 'White City', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45881, 'White Mesa', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45882, 'Whiterocks', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:08', 1), +(45883, 'Willard', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45884, 'Woodland', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45885, 'Woodland Hills', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45886, 'Woodruff', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45887, 'Woods Cross', 3878, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45888, 'Albany', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45889, 'Alburg', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45890, 'Arlington', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45891, 'Barre', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45892, 'Barton', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45893, 'Bellows Falls', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45894, 'Bennington', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45895, 'Bradford', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45896, 'Brandon', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45897, 'Brattleboro', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45898, 'Burlington', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45899, 'Cabot', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45900, 'Cambridge', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45901, 'Chester-chester Depot', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45902, 'Derby Center', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45903, 'Derby Line', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45904, 'Enosburg Falls', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45905, 'Essex Junction', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45906, 'Fair Haven', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45907, 'Graniteville-east Barre', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45908, 'Hyde Park', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45909, 'Island Pond', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45910, 'Jacksonville', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45911, 'Jeffersonville', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45912, 'Jericho', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45913, 'Johnson', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45914, 'Ludlow', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45915, 'Lyndonville', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45916, 'Manchester', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45917, 'Manchester Center', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45918, 'Marshfield', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45919, 'Middlebury', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45920, 'Milton', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45921, 'Montpelier', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45922, 'Morrisville', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45923, 'Newbury', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45924, 'Newfane', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45925, 'Newport', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45926, 'North Bennington', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45927, 'Northfield', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45928, 'North Troy', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45929, 'North Westminster', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45930, 'Old Bennington', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45931, 'Orleans', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45932, 'Perkinsville', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45933, 'Poultney', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45934, 'Rutland', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45935, 'St. Albans', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45936, 'St. Johnsbury', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45937, 'Saxtons River', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45938, 'South Barre', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45939, 'South Burlington', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45940, 'South Shaftsbury', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45941, 'Springfield', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45942, 'Swanton', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45943, 'Vergennes', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45944, 'Wallingford', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45945, 'Waterbury', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45946, 'Wells River', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45947, 'West Brattleboro', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45948, 'West Burke', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45949, 'Westminster', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45950, 'West Rutland', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45951, 'White River Junction', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45952, 'Wilder', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45953, 'Winooski', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45954, 'Woodstock', 3879, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45955, 'Virgin Islands', 4028, 233, '2019-01-25 03:01:48', '2019-01-25 03:01:48', 1), +(45956, 'Abingdon', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45957, 'Accomac', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45958, 'Adwolf', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45959, 'Alberta', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45960, 'Alexandria', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45961, 'Altavista', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45962, 'Amherst', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45963, 'Annandale', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45964, 'Appalachia', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45965, 'Appomattox', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45966, 'Aquia Harbour', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45967, 'Arlington', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45968, 'Ashland', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45969, 'Atkins', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45970, 'Bailey S Crossroads', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45971, 'Bassett', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45972, 'Basye-bryce Mountain', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45973, 'Bedford', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45974, 'Belle Haven', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(45975, 'Bellwood', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45976, 'Bensley', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45977, 'Berryville', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45978, 'Big Stone Gap', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45979, 'Blacksburg', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45980, 'Blackstone', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45981, 'Bloxom', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45982, 'Bluefield', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45983, 'Blue Ridge', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45984, 'Bon Air', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45985, 'Boones Mill', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45986, 'Bowling Green', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45987, 'Boyce', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45988, 'Boydton', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45989, 'Boykins', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45990, 'Branchville', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45991, 'Bridgewater', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45992, 'Bristol', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45993, 'Broadway', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45994, 'Brodnax', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45995, 'Brookneal', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:09', 1), +(45996, 'Buchanan', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(45997, 'Buena Vista', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(45998, 'Bull Run', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(45999, 'Burke', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46000, 'Burkeville', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46001, 'Cana', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46002, 'Cape Charles', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46003, 'Capron', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46004, 'Castlewood', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46005, 'Cave Spring', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46006, 'Cedar Bluff', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46007, 'Centreville', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46008, 'Chamberlayne', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46009, 'Chantilly', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46010, 'Charlotte Court House', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46011, 'Charlottesville', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46012, 'Chase City', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46013, 'Chatham', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46014, 'Chatmoss', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46015, 'Cheriton', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46016, 'Chesapeake', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46017, 'Chester', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46018, 'Chesterfield Court House', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46019, 'Chilhowie', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46020, 'Chincoteague', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46021, 'Christiansburg', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46022, 'Claremont', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46023, 'Clarksville', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46024, 'Claypool Hill', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46025, 'Cleveland', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46026, 'Clifton', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46027, 'Clifton Forge', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46028, 'Clinchco', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46029, 'Clinchport', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46030, 'Clintwood', 3880, 233, '2019-01-25 03:01:48', '2019-01-25 03:06:10', 1), +(46031, 'Cloverdale', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46032, 'Coeburn', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46033, 'Collinsville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46034, 'Colonial Beach', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46035, 'Colonial Heights', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46036, 'Columbia', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46037, 'Courtland', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46038, 'Covington', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46039, 'Craigsville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46040, 'Crewe', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46041, 'Crimora', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46042, 'Crozet', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46043, 'Culpeper', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46044, 'Dahlgren', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46045, 'Dale City', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46046, 'Daleville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46047, 'Damascus', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46048, 'Danville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46049, 'Dayton', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46050, 'Dendron', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46051, 'Dillwyn', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46052, 'Dooms', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46053, 'Drakes Branch', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46054, 'Dryden', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46055, 'Dublin', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46056, 'Duffield', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46057, 'Dumbarton', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46058, 'Dumfries', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46059, 'Dungannon', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46060, 'Dunn Loring', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46061, 'East Highland Park', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46062, 'Eastville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46063, 'Edinburg', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46064, 'Elkton', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46065, 'Elliston-lafayette', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46066, 'Emory-meadow View', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46067, 'Emporia', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46068, 'Ettrick', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46069, 'Ewing', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46070, 'Exmore', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46071, 'Fairfax', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46072, 'Fairlawn', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46073, 'Fairview Beach', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46074, 'Falls Church', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46075, 'Falmouth', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46076, 'Fancy Gap', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46077, 'Farmville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46078, 'Ferrum', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46079, 'Fieldale', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46080, 'Fincastle', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46081, 'Fishersville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46082, 'Floyd', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46083, 'Forest', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46084, 'Fort Belvoir', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46085, 'Fort Chiswell', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46086, 'Fort Hunt', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46087, 'Fort Lee', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46088, 'Franconia', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46089, 'Franklin', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46090, 'Fredericksburg', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46091, 'Fries', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46092, 'Front Royal', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46093, 'Gainesville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46094, 'Galax', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46095, 'Gate City', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46096, 'Glade Spring', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46097, 'Glasgow', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46098, 'Glen Allen', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46099, 'Glen Lyn', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46100, 'Gloucester Courthouse', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46101, 'Gloucester Point', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46102, 'Gordonsville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46103, 'Goshen', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46104, 'Great Falls', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46105, 'Greenville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46106, 'Gretna', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46107, 'Grottoes', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46108, 'Groveton', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46109, 'Grundy', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46110, 'Halifax', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46111, 'Hallwood', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46112, 'Hamilton', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46113, 'Hampden Sydney', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46114, 'Hampton', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:10', 1), +(46115, 'Harrisonburg', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46116, 'Haymarket', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46117, 'Haysi', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46118, 'Herndon', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46119, 'Highland Springs', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46120, 'Hillsboro', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46121, 'Hillsville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46122, 'Hollins', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46123, 'Honaker', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46124, 'Hopewell', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46125, 'Horse Pasture', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46126, 'Huntington', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46127, 'Hurt', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46128, 'Hybla Valley', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46129, 'Idylwood', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46130, 'Independence', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46131, 'Iron Gate', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46132, 'Irvington', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46133, 'Ivor', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46134, 'Jarratt', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46135, 'Jefferson', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46136, 'Jolivue', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46137, 'Jonesville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46138, 'Keller', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46139, 'Kenbridge', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46140, 'Keokee', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46141, 'Keysville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46142, 'Kilmarnock', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46143, 'La Crosse', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46144, 'Lake Barcroft', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46145, 'Lake Monticello', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46146, 'Lake Ridge', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46147, 'Lakeside', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46148, 'Laurel', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46149, 'Laurel Park', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46150, 'Lawrenceville', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46151, 'Laymantown', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46152, 'Lebanon', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46153, 'Leesburg', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46154, 'Lexington', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46155, 'Lincolnia', 3880, 233, '2019-01-25 03:01:49', '2019-01-25 03:06:11', 1), +(46156, 'Linton Hall', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46157, 'Loch Lomond', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46158, 'Lorton', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46159, 'Louisa', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46160, 'Lovettsville', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46161, 'Low Moor', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46162, 'Luray', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46163, 'Lynchburg', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46164, 'Lyndhurst', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46165, 'Mckenney', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46166, 'Mclean', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46167, 'Madison', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46168, 'Madison Heights', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46169, 'Manassas', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46170, 'Manassas Park', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46171, 'Mantua', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46172, 'Marion', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46173, 'Martinsville', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46174, 'Massanutten', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46175, 'Matoaca', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46176, 'Max Meadows', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46177, 'Mechanicsville', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46178, 'Melfa', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46179, 'Merrifield', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46180, 'Merrimac', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46181, 'Middleburg', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46182, 'Middletown', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46183, 'Mineral', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46184, 'Montclair', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46185, 'Monterey', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46186, 'Montrose', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46187, 'Montross', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46188, 'Mount Crawford', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46189, 'Mount Jackson', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46190, 'Mount Vernon', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46191, 'Narrows', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46192, 'Nassawadox', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46193, 'New Castle', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46194, 'Newington', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46195, 'New Market', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46196, 'Newport News', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46197, 'Newsoms', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46198, 'Nickelsville', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46199, 'Nokesville', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46200, 'Norfolk', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46201, 'North Shore', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46202, 'North Springfield', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46203, 'Norton', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46204, 'Oak Level', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46205, 'Oakton', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46206, 'Occoquan', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46207, 'Onancock', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46208, 'Onley', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46209, 'Orange', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46210, 'Painter', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46211, 'Pamplin City', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46212, 'Parksley', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46213, 'Patrick Springs', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46214, 'Pearisburg', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46215, 'Pembroke', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46216, 'Penhook', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46217, 'Pennington Gap', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46218, 'Petersburg', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46219, 'Phenix', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46220, 'Pimmit Hills', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46221, 'Pocahontas', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46222, 'Poquoson', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46223, 'Port Royal', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46224, 'Portsmouth', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46225, 'Pound', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46226, 'Pulaski', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46227, 'Purcellville', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46228, 'Quantico', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46229, 'Quantico Station', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46230, 'Radford', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46231, 'Raven', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46232, 'Remington', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46233, 'Reston', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46234, 'Rich Creek', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:11', 1), +(46235, 'Richlands', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46236, 'Richmond', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46237, 'Ridgeway', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46238, 'Roanoke', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46239, 'Rocky Mount', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46240, 'Rose Hill', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46241, 'Round Hill', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46242, 'Rural Retreat', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46243, 'Rushmere', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46244, 'Rustburg', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46245, 'St. Charles', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46246, 'St. Paul', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46247, 'Salem', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46248, 'Saltville', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46249, 'Sandy Level', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46250, 'Saxis', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46251, 'Scottsburg', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46252, 'Scottsville', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46253, 'Selma', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46254, 'Seven Corners', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46255, 'Shawsville', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46256, 'Shenandoah', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46257, 'Sherando', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46258, 'Short Pump', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46259, 'Smithfield', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46260, 'South Boston', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46261, 'South Hill', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46262, 'Spotsylvania Courthouse', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46263, 'Springfield', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46264, 'Stanardsville', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46265, 'Stanley', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46266, 'Stanleytown', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46267, 'Staunton', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46268, 'Stephens City', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46269, 'Stony Creek', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46270, 'Strasburg', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46271, 'Stuart', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46272, 'Stuarts Draft', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46273, 'Sudley', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46274, 'Suffolk', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46275, 'Sugar Grove', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46276, 'Surry', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46277, 'Tangier', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46278, 'Tappahannock', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46279, 'Tazewell', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46280, 'The Plains', 3880, 233, '2019-01-25 03:01:50', '2019-01-25 03:06:12', 1), +(46281, 'Timberlake', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46282, 'Timberville', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46283, 'Toms Brook', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46284, 'Triangle', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46285, 'Troutdale', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46286, 'Troutville', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46287, 'Tuckahoe', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46288, 'Tysons Corner', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46289, 'Union Hall', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46290, 'Urbanna', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46291, 'Vansant', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46292, 'Verona', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46293, 'Victoria', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46294, 'Vienna', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46295, 'Villa Heights', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46296, 'Vinton', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46297, 'Virgilina', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46298, 'Virginia Beach', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46299, 'Wachapreague', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46300, 'Wakefield', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46301, 'Warrenton', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46302, 'Warsaw', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46303, 'Washington', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46304, 'Waverly', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46305, 'Waynesboro', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46306, 'Weber City', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46307, 'West Gate', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46308, 'Westlake Corner', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46309, 'West Point', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46310, 'West Springfield', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46311, 'Weyers Cave', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46312, 'White Stone', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46313, 'Williamsburg', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46314, 'Winchester', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46315, 'Windsor', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46316, 'Wise', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46317, 'Wolf Trap', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46318, 'Woodbridge', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46319, 'Woodlawn', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46320, 'Woodstock', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46321, 'Wyndham', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46322, 'Wytheville', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46323, 'Yorkshire', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46324, 'Yorktown', 3880, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46325, 'Aberdeen', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46326, 'Aberdeen Gardens', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46327, 'Acme', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46328, 'Ahtanum', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46329, 'Airway Heights', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46330, 'Albion', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46331, 'Alderwood Manor', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46332, 'Alger', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46333, 'Algona', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46334, 'Allyn-grapeview', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46335, 'Almira', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46336, 'Amboy', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46337, 'Ames Lake', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46338, 'Anacortes', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46339, 'Arlington', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46340, 'Arlington Heights', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46341, 'Artondale', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46342, 'Ashford', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46343, 'Asotin', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46344, 'Auburn', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46345, 'Ault Field', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46346, 'Bainbridge Island', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46347, 'Bangor Trident Base', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46348, 'Banks Lake South', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46349, 'Barberton', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46350, 'Baring', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:12', 1), +(46351, 'Basin City', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46352, 'Battle Ground', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46353, 'Bay Center', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46354, 'Bay View', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46355, 'Beaux Arts Village', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46356, 'Bellevue', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46357, 'Bell Hill', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46358, 'Bellingham', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46359, 'Benton City', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46360, 'Bickleton', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46361, 'Big Lake', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46362, 'Bingen', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46363, 'Birch Bay', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46364, 'Black Diamond', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46365, 'Blaine', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46366, 'Blyn', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46367, 'Bonney Lake', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46368, 'Bothell', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46369, 'Brady', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46370, 'Bremerton', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46371, 'Brewster', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46372, 'Bridgeport', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46373, 'Brier', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46374, 'Brinnon', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46375, 'Brush Prairie', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46376, 'Bryn Mawr-skyway', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46377, 'Buckley', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46378, 'Bucoda', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46379, 'Burbank', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46380, 'Burien', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46381, 'Burlington', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46382, 'Camano', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46383, 'Camas', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46384, 'Carbonado', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46385, 'Carlsborg', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46386, 'Carnation', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46387, 'Carson River Valley', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46388, 'Cascade-fairwood', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46389, 'Cascade Valley', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46390, 'Cashmere', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46391, 'Castle Rock', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46392, 'Cathan', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46393, 'Cathcart', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46394, 'Cathlamet', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46395, 'Centerville', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46396, 'Centralia', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46397, 'Central Park', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46398, 'Chehalis', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46399, 'Chehalis Village', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46400, 'Chelan', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46401, 'Cheney', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46402, 'Cherry Grove', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46403, 'Chewelah', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46404, 'Chinook', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46405, 'Clarkston', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46406, 'Clarkston Heights-vineland', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46407, 'Clear Lake', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46408, 'Cle Elum', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46409, 'Clinton', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46410, 'Clyde Hill', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46411, 'Cohassett Beach', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46412, 'Colfax', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46413, 'College Place', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46414, 'Colton', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46415, 'Colville', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46416, 'Conconully', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46417, 'Concrete', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46418, 'Connell', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46419, 'Conway', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46420, 'Copalis Beach', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46421, 'Cosmopolis', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46422, 'Cottage Lake', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46423, 'Coulee City', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46424, 'Coulee Dam', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46425, 'Country Homes', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46426, 'Coupeville', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46427, 'Covington', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46428, 'Creston', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46429, 'Cusick', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46430, 'Custer', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46431, 'Dallesport', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46432, 'Darrington', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46433, 'Davenport', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46434, 'Dayton', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46435, 'Deer Park', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46436, 'Deming', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46437, 'Desert Aire', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46438, 'Des Moines', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46439, 'Dishman', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46440, 'Dixie', 3881, 233, '2019-01-25 03:01:51', '2019-01-25 03:06:13', 1), +(46441, 'Dollar Corner', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46442, 'Dupont', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46443, 'Duvall', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46444, 'East Cathlamet', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46445, 'Eastgate', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46446, 'East Hill-meridian', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46447, 'Easton', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46448, 'East Port Orchard', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46449, 'East Renton Highlands', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46450, 'East Wenatchee', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46451, 'East Wenatchee Bench', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46452, 'Eatonville', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46453, 'Echo Lake', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46454, 'Edgewood', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46455, 'Edison', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46456, 'Edmonds', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46457, 'Elbe', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46458, 'Electric City', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46459, 'Elk Plain', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46460, 'Ellensburg', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46461, 'Elma', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46462, 'Elmer City', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46463, 'Endicott', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46464, 'Entiat', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:13', 1), +(46465, 'Enumclaw', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46466, 'Ephrata', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46467, 'Erlands Point-kitsap Lake', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46468, 'Eschbach', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46469, 'Esperance', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46470, 'Everett', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46471, 'Everson', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46472, 'Fairchild Afb', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46473, 'Fairfield', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46474, 'Fairwood', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46475, 'Fall City', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46476, 'Farmington', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46477, 'Federal Way', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46478, 'Felida', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46479, 'Ferndale', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46480, 'Fife', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46481, 'Finley', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46482, 'Fircrest', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46483, 'Five Corners', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46484, 'Fords Prairie', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46485, 'Forks', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46486, 'Fort Lewis', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46487, 'Fox Island', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46488, 'Frederickson', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46489, 'Freeland', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46490, 'Friday Harbor', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46491, 'Garfield', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46492, 'Garrett', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46493, 'Geneva', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46494, 'George', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46495, 'Gig Harbor', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46496, 'Glacier', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46497, 'Gleed', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46498, 'Gold Bar', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46499, 'Goldendale', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46500, 'Graham', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46501, 'Grand Coulee', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46502, 'Grand Mound', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46503, 'Grandview', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46504, 'Granger', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46505, 'Granite Falls', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46506, 'Grayland', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46507, 'Green Acres', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46508, 'Greenwater', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46509, 'Hamilton', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46510, 'Harrah', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46511, 'Harrington', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46512, 'Hartline', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46513, 'Hatton', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46514, 'Hazel Dell North', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46515, 'Hazel Dell South', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46516, 'Highland', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46517, 'Hobart', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46518, 'Hockinson', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46519, 'Hoquiam', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46520, 'Humptulips', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46521, 'Hunts Point', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46522, 'Ilwaco', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46523, 'Inchelium', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46524, 'Index', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46525, 'Indianola', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46526, 'Inglewood-finn Hill', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46527, 'Ione', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46528, 'Issaquah', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46529, 'John Sam Lake', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46530, 'Jordan Road-canyon Creek', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46531, 'Junction City', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46532, 'Kahlotus', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46533, 'Kalama', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46534, 'Kelso', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46535, 'Kendall', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46536, 'Kenmore', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46537, 'Kennewick', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46538, 'Kent', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46539, 'Kettle Falls', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46540, 'Kingsgate', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46541, 'Kingston', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46542, 'Kirkland', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46543, 'Kittitas', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46544, 'Klickitat', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46545, 'Krupp', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46546, 'La Center', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46547, 'Lacey', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46548, 'La Conner', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46549, 'La Crosse', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46550, 'Lake Bosworth', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46551, 'Lake Cavanaugh', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46552, 'Lake Forest Park', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46553, 'Lake Goodwin', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46554, 'Lake Ketchum', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46555, 'Lakeland North', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46556, 'Lakeland South', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46557, 'Lake Mcmurray', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46558, 'Lake Marcel-stillwater', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46559, 'Lake Morton-berrydale', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46560, 'Lake Roesiger', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46561, 'Lake Shore', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46562, 'Lake Stevens', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46563, 'Lakeview', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46564, 'Lakewood', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46565, 'Lamont', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46566, 'Langley', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46567, 'Latah', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46568, 'Lea Hill', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46569, 'Leavenworth', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46570, 'Lebam', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46571, 'Lewisville', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46572, 'Liberty Lake', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:14', 1), +(46573, 'Lind', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:15', 1), +(46574, 'Lochsloy', 3881, 233, '2019-01-25 03:01:52', '2019-01-25 03:06:15', 1), +(46575, 'Long Beach', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46576, 'Longview', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46577, 'Longview Heights', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46578, 'Lyle', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46579, 'Lyman', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46580, 'Lynden', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46581, 'Lynnwood', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46582, 'Mabton', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46583, 'Mcchord Afb', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46584, 'Mccleary', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46585, 'Machias', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46586, 'Malden', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46587, 'Malone-porter', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46588, 'Maltby', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46589, 'Manchester', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46590, 'Mansfield', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46591, 'Maple Falls', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46592, 'Maple Heights-lake Desire', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46593, 'Maple Valley', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46594, 'Marblemount', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(46595, 'Marcus', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46596, 'Marietta-alderwood', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46597, 'Markham', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46598, 'Marrowstone', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46599, 'Martha Lake', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46600, 'Maryhill', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46601, 'Marysville', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46602, 'Mattawa', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46603, 'May Creek', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46604, 'Meadow Glade', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46605, 'Medical Lake', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46606, 'Medina', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46607, 'Mercer Island', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46608, 'Mesa', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46609, 'Metaline', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46610, 'Metaline Falls', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46611, 'Midland', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46612, 'Mill Creek', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46613, 'Mill Plain', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46614, 'Millwood', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46615, 'Milton', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46616, 'Minnehaha', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46617, 'Mirrormont', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46618, 'Moclips', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46619, 'Monroe', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46620, 'Montesano', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46621, 'Morton', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46622, 'Moses Lake', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46623, 'Moses Lake North', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46624, 'Mossyrock', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46625, 'Mountlake Terrace', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46626, 'Mount Vernon', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46627, 'Mount Vista', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46628, 'Moxee', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46629, 'Mukilteo', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46630, 'Naches', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46631, 'Napavine', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46632, 'Naselle', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46633, 'Navy Yard City', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46634, 'Neah Bay', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46635, 'Neilton', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46636, 'Nespelem', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46637, 'Nespelem Community', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46638, 'Newcastle', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46639, 'Newport', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46640, 'Nisqually Indian Community', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46641, 'Nooksack', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46642, 'Normandy Park', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46643, 'North Bend', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46644, 'North Bonneville', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46645, 'North Creek', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46646, 'North Marysville', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46647, 'North Omak', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46648, 'Northport', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46649, 'North Stanwood', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46650, 'North Sultan', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46651, 'Northwest Snohomish', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46652, 'North Yelm', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46653, 'Oakesdale', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46654, 'Oak Harbor', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46655, 'Oakville', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46656, 'Ocean City', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46657, 'Ocean Park', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46658, 'Ocean Shores', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46659, 'Odessa', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46660, 'Okanogan', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46661, 'Olympia', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46662, 'Omak', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46663, 'Opportunity', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46664, 'Orchards', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46665, 'Oroville', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46666, 'Orting', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46667, 'Oso', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46668, 'Othello', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46669, 'Otis Orchards-east Farms', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46670, 'Oyehut-hogans Corner', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46671, 'Pacific', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46672, 'Paine Field-lake Stickney', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46673, 'Palouse', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46674, 'Parkland', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46675, 'Parkwood', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46676, 'Pasco', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46677, 'Pateros', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46678, 'Peaceful Valley', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46679, 'Pe Ell', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46680, 'Picnic Point-north Lynnwood', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46681, 'Pomeroy', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:15', 1), +(46682, 'Port Angeles', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46683, 'Port Angeles East', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46684, 'Port Hadlock-irondale', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46685, 'Port Ludlow', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46686, 'Port Orchard', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46687, 'Port Townsend', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46688, 'Poulsbo', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46689, 'Prairie Ridge', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46690, 'Prescott', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46691, 'Priest Point', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46692, 'Prosser', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46693, 'Pullman', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46694, 'Puyallup', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46695, 'Quilcene', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46696, 'Quincy', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46697, 'Rainier', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46698, 'Ravensdale', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46699, 'Raymond', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46700, 'Reardan', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46701, 'Redmond', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46702, 'Renton', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46703, 'Republic', 3881, 233, '2019-01-25 03:01:53', '2019-01-25 03:06:16', 1), +(46704, 'Richland', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46705, 'Ridgefield', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46706, 'Ritzville', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46707, 'Riverbend', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46708, 'River Road', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46709, 'Riverside', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46710, 'Riverton-boulevard Park', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46711, 'Rochester', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46712, 'Rockford', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46713, 'Rock Island', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46714, 'Rockport', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46715, 'Ronald', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46716, 'Roosevelt', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46717, 'Rosalia', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46718, 'Roslyn', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46719, 'Roy', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46720, 'Royal City', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46721, 'Ruston', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46722, 'St. John', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46723, 'Salmon Creek', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46724, 'Sammamish', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46725, 'Satsop', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46726, 'Satus', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46727, 'Seatac', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46728, 'Seattle', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46729, 'Seattle Hill-silver Firs', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46730, 'Sedro-woolley', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46731, 'Selah', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46732, 'Sequim', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46733, 'Shaker Church', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46734, 'Shelton', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46735, 'Shoreline', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46736, 'Silvana', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46737, 'Silverdale', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46738, 'Skokomish', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46739, 'Skykomish', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46740, 'Smokey Point', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46741, 'Snohomish', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46742, 'Snoqualmie', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46743, 'Snoqualmie Pass', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46744, 'Soap Lake', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46745, 'South Bend', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46746, 'South Cle Elum', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46747, 'South Hill', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46748, 'South Prairie', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46749, 'South Wenatchee', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46750, 'Spanaway', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46751, 'Spangle', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46752, 'Spokane', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46753, 'Sprague', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46754, 'Springdale', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46755, 'Stanwood', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46756, 'Starbuck', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46757, 'Startup', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46758, 'Steilacoom', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46759, 'Stevenson', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46760, 'Stimson Crossing', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46761, 'Sudden Valley', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46762, 'Sultan', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46763, 'Sumas', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46764, 'Summit', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46765, 'Summitview', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46766, 'Sumner', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46767, 'Sunnyside', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46768, 'Sunnyslope', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46769, 'Suquamish', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46770, 'Tacoma', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46771, 'Taholah', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46772, 'Tanglewilde-thompson Place', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46773, 'Tanner', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46774, 'Tekoa', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46775, 'Tenino', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46776, 'Terrace Heights', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46777, 'Thorp', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46778, 'Three Lakes', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46779, 'Tieton', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46780, 'Tokeland', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46781, 'Toledo', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46782, 'Tonasket', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46783, 'Toppenish', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46784, 'Touchet', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46785, 'Town And Country', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46786, 'Tracyton', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46787, 'Trentwood', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46788, 'Trout Lake', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:16', 1), +(46789, 'Tukwila', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46790, 'Tulalip Bay', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46791, 'Tumwater', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46792, 'Twisp', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46793, 'Union Gap', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46794, 'Union Hill-novelty Hill', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46795, 'Uniontown', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46796, 'University Place', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46797, 'Vader', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46798, 'Vancouver', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46799, 'Vantage', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46800, 'Vashon', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46801, 'Venersborg', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46802, 'Veradale', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46803, 'Verlot', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46804, 'Waitsburg', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46805, 'Walla Walla', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46806, 'Walla Walla East', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46807, 'Waller', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46808, 'Wallula', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46809, 'Walnut Grove', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46810, 'Wapato', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46811, 'Warden', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46812, 'Warm Beach', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46813, 'Washougal', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46814, 'Washtucna', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46815, 'Waterville', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46816, 'Waverly', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46817, 'Weallup Lake', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46818, 'Wenatchee', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46819, 'West Clarkston-highland', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46820, 'West Lake Sammamish', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46821, 'West Lake Stevens', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46822, 'West Longview', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46823, 'West Pasco', 3881, 233, '2019-01-25 03:01:54', '2019-01-25 03:06:17', 1), +(46824, 'Westport', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46825, 'West Richland', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46826, 'West Side Highway', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46827, 'West Valley', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46828, 'West Wenatchee', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46829, 'White Center', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46830, 'White Salmon', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46831, 'White Swan', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46832, 'Wilbur', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46833, 'Wilkeson', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46834, 'Wilson Creek', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46835, 'Winlock', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46836, 'Winthrop', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46837, 'Wishram', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46838, 'Woodinville', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46839, 'Woodland', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46840, 'Woods Creek', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46841, 'Woodway', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46842, 'Yacolt', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46843, 'Yakima', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46844, 'Yarrow Point', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46845, 'Yelm', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46846, 'Zillah', 3881, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46847, 'Addison (webster Springs)', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46848, 'Albright', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46849, 'Alderson', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46850, 'Alum Creek', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46851, 'Amherstdale-robinette', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46852, 'Anawalt', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46853, 'Anmoore', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46854, 'Ansted', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46855, 'Athens', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46856, 'Auburn', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46857, 'Bancroft', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46858, 'Barboursville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46859, 'Barrackville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46860, 'Bath (berkeley Springs)', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46861, 'Bayard ', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46862, 'Beaver', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46863, 'Beckley', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46864, 'Beech Bottom ', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46865, 'Belington ', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46866, 'Belle ', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46867, 'Belmont ', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46868, 'Benwood ', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46869, 'Bethany ', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46870, 'Bethlehem', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46871, 'Beverly', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46872, 'Blacksville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46873, 'Blennerhassett', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46874, 'Bluefield', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46875, 'Boaz', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46876, 'Bolivar', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46877, 'Bradley', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46878, 'Bradshaw', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46879, 'Bramwell', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46880, 'Brandonville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46881, 'Bridgeport', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46882, 'Brookhaven', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46883, 'Bruceton Mills', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46884, 'Buckhannon', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46885, 'Buffalo', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46886, 'Burnsville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46887, 'Cairo', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46888, 'Camden-on-gauley', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46889, 'Cameron', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46890, 'Capon Bridge', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46891, 'Carpendale', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46892, 'Cassville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46893, 'Cedar Grove', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46894, 'Ceredo', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46895, 'Chapmanville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46896, 'Charleston', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46897, 'Charles Town', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46898, 'Chattaroy', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46899, 'Cheat Lake', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46900, 'Chesapeake', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46901, 'Chester', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:17', 1), +(46902, 'Clarksburg', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46903, 'Clay', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46904, 'Clearview', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46905, 'Clendenin', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46906, 'Coal City', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46907, 'Coal Fork', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46908, 'Corporation Of Ranson', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46909, 'Cowen', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46910, 'Crab Orchard', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46911, 'Craigsville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46912, 'Cross Lanes', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46913, 'Culloden', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46914, 'Daniels', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46915, 'Danville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46916, 'Davis', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46917, 'Davy', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46918, 'Delbarton', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46919, 'Despard', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46920, 'Dunbar', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46921, 'Durbin', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46922, 'East Bank', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46923, 'Eleanor', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46924, 'Elizabeth', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46925, 'Elk Garden', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46926, 'Elkins', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46927, 'Elkview', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46928, 'Ellenboro', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46929, 'Enterprise', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46930, 'Fairlea', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46931, 'Fairmont', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46932, 'Fairview', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46933, 'Falling Spring', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46934, 'Farmington', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46935, 'Fayetteville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46936, 'Flatwoods', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46937, 'Flemington', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46938, 'Follansbee', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46939, 'Fort Ashby', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46940, 'Fort Gay', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46941, 'Franklin', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46942, 'Friendly', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46943, 'Gary', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46944, 'Gassaway', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46945, 'Gauley Bridge', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46946, 'Gilbert', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46947, 'Gilbert Creek', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46948, 'Glasgow', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46949, 'Glen Dale', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46950, 'Glenville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46951, 'Grafton', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46952, 'Grantsville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46953, 'Grant Town', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46954, 'Granville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46955, 'Hambleton', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46956, 'Hamlin', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46957, 'Handley', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46958, 'Harman', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46959, 'Harpers Ferry', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46960, 'Harrisville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46961, 'Hartford City', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46962, 'Harts', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46963, 'Hedgesville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46964, 'Henderson', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46965, 'Hendricks', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46966, 'Hillsboro', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46967, 'Hinton', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46968, 'Holden', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46969, 'Hooverson Heights', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46970, 'Hundred', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46971, 'Huntington', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46972, 'Hurricane', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46973, 'Huttonsville', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46974, 'Iaeger', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46975, 'Inwood', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46976, 'Jane Lew', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46977, 'Jefferson', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46978, 'Junior', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46979, 'Kenova', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46980, 'Kermit', 3882, 233, '2019-01-25 03:01:55', '2019-01-25 03:06:18', 1), +(46981, 'Keyser', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46982, 'Keystone', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46983, 'Kimball', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46984, 'Kingwood', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46985, 'Leon', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46986, 'Lester', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46987, 'Lewisburg', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46988, 'Littleton', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46989, 'Logan', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46990, 'Lost Creek', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46991, 'Lubeck', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46992, 'Lumberport', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46993, 'Mabscott', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46994, 'Macarthur', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46995, 'Mcmechen', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46996, 'Madison', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46997, 'Mallory', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46998, 'Man', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(46999, 'Mannington', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47000, 'Marlinton', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47001, 'Marmet', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47002, 'Martinsburg', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47003, 'Mason', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47004, 'Masontown', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47005, 'Matewan', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47006, 'Matoaka', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47007, 'Meadow Bridge', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47008, 'Middlebourne', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47009, 'Mill Creek', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47010, 'Milton', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47011, 'Mineralwells', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47012, 'Mitchell Heights', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47013, 'Monongah', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47014, 'Montcalm', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47015, 'Montgomery', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47016, 'Montrose', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47017, 'Moorefield', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:18', 1), +(47018, 'Morgantown', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47019, 'Moundsville', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47020, 'Mount Gay-shamrock', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47021, 'Mount Hope', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47022, 'Mullens', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47023, 'Newburg', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47024, 'New Cumberland', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47025, 'Newell', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47026, 'New Haven', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47027, 'New Martinsville', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47028, 'Nitro', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47029, 'Northfork', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47030, 'North Hills', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47031, 'Nutter Fort', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47032, 'Oak Hill', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47033, 'Oakvale', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47034, 'Oceana', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47035, 'Paden City', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47036, 'Parkersburg', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47037, 'Parsons', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47038, 'Paw Paw', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47039, 'Pax', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47040, 'Pea Ridge', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47041, 'Pennsboro', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47042, 'Petersburg', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47043, 'Peterstown', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47044, 'Philippi', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47045, 'Piedmont', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47046, 'Pinch', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47047, 'Pine Grove', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47048, 'Pineville', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47049, 'Piney View', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47050, 'Pleasant Valley', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47051, 'Poca', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47052, 'Point Pleasant', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47053, 'Powellton', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47054, 'Pratt', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47055, 'Princeton', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47056, 'Prosperity', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47057, 'Pullman', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47058, 'Quinwood', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47059, 'Rainelle', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47060, 'Ravenswood', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47061, 'Red Jacket', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47062, 'Reedsville', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47063, 'Reedy', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47064, 'Rhodell', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47065, 'Richwood', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47066, 'Ridgeley', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47067, 'Ripley', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47068, 'Rivesville', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47069, 'Romney', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47070, 'Ronceverte', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47071, 'Rowlesburg', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47072, 'Rupert', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47073, 'St. Albans', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47074, 'St. Marys', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47075, 'Salem', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47076, 'Sand Fork', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47077, 'Shady Spring', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47078, 'Shepherdstown', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47079, 'Shinnston', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47080, 'Sissonville', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47081, 'Sistersville', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47082, 'Smithers', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47083, 'Smithfield', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47084, 'Sophia', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47085, 'South Charleston', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47086, 'Spencer', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47087, 'Stanaford', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47088, 'Star City', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47089, 'Stonewood', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47090, 'Summersville', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47091, 'Sutton', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47092, 'Switzer', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47093, 'Sylvester', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47094, 'Teays Valley', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47095, 'Terra Alta', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47096, 'Thomas', 3882, 233, '2019-01-25 03:01:56', '2019-01-25 03:06:19', 1), +(47097, 'Thurmond', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47098, 'Tornado', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47099, 'Triadelphia', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47100, 'Tunnelton', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47101, 'Union', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47102, 'Valley Grove', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47103, 'Vienna', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47104, 'War', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47105, 'Wardensville', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47106, 'Washington', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47107, 'Wayne', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47108, 'Weirton', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47109, 'Welch', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47110, 'Wellsburg', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47111, 'West Hamlin', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47112, 'West Liberty', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47113, 'West Logan', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47114, 'West Milford', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47115, 'Weston', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47116, 'Westover', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47117, 'West Union', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47118, 'Wheeling', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47119, 'Whitehall', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47120, 'White Sulphur Springs', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47121, 'Whitesville', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47122, 'Wiley Ford', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47123, 'Williamson', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47124, 'Williamstown', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:19', 1), +(47125, 'Windsor Heights', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47126, 'Winfield', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47127, 'Womelsdorf (coalton)', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47128, 'Worthington', 3882, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47129, 'Abbotsford', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47130, 'Adams', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47131, 'Adell', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47132, 'Albany', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47133, 'Algoma', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47134, 'Allouez', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47135, 'Alma', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47136, 'Alma Center', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47137, 'Almena', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47138, 'Almond', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47139, 'Altoona', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47140, 'Amery', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47141, 'Amherst', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47142, 'Amherst Junction', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47143, 'Aniwa', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47144, 'Antigo', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47145, 'Appleton', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47146, 'Arcadia', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47147, 'Arena', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47148, 'Argyle', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47149, 'Arlington', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47150, 'Arpin', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47151, 'Ashland', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47152, 'Ashwaubenon', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47153, 'Athens', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47154, 'Auburndale', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47155, 'Augusta', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47156, 'Avoca', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47157, 'Bagley', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47158, 'Baldwin', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47159, 'Balsam Lake', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47160, 'Bangor', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47161, 'Baraboo', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47162, 'Barneveld', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47163, 'Barron', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47164, 'Bay City', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47165, 'Bayfield', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47166, 'Bayside', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47167, 'Bear Creek', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47168, 'Beaver Dam', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47169, 'Belgium', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47170, 'Bell Center', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47171, 'Belleville', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47172, 'Bellevue Town', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47173, 'Belmont', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47174, 'Beloit', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47175, 'Benton', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47176, 'Berlin', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47177, 'Big Bend', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47178, 'Big Falls', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47179, 'Birchwood', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47180, 'Birnamwood', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47181, 'Biron', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47182, 'Black Creek', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47183, 'Black Earth', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47184, 'Black River Falls', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47185, 'Blair', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47186, 'Blanchardville', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47187, 'Bloomer', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47188, 'Bloomington', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47189, 'Blue Mounds', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47190, 'Blue River', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47191, 'Boaz', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47192, 'Bohners Lake', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47193, 'Bonduel', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47194, 'Boscobel', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47195, 'Bowler', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47196, 'Boyceville', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47197, 'Boyd', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47198, 'Brandon', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47199, 'Brice Prairie', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47200, 'Brillion', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47201, 'Brodhead', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47202, 'Brokaw', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47203, 'Brookfield', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47204, 'Brooklyn', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47205, 'Brown Deer', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47206, 'Browns Lake', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47207, 'Brownsville', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47208, 'Browntown', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47209, 'Bruce', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47210, 'Buffalo City', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47211, 'Burlington', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47212, 'Butler', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47213, 'Butternut', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47214, 'Cadott', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47215, 'Cambria', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(47216, 'Cambridge', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47217, 'Cameron', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47218, 'Campbellsport', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47219, 'Camp Douglas', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:20', 1), +(47220, 'Camp Lake', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47221, 'Cascade', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47222, 'Casco', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47223, 'Cashton', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47224, 'Cassville', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47225, 'Catawba', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47226, 'Cazenovia', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47227, 'Cecil', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47228, 'Cedarburg', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47229, 'Cedar Grove', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47230, 'Centuria', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47231, 'Chain O Lakes-king', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47232, 'Chaseburg', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47233, 'Chenequa', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47234, 'Chetek', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47235, 'Chief Lake', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47236, 'Chilton', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47237, 'Chippewa Falls', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47238, 'Clayton', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47239, 'Clear Lake', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47240, 'Cleveland', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47241, 'Clinton', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47242, 'Clintonville', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47243, 'Clyman', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47244, 'Cobb', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47245, 'Cochrane', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47246, 'Colby', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47247, 'Coleman', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47248, 'Colfax', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47249, 'Coloma', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47250, 'Columbus', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47251, 'Combined Locks', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47252, 'Como', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47253, 'Conrath', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47254, 'Coon Valley', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47255, 'Cornell', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47256, 'Cottage Grove', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47257, 'Couderay', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47258, 'Crandon', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47259, 'Crivitz', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47260, 'Cross Plains', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47261, 'Cuba City', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47262, 'Cudahy', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47263, 'Cumberland', 3883, 233, '2019-01-25 03:01:57', '2019-01-25 03:06:21', 1), +(47264, 'Curtiss', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47265, 'Dallas', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47266, 'Dane', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47267, 'Darien', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47268, 'Darlington', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47269, 'Deerfield', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47270, 'Deer Park', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47271, 'Deforest', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47272, 'Delafield', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47273, 'Delavan', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47274, 'Delavan Lake', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47275, 'Denmark', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47276, 'De Pere', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47277, 'De Soto', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47278, 'Dickeyville', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47279, 'Dodgeville', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47280, 'Dorchester', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47281, 'Dousman', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47282, 'Downing', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47283, 'Doylestown', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47284, 'Dresser', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47285, 'Durand', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47286, 'Eagle', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47287, 'Eagle Lake', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47288, 'Eagle River', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47289, 'Eastman', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47290, 'East Troy', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47291, 'Eau Claire', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47292, 'Eden', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47293, 'Edgar', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47294, 'Edgerton', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47295, 'Egg Harbor', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47296, 'Eland', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47297, 'Elderon', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47298, 'Eleva', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47299, 'Elkhart Lake', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47300, 'Elkhorn', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47301, 'Elk Mound', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47302, 'Ellsworth', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47303, 'Elm Grove', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47304, 'Elmwood', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47305, 'Elmwood Park', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47306, 'Elroy', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47307, 'Embarrass', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47308, 'Endeavor', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47309, 'Ephraim', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47310, 'Ettrick', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47311, 'Evansville', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47312, 'Evergreen', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:21', 1), +(47313, 'Exeland', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47314, 'Fairchild', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47315, 'Fairwater', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47316, 'Fall Creek', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47317, 'Fall River', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47318, 'Fennimore', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47319, 'Fenwood', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47320, 'Ferryville', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47321, 'Fitchburg', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47322, 'Fond Du Lac', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47323, 'Fontana-on-geneva Lake', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47324, 'Footville', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47325, 'Forestville', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47326, 'Fort Atkinson', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47327, 'Fountain City', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47328, 'Fox Lake', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47329, 'Fox Point', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47330, 'Francis Creek', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47331, 'Franklin', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47332, 'Franksville', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47333, 'Frederic', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47334, 'Fredonia', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47335, 'Fremont', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47336, 'French Island', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47337, 'Friendship', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47338, 'Friesland', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47339, 'Galesville', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47340, 'Gays Mills', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47341, 'Genoa', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47342, 'Genoa City', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47343, 'Germantown', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47344, 'Gillett', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47345, 'Gilman', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47346, 'Glenbeulah', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47347, 'Glendale', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47348, 'Glen Flora', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47349, 'Glenwood City', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47350, 'Grafton', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47351, 'Granton', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47352, 'Grantsburg', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47353, 'Gratiot', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47354, 'Green Bay', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47355, 'Greendale', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47356, 'Greenfield', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47357, 'Green Lake', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47358, 'Greenwood', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47359, 'Gresham', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47360, 'Hales Corners', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47361, 'Hammond', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47362, 'Hancock', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47363, 'Hartford', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47364, 'Hartland', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47365, 'Hatley', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47366, 'Haugen', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47367, 'Hawkins', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47368, 'Hayward', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47369, 'Hazel Green', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47370, 'Hebron', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47371, 'Helenville', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47372, 'Hewitt', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47373, 'Highland', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47374, 'Hilbert', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47375, 'Hillsboro', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47376, 'Hixton', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47377, 'Hollandale', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47378, 'Holmen', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47379, 'Horicon', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47380, 'Hortonville', 3883, 233, '2019-01-25 03:01:58', '2019-01-25 03:06:22', 1), +(47381, 'Howard', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47382, 'Howards Grove', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47383, 'Hudson', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47384, 'Hurley', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47385, 'Hustisford', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47386, 'Hustler', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47387, 'Independence', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47388, 'Ingram', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47389, 'Iola', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47390, 'Iron Ridge', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47391, 'Ironton', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47392, 'Ixonia', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47393, 'Jackson', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47394, 'Janesville', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47395, 'Jefferson', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47396, 'Johnson Creek', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47397, 'Junction City', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47398, 'Juneau', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47399, 'Kaukauna', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:22', 1), +(47400, 'Kekoskee', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47401, 'Kellnersville', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47402, 'Kendall', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47403, 'Kennan', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47404, 'Kenosha', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47405, 'Keshena', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47406, 'Kewaskum', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47407, 'Kewaunee', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47408, 'Kiel', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47409, 'Kimberly', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47410, 'Kingston', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47411, 'Knapp', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47412, 'Kohler', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47413, 'Lac Du Flambeau', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47414, 'Lac La Belle', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47415, 'La Crosse', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47416, 'Ladysmith', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47417, 'La Farge', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47418, 'Lake Delton', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47419, 'Lake Geneva', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47420, 'Lake Koshkonong', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47421, 'Lake Lac La Belle', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47422, 'Lake Mills', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47423, 'Lake Nebagamon', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47424, 'Lake Ripley', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47425, 'Lake Shangrila', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47426, 'Lake Wazeecha', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47427, 'Lake Wisconsin', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47428, 'Lake Wissota', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47429, 'Lancaster', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47430, 'Lannon', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47431, 'La Valle', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47432, 'Legend Lake', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47433, 'Lena', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47434, 'Lime Ridge', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47435, 'Linden', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47436, 'Little Chute', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47437, 'Little Round Lake', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47438, 'Livingston', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47439, 'Lodi', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47440, 'Loganville', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47441, 'Lohrville', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47442, 'Lomira', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47443, 'Lone Rock', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47444, 'Lowell', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47445, 'Loyal', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47446, 'Lublin', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47447, 'Luck', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47448, 'Luxemburg', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47449, 'Lyndon Station', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47450, 'Lynxville', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47451, 'Mcfarland', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47452, 'Madison', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47453, 'Maiden Rock', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47454, 'Manawa', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47455, 'Manitowoc', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47456, 'Maple Bluff', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47457, 'Marathon City', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47458, 'Maribel', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47459, 'Marinette', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47460, 'Marion', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47461, 'Markesan', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47462, 'Marquette', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47463, 'Marshall', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47464, 'Marshfield', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47465, 'Mason', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47466, 'Mattoon', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47467, 'Mauston', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47468, 'Mayville', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47469, 'Mazomanie', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47470, 'Medford', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47471, 'Mellen', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47472, 'Melrose', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47473, 'Melvina', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47474, 'Menasha', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47475, 'Menomonee Falls', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47476, 'Menomonie', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47477, 'Mequon', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47478, 'Merrill', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47479, 'Merrillan', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47480, 'Merrimac', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47481, 'Merton', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47482, 'Middleton', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47483, 'Middle Village', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47484, 'Milladore', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47485, 'Milltown', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47486, 'Milton', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47487, 'Milwaukee', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47488, 'Mineral Point', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47489, 'Minong', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:23', 1), +(47490, 'Mishicot', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47491, 'Mondovi', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47492, 'Monona', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47493, 'Monroe', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47494, 'Montello', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47495, 'Montfort', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47496, 'Monticello', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47497, 'Montreal', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47498, 'Mosinee', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47499, 'Mount Calvary', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47500, 'Mount Hope', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47501, 'Mount Horeb', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47502, 'Mount Sterling', 3883, 233, '2019-01-25 03:01:59', '2019-01-25 03:06:24', 1), +(47503, 'Mukwonago', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47504, 'Muscoda', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47505, 'Muskego', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47506, 'Nashotah', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47507, 'Necedah', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47508, 'Neenah', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47509, 'Neillsville', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47510, 'Nekoosa', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47511, 'Nelson', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47512, 'Nelsonville', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47513, 'Neopit', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47514, 'Neosho', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47515, 'Neshkoro', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47516, 'New Auburn', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47517, 'New Berlin', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47518, 'Newburg', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47519, 'New Glarus', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47520, 'New Holstein', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47521, 'New Lisbon', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47522, 'New London', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47523, 'New Post', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47524, 'New Richmond', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47525, 'Niagara', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47526, 'Nichols', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47527, 'North Bay', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47528, 'North Fond Du Lac', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47529, 'North Freedom', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47530, 'North Hudson', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47531, 'North Prairie', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47532, 'Norwalk', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47533, 'Oak Creek', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47534, 'Oakdale', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47535, 'Oakfield', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47536, 'Oconomowoc', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47537, 'Oconomowoc Lake', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47538, 'Oconto', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47539, 'Oconto Falls', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47540, 'Odanah', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47541, 'Ogdensburg', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47542, 'Okauchee Lake', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47543, 'Oliver', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47544, 'Omro', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47545, 'Onalaska', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47546, 'Oneida', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47547, 'Ontario', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47548, 'Oostburg', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47549, 'Oregon', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47550, 'Orfordville', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47551, 'Osceola', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47552, 'Oshkosh', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47553, 'Osseo', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47554, 'Owen', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47555, 'Oxford', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47556, 'Paddock Lake', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47557, 'Palmyra', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47558, 'Pardeeville', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47559, 'Park Falls', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47560, 'Park Ridge', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47561, 'Patch Grove', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47562, 'Pell Lake', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47563, 'Pepin', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47564, 'Peshtigo', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47565, 'Pewaukee', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47566, 'Phillips', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47567, 'Pigeon Falls', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:24', 1), +(47568, 'Pittsville', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47569, 'Plain', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47570, 'Plainfield', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47571, 'Platteville', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47572, 'Pleasant Prairie', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47573, 'Plover', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47574, 'Plum City', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47575, 'Plymouth', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47576, 'Poplar', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47577, 'Portage', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47578, 'Port Edwards', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47579, 'Port Washington', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47580, 'Potosi', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47581, 'Potter', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47582, 'Potter Lake', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47583, 'Pound', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47584, 'Powers Lake', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47585, 'Poynette', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47586, 'Prairie Du Chien', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47587, 'Prairie Du Sac', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47588, 'Prairie Farm', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47589, 'Prentice', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47590, 'Prescott', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47591, 'Princeton', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47592, 'Pulaski', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47593, 'Racine', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47594, 'Radisson', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47595, 'Randolph', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47596, 'Random Lake', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47597, 'Readstown', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47598, 'Redgranite', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47599, 'Reedsburg', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47600, 'Reedsville', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47601, 'Reeseville', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47602, 'Reserve', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47603, 'Rewey', 3883, 233, '2019-01-25 03:02:00', '2019-01-25 03:06:25', 1), +(47604, 'Rhinelander', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47605, 'Rib Lake', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47606, 'Rib Mountain', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47607, 'Rice Lake', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47608, 'Richland Center', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47609, 'Ridgeland', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47610, 'Ridgeway', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47611, 'Rio', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47612, 'Ripon', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47613, 'River Falls', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47614, 'River Hills', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47615, 'Roberts', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47616, 'Rochester', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47617, 'Rockdale', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47618, 'Rockland', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47619, 'Rock Springs', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47620, 'Rome', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47621, 'Rosendale', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47622, 'Rosholt', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47623, 'Rothschild', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47624, 'Rudolph', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47625, 'St. Cloud', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47626, 'St. Croix Falls', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47627, 'St. Francis', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47628, 'St. Nazianz', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47629, 'Sauk City', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47630, 'Saukville', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47631, 'Scandinavia', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47632, 'Schofield', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47633, 'Seymour', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47634, 'Sharon', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47635, 'Shawano', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47636, 'Sheboygan', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47637, 'Sheboygan Falls', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47638, 'Sheldon', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47639, 'Shell Lake', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47640, 'Sherwood', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47641, 'Shiocton', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47642, 'Shorewood', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47643, 'Shorewood Hills', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47644, 'Shullsburg', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47645, 'Silver Lake', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47646, 'Siren', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47647, 'Sister Bay', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47648, 'Slinger', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47649, 'Soldiers Grove', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47650, 'Solon Springs', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47651, 'Somerset', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47652, 'South Milwaukee', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47653, 'South Wayne', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47654, 'Sparta', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47655, 'Spencer', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47656, 'Spooner', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:25', 1), +(47657, 'Spring Green', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47658, 'Spring Valley', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47659, 'Stanley', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47660, 'Star Prairie', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47661, 'Stetsonville', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47662, 'Steuben', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47663, 'Stevens Point', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47664, 'Stockbridge', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47665, 'Stockholm', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47666, 'Stoddard', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47667, 'Stoughton', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47668, 'Stratford', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47669, 'Strum', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47670, 'Sturgeon Bay', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47671, 'Sturtevant', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47672, 'Sullivan', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47673, 'Sun Prairie', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47674, 'Superior', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47675, 'Suring', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47676, 'Sussex', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47677, 'Tainter Lake', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47678, 'Taylor', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47679, 'Tennyson', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47680, 'Theresa', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47681, 'Thiensville', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47682, 'Thorp', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47683, 'Tigerton', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47684, 'Tomah', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47685, 'Tomahawk', 3883, 233, '2019-01-25 03:02:01', '2019-01-25 03:06:26', 1), +(47686, 'Tony', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47687, 'Trempealeau', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47688, 'Turtle Lake', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47689, 'Twin Lakes', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47690, 'Two Rivers', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47691, 'Union Center', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47692, 'Union Grove', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47693, 'Unity', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47694, 'Valders', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47695, 'Verona', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47696, 'Vesper', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47697, 'Viola', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47698, 'Viroqua', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47699, 'Waldo', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47700, 'Wales', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47701, 'Walworth', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47702, 'Warrens', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47703, 'Washburn', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47704, 'Waterford', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47705, 'Waterford North', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47706, 'Waterloo', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47707, 'Watertown', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47708, 'Waukesha', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47709, 'Waunakee', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47710, 'Waupaca', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47711, 'Waupun', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47712, 'Wausau', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47713, 'Wausaukee', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47714, 'Wautoma', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47715, 'Wauwatosa', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47716, 'Wauzeka', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47717, 'Webster', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47718, 'West Allis', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47719, 'West Baraboo', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47720, 'West Bend', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47721, 'Westby', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47722, 'Westfield', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47723, 'West Milwaukee', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47724, 'Weston', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47725, 'West Salem', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47726, 'Weyauwega', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47727, 'Weyerhaeuser', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47728, 'Wheeler', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47729, 'Whitefish Bay', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47730, 'Whitehall', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47731, 'White Lake', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:26', 1), +(47732, 'Whitelaw', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47733, 'Whitewater', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47734, 'Whiting', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47735, 'Wild Rose', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47736, 'Williams Bay', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47737, 'Wilson', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47738, 'Wilton', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47739, 'Wind Lake', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47740, 'Wind Point', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47741, 'Windsor', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47742, 'Winneconne', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47743, 'Winter', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47744, 'Wisconsin Dells', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47745, 'Wisconsin Rapids', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47746, 'Withee', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47747, 'Wittenberg', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47748, 'Wonewoc', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47749, 'Woodman', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47750, 'Woodville', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47751, 'Wrightstown', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47752, 'Wyeville', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47753, 'Wyocena', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47754, 'Yuba', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47755, 'Zoar', 3883, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47756, 'Afton', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47757, 'Airport Road', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47758, 'Albany', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47759, 'Albin', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47760, 'Alcova', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47761, 'Alpine', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47762, 'Alpine Northeast', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47763, 'Alpine Northwest', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47764, 'Alta', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47765, 'Antelope Hills', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47766, 'Antelope Valley-crestview', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47767, 'Arapahoe', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47768, 'Arrowhead Springs', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47769, 'Arvada', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47770, 'Atlantic City', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47771, 'Auburn', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47772, 'Baggs', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47773, 'Bairoil', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47774, 'Bar Nunn', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47775, 'Basin', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47776, 'Bedford', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47777, 'Bessemer Bend', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47778, 'Big Horn', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47779, 'Big Piney', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47780, 'Bondurant', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47781, 'Boulder', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47782, 'Boulder Flats', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47783, 'Brookhurst', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47784, 'Buffalo', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47785, 'Burlington', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47786, 'Burns', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47787, 'Byron', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47788, 'Calpet', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47789, 'Carter', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47790, 'Casper', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47791, 'Casper Mountain', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47792, 'Centennial', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47793, 'Cheyenne', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47794, 'Chugcreek', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47795, 'Chugwater', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47796, 'Clearmont', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47797, 'Clearview Acres', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47798, 'Cody', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47799, 'Cokeville', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47800, 'Cora', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47801, 'Cowley', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47802, 'Crowheart', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47803, 'Daniel', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47804, 'Dayton', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47805, 'Deaver', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47806, 'Diamondville', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47807, 'Dixon', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47808, 'Douglas', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47809, 'Dubois', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47810, 'East Thermopolis', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47811, 'Eden', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47812, 'Edgerton', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47813, 'Elk Mountain', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47814, 'Esterbrook', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47815, 'Ethete', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47816, 'Etna', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47817, 'Evanston', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47818, 'Evansville', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47819, 'Fairview', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47820, 'Farson', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47821, 'Fontenelle', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47822, 'Fort Bridger', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47823, 'Fort Laramie', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47824, 'Fort Washakie', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47825, 'Fox Farm-college', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47826, 'Frannie', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47827, 'Garland', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47828, 'Gillette', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:27', 1), +(47829, 'Glendo', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:28', 1), +(47830, 'Glenrock', 3884, 233, '2019-01-25 03:02:02', '2019-01-25 03:06:28', 1), +(47831, 'Grand Encampment', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47832, 'Granger', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47833, 'Green River', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47834, 'Greybull', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47835, 'Grover', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47836, 'Guernsey', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47837, 'Hanna', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47838, 'Hartrandt', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47839, 'Hartville', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47840, 'Hawk Springs', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1); +INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `updated_on`, `flag`) VALUES +(47841, 'Hill View Heights', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47842, 'Hoback', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47843, 'Homa Hills', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47844, 'Hudson', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47845, 'Hulett', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47846, 'Huntley', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47847, 'Hyattville', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47848, 'Jackson', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47849, 'James Town', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47850, 'Jeffrey City', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47851, 'Johnstown', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47852, 'Kaycee', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47853, 'Kemmerer', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47854, 'Kirby', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47855, 'La Barge', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47856, 'La Grange', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47857, 'Lakeview North', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47858, 'Lance Creek', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47859, 'Lander', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47860, 'Laramie', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47861, 'Lingle', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47862, 'Little America', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47863, 'Lonetree', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47864, 'Lost Springs', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47865, 'Lovell', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47866, 'Lucerne', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47867, 'Lusk', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47868, 'Lyman', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47869, 'Mckinnon', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47870, 'Mc Nutt', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47871, 'Manderson', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47872, 'Manville', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47873, 'Marbleton', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47874, 'Meadow Acres', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47875, 'Meadow Lark Lake', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47876, 'Medicine Bow', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47877, 'Meeteetse', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47878, 'Midwest', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47879, 'Mills', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47880, 'Moorcroft', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47881, 'Moose Wilson Road', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47882, 'Mountain View', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47883, 'Newcastle', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47884, 'North Rock Springs', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47885, 'Oakley', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47886, 'Opal', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47887, 'Osage', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47888, 'Owl Creek', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47889, 'Parkman', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47890, 'Pavillion', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47891, 'Pine Bluffs', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47892, 'Pinedale', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47893, 'Pine Haven', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47894, 'Point Of Rocks', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47895, 'Powder River', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47896, 'Powell', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47897, 'Purple Sage', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47898, 'Rafter J Ranch', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47899, 'Ralston', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47900, 'Ranchester', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47901, 'Ranchettes', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47902, 'Rawlins', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47903, 'Red Butte', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47904, 'Reliance', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47905, 'Riverside', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47906, 'Riverton', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47907, 'Robertson', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47908, 'Rock River', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47909, 'Rock Springs', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47910, 'Rolling Hills', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47911, 'Saratoga', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47912, 'Sheridan', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47913, 'Shoshoni', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:28', 1), +(47914, 'Sinclair', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47915, 'Slater', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47916, 'Sleepy Hollow', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47917, 'Smoot', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47918, 'South Flat', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47919, 'South Greeley', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47920, 'South Park', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47921, 'Star Valley Ranch', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47922, 'Story', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47923, 'Sundance', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47924, 'Superior', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47925, 'Sweeney Ranch', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47926, 'Table Rock', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47927, 'Taylor', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47928, 'Ten Sleep', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47929, 'Teton Village', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47930, 'Thayne', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47931, 'The Buttes', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47932, 'Thermopolis', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47933, 'Torrington', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47934, 'Turnerville', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47935, 'Upton', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47936, 'Van Tassell', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47937, 'Veteran', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47938, 'Vista West', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47939, 'Wamsutter', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47940, 'Warren Afb', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47941, 'Washakie Ten', 3884, 233, '2019-01-25 03:02:03', '2019-01-25 03:06:29', 1), +(47942, 'Washam', 3884, 233, '2019-01-25 03:02:04', '2019-01-25 03:06:29', 1), +(47943, 'West River', 3884, 233, '2019-01-25 03:02:04', '2019-01-25 03:06:29', 1), +(47944, 'Westview Circle', 3884, 233, '2019-01-25 03:02:04', '2019-01-25 03:06:29', 1), +(47945, 'Wheatland', 3884, 233, '2019-01-25 03:02:04', '2019-01-25 03:06:29', 1), +(47946, 'Wilson', 3884, 233, '2019-01-25 03:02:04', '2019-01-25 03:06:29', 1), +(47947, 'Winchester', 3884, 233, '2019-01-25 03:02:04', '2019-01-25 03:06:29', 1), +(47948, 'Woods Landing-jelm', 3884, 233, '2019-01-25 03:02:04', '2019-01-25 03:06:29', 1), +(47949, 'Worland', 3884, 233, '2019-01-25 03:02:04', '2019-01-25 03:06:29', 1), +(47950, 'Wright', 3884, 233, '2019-01-25 03:02:04', '2019-01-25 03:06:29', 1), +(47951, 'Yoder', 3884, 233, '2019-01-25 03:02:04', '2019-01-25 03:06:29', 1), +(47952, 'Y-o Ranch', 3884, 233, '2019-01-25 03:02:04', '2019-01-25 03:06:29', 1); -- -------------------------------------------------------- @@ -22752,272 +48079,271 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `country_id`, `created_at`, `upd -- DROP TABLE IF EXISTS `countries`; -CREATE TABLE IF NOT EXISTS `countries` ( - `id` mediumint(8) unsigned NOT NULL, +CREATE TABLE `countries` ( + `id` mediumint(8) UNSIGNED NOT NULL, `name` varchar(100) NOT NULL, `iso3` char(3) DEFAULT NULL, `iso2` char(2) DEFAULT NULL, - `countrycode` int(3) DEFAULT NULL, `phonecode` varchar(255) DEFAULT NULL, `capital` varchar(255) DEFAULT NULL, `currency` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `flag` tinyint(1) NOT NULL DEFAULT '1' -) ENGINE=InnoDB AUTO_INCREMENT=248 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `countries` -- -INSERT INTO `countries` (`id`, `name`, `iso3`, `iso2`, `countrycode`, `phonecode`, `capital`, `currency`, `created_at`, `updated_at`, `flag`) VALUES -(1, 'Afghanistan', 'AFG', 'AF', 4, '93', 'Kabul', 'AFN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(2, 'Aland Islands', 'ALA', 'AX', 248, '+358-18', 'Mariehamn', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(3, 'Albania', 'ALB', 'AL', 8, '355', 'Tirana', 'ALL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(4, 'Algeria', 'DZA', 'DZ', 12, '213', 'Algiers', 'DZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(5, 'American Samoa', 'ASM', 'AS', 16, '+1-684', 'Pago Pago', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(6, 'Andorra', 'AND', 'AD', 20, '376', 'Andorra la Vella', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(7, 'Angola', 'AGO', 'AO', 24, '244', 'Luanda', 'AOA', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(8, 'Anguilla', 'AIA', 'AI', 660, '+1-264', 'The Valley', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(9, 'Antarctica', 'ATA', 'AQ', 10, '', '', '', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(10, 'Antigua And Barbuda', 'ATG', 'AG', 28, '+1-268', 'St. John''s', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(11, 'Argentina', 'ARG', 'AR', 32, '54', 'Buenos Aires', 'ARS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(12, 'Armenia', 'ARM', 'AM', 51, '374', 'Yerevan', 'AMD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(13, 'Aruba', 'ABW', 'AW', 533, '297', 'Oranjestad', 'AWG', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(14, 'Australia', 'AUS', 'AU', 36, '61', 'Canberra', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(15, 'Austria', 'AUT', 'AT', 40, '43', 'Vienna', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(16, 'Azerbaijan', 'AZE', 'AZ', 31, '994', 'Baku', 'AZN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(17, 'Bahamas The', 'BHS', 'BS', 44, '+1-242', 'Nassau', 'BSD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(18, 'Bahrain', 'BHR', 'BH', 48, '973', 'Manama', 'BHD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(19, 'Bangladesh', 'BGD', 'BD', 50, '880', 'Dhaka', 'BDT', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(20, 'Barbados', 'BRB', 'BB', 52, '+1-246', 'Bridgetown', 'BBD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(21, 'Belarus', 'BLR', 'BY', 112, '375', 'Minsk', 'BYR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(22, 'Belgium', 'BEL', 'BE', 56, '32', 'Brussels', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(23, 'Belize', 'BLZ', 'BZ', 84, '501', 'Belmopan', 'BZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(24, 'Benin', 'BEN', 'BJ', 204, '229', 'Porto-Novo', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(25, 'Bermuda', 'BMU', 'BM', 60, '+1-441', 'Hamilton', 'BMD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(26, 'Bhutan', 'BTN', 'BT', 64, '975', 'Thimphu', 'BTN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(27, 'Bolivia', 'BOL', 'BO', 68, '591', 'Sucre', 'BOB', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(28, 'Bosnia and Herzegovina', 'BIH', 'BA', 70, '387', 'Sarajevo', 'BAM', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(29, 'Botswana', 'BWA', 'BW', 72, '267', 'Gaborone', 'BWP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(30, 'Bouvet Island', 'BVT', 'BV', 74, '', '', 'NOK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(31, 'Brazil', 'BRA', 'BR', 76, '55', 'Brasilia', 'BRL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(32, 'British Indian Ocean Territory', 'IOT', 'IO', 86, '246', 'Diego Garcia', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(33, 'Brunei', 'BRN', 'BN', 96, '673', 'Bandar Seri Begawan', 'BND', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(34, 'Bulgaria', 'BGR', 'BG', 100, '359', 'Sofia', 'BGN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(35, 'Burkina Faso', 'BFA', 'BF', 854, '226', 'Ouagadougou', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(36, 'Burundi', 'BDI', 'BI', 108, '257', 'Bujumbura', 'BIF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(37, 'Cambodia', 'KHM', 'KH', 116, '855', 'Phnom Penh', 'KHR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(38, 'Cameroon', 'CMR', 'CM', 120, '237', 'Yaounde', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(39, 'Canada', 'CAN', 'CA', 124, '1', 'Ottawa', 'CAD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(40, 'Cape Verde', 'CPV', 'CV', 132, '238', 'Praia', 'CVE', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(41, 'Cayman Islands', 'CYM', 'KY', 136, '+1-345', 'George Town', 'KYD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(42, 'Central African Republic', 'CAF', 'CF', 140, '236', 'Bangui', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(43, 'Chad', 'TCD', 'TD', 148, '235', 'N''Djamena', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(44, 'Chile', 'CHL', 'CL', 152, '56', 'Santiago', 'CLP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(45, 'China', 'CHN', 'CN', 156, '86', 'Beijing', 'CNY', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(46, 'Christmas Island', 'CXR', 'CX', 162, '61', 'Flying Fish Cove', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(47, 'Cocos (Keeling) Islands', 'CCK', 'CC', 166, '61', 'West Island', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(48, 'Colombia', 'COL', 'CO', 170, '57', 'Bogota', 'COP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(49, 'Comoros', 'COM', 'KM', 174, '269', 'Moroni', 'KMF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(50, 'Congo', 'COG', 'CG', 178, '242', 'Brazzaville', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(51, 'Congo The Democratic Republic Of The', 'COD', 'CD', 180, '243', 'Kinshasa', 'CDF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(52, 'Cook Islands', 'COK', 'CK', 184, '682', 'Avarua', 'NZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(53, 'Costa Rica', 'CRI', 'CR', 188, '506', 'San Jose', 'CRC', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(54, 'Cote D''Ivoire (Ivory Coast)', 'CIV', 'CI', 384, '225', 'Yamoussoukro', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(55, 'Croatia (Hrvatska)', 'HRV', 'HR', 191, '385', 'Zagreb', 'HRK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(56, 'Cuba', 'CUB', 'CU', 192, '53', 'Havana', 'CUP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(57, 'Cyprus', 'CYP', 'CY', 196, '357', 'Nicosia', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(58, 'Czech Republic', 'CZE', 'CZ', 203, '420', 'Prague', 'CZK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(59, 'Denmark', 'DNK', 'DK', 208, '45', 'Copenhagen', 'DKK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(60, 'Djibouti', 'DJI', 'DJ', 262, '253', 'Djibouti', 'DJF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(61, 'Dominica', 'DMA', 'DM', 212, '+1-767', 'Roseau', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(62, 'Dominican Republic', 'DOM', 'DO', 214, '+1-809 and 1-829', 'Santo Domingo', 'DOP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(63, 'East Timor', 'TLS', 'TL', 626, '670', 'Dili', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(64, 'Ecuador', 'ECU', 'EC', 218, '593', 'Quito', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(65, 'Egypt', 'EGY', 'EG', 818, '20', 'Cairo', 'EGP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(66, 'El Salvador', 'SLV', 'SV', 222, '503', 'San Salvador', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(67, 'Equatorial Guinea', 'GNQ', 'GQ', 226, '240', 'Malabo', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(68, 'Eritrea', 'ERI', 'ER', 232, '291', 'Asmara', 'ERN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(69, 'Estonia', 'EST', 'EE', 233, '372', 'Tallinn', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(70, 'Ethiopia', 'ETH', 'ET', 231, '251', 'Addis Ababa', 'ETB', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(71, 'Falkland Islands', 'FLK', 'FK', 238, '500', 'Stanley', 'FKP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(72, 'Faroe Islands', 'FRO', 'FO', 234, '298', 'Torshavn', 'DKK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(73, 'Fiji Islands', 'FJI', 'FJ', 242, '679', 'Suva', 'FJD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(74, 'Finland', 'FIN', 'FI', 246, '358', 'Helsinki', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(75, 'France', 'FRA', 'FR', 250, '33', 'Paris', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(76, 'French Guiana', 'GUF', 'GF', 254, '594', 'Cayenne', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(77, 'French Polynesia', 'PYF', 'PF', 258, '689', 'Papeete', 'XPF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(78, 'French Southern Territories', 'ATF', 'TF', 260, '', 'Port-aux-Francais', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(79, 'Gabon', 'GAB', 'GA', 266, '241', 'Libreville', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(80, 'Gambia The', 'GMB', 'GM', 270, '220', 'Banjul', 'GMD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(81, 'Georgia', 'GEO', 'GE', 268, '995', 'Tbilisi', 'GEL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(82, 'Germany', 'DEU', 'DE', 276, '49', 'Berlin', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(83, 'Ghana', 'GHA', 'GH', 288, '233', 'Accra', 'GHS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(84, 'Gibraltar', 'GIB', 'GI', 292, '350', 'Gibraltar', 'GIP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(85, 'Greece', 'GRC', 'GR', 300, '30', 'Athens', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(86, 'Greenland', 'GRL', 'GL', 304, '299', 'Nuuk', 'DKK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(87, 'Grenada', 'GRD', 'GD', 308, '+1-473', 'St. George''s', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(88, 'Guadeloupe', 'GLP', 'GP', 312, '590', 'Basse-Terre', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(89, 'Guam', 'GUM', 'GU', 316, '+1-671', 'Hagatna', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(90, 'Guatemala', 'GTM', 'GT', 320, '502', 'Guatemala City', 'GTQ', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(91, 'Guernsey and Alderney', 'GGY', 'GG', 831, '+44-1481', 'St Peter Port', 'GBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(92, 'Guinea', 'GIN', 'GN', 324, '224', 'Conakry', 'GNF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(93, 'Guinea-Bissau', 'GNB', 'GW', 624, '245', 'Bissau', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(94, 'Guyana', 'GUY', 'GY', 328, '592', 'Georgetown', 'GYD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(95, 'Haiti', 'HTI', 'HT', 332, '509', 'Port-au-Prince', 'HTG', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(96, 'Heard and McDonald Islands', 'HMD', 'HM', 334, ' ', '', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(97, 'Honduras', 'HND', 'HN', 340, '504', 'Tegucigalpa', 'HNL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(98, 'Hong Kong S.A.R.', 'HKG', 'HK', 344, '852', 'Hong Kong', 'HKD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(99, 'Hungary', 'HUN', 'HU', 348, '36', 'Budapest', 'HUF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(100, 'Iceland', 'ISL', 'IS', 352, '354', 'Reykjavik', 'ISK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(101, 'India', 'IND', 'IN', 356, '91', 'New Delhi', 'INR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(102, 'Indonesia', 'IDN', 'ID', 360, '62', 'Jakarta', 'IDR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(103, 'Iran', 'IRN', 'IR', 364, '98', 'Tehran', 'IRR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(104, 'Iraq', 'IRQ', 'IQ', 368, '964', 'Baghdad', 'IQD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(105, 'Ireland', 'IRL', 'IE', 372, '353', 'Dublin', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(106, 'Israel', 'ISR', 'IL', 376, '972', 'Jerusalem', 'ILS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(107, 'Italy', 'ITA', 'IT', 380, '39', 'Rome', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(108, 'Jamaica', 'JAM', 'JM', 388, '+1-876', 'Kingston', 'JMD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(109, 'Japan', 'JPN', 'JP', 392, '81', 'Tokyo', 'JPY', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(110, 'Jersey', 'JEY', 'JE', 832, '+44-1534', 'Saint Helier', 'GBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(111, 'Jordan', 'JOR', 'JO', 400, '962', 'Amman', 'JOD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(112, 'Kazakhstan', 'KAZ', 'KZ', 398, '7', 'Astana', 'KZT', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(113, 'Kenya', 'KEN', 'KE', 404, '254', 'Nairobi', 'KES', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(114, 'Kiribati', 'KIR', 'KI', 296, '686', 'Tarawa', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(115, 'Korea North\n', 'PRK', 'KP', 408, '850', 'Pyongyang', 'KPW', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(116, 'Korea South', 'KOR', 'KR', 410, '82', 'Seoul', 'KRW', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(117, 'Kuwait', 'KWT', 'KW', 414, '965', 'Kuwait City', 'KWD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(118, 'Kyrgyzstan', 'KGZ', 'KG', 417, '996', 'Bishkek', 'KGS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(119, 'Laos', 'LAO', 'LA', 418, '856', 'Vientiane', 'LAK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(120, 'Latvia', 'LVA', 'LV', 428, '371', 'Riga', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(121, 'Lebanon', 'LBN', 'LB', 422, '961', 'Beirut', 'LBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(122, 'Lesotho', 'LSO', 'LS', 426, '266', 'Maseru', 'LSL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(123, 'Liberia', 'LBR', 'LR', 430, '231', 'Monrovia', 'LRD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(124, 'Libya', 'LBY', 'LY', 434, '218', 'Tripolis', 'LYD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(125, 'Liechtenstein', 'LIE', 'LI', 438, '423', 'Vaduz', 'CHF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(126, 'Lithuania', 'LTU', 'LT', 440, '370', 'Vilnius', 'LTL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(127, 'Luxembourg', 'LUX', 'LU', 442, '352', 'Luxembourg', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(128, 'Macau S.A.R.', 'MAC', 'MO', 446, '853', 'Macao', 'MOP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(129, 'Macedonia', 'MKD', 'MK', 807, '389', 'Skopje', 'MKD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(130, 'Madagascar', 'MDG', 'MG', 450, '261', 'Antananarivo', 'MGA', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(131, 'Malawi', 'MWI', 'MW', 454, '265', 'Lilongwe', 'MWK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(132, 'Malaysia', 'MYS', 'MY', 458, '60', 'Kuala Lumpur', 'MYR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(133, 'Maldives', 'MDV', 'MV', 462, '960', 'Male', 'MVR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(134, 'Mali', 'MLI', 'ML', 466, '223', 'Bamako', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(135, 'Malta', 'MLT', 'MT', 470, '356', 'Valletta', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(136, 'Man (Isle of)', 'IMN', 'IM', 833, '+44-1624', 'Douglas, Isle of Man', 'GBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(137, 'Marshall Islands', 'MHL', 'MH', 584, '692', 'Majuro', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(138, 'Martinique', 'MTQ', 'MQ', 474, '596', 'Fort-de-France', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(139, 'Mauritania', 'MRT', 'MR', 478, '222', 'Nouakchott', 'MRO', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(140, 'Mauritius', 'MUS', 'MU', 480, '230', 'Port Louis', 'MUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(141, 'Mayotte', 'MYT', 'YT', 175, '262', 'Mamoudzou', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(142, 'Mexico', 'MEX', 'MX', 484, '52', 'Mexico City', 'MXN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(143, 'Micronesia', 'FSM', 'FM', 583, '691', 'Palikir', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(144, 'Moldova', 'MDA', 'MD', 498, '373', 'Chisinau', 'MDL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(145, 'Monaco', 'MCO', 'MC', 492, '377', 'Monaco', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(146, 'Mongolia', 'MNG', 'MN', 496, '976', 'Ulan Bator', 'MNT', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(147, 'Montenegro', 'MNE', 'ME', 499, '382', 'Podgorica', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(148, 'Montserrat', 'MSR', 'MS', 500, '+1-664', 'Plymouth', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(149, 'Morocco', 'MAR', 'MA', 504, '212', 'Rabat', 'MAD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(150, 'Mozambique', 'MOZ', 'MZ', 508, '258', 'Maputo', 'MZN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(151, 'Myanmar', 'MMR', 'MM', 104, '95', 'Nay Pyi Taw', 'MMK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(152, 'Namibia', 'NAM', 'NA', 516, '264', 'Windhoek', 'NAD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(153, 'Nauru', 'NRU', 'NR', 520, '674', 'Yaren', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(154, 'Nepal', 'NPL', 'NP', 524, '977', 'Kathmandu', 'NPR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(155, 'Netherlands Antilles', 'ANT', 'AN', 530, '', '', '', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(156, 'Netherlands The', 'NLD', 'NL', 528, '31', 'Amsterdam', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(157, 'New Caledonia', 'NCL', 'NC', 540, '687', 'Noumea', 'XPF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(158, 'New Zealand', 'NZL', 'NZ', 554, '64', 'Wellington', 'NZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(159, 'Nicaragua', 'NIC', 'NI', 558, '505', 'Managua', 'NIO', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(160, 'Niger', 'NER', 'NE', 562, '227', 'Niamey', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(161, 'Nigeria', 'NGA', 'NG', 566, '234', 'Abuja', 'NGN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(162, 'Niue', 'NIU', 'NU', 570, '683', 'Alofi', 'NZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(163, 'Norfolk Island', 'NFK', 'NF', 574, '672', 'Kingston', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(164, 'Northern Mariana Islands', 'MNP', 'MP', 580, '+1-670', 'Saipan', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(165, 'Norway', 'NOR', 'NO', 578, '47', 'Oslo', 'NOK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(166, 'Oman', 'OMN', 'OM', 512, '968', 'Muscat', 'OMR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(167, 'Pakistan', 'PAK', 'PK', 586, '92', 'Islamabad', 'PKR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(168, 'Palau', 'PLW', 'PW', 585, '680', 'Melekeok', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(169, 'Palestinian Territory Occupied', 'PSE', 'PS', 275, '970', 'East Jerusalem', 'ILS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(170, 'Panama', 'PAN', 'PA', 591, '507', 'Panama City', 'PAB', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(171, 'Papua new Guinea', 'PNG', 'PG', 598, '675', 'Port Moresby', 'PGK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(172, 'Paraguay', 'PRY', 'PY', 600, '595', 'Asuncion', 'PYG', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(173, 'Peru', 'PER', 'PE', 604, '51', 'Lima', 'PEN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(174, 'Philippines', 'PHL', 'PH', 608, '63', 'Manila', 'PHP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(175, 'Pitcairn Island', 'PCN', 'PN', 612, '870', 'Adamstown', 'NZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(176, 'Poland', 'POL', 'PL', 616, '48', 'Warsaw', 'PLN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(177, 'Portugal', 'PRT', 'PT', 620, '351', 'Lisbon', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(178, 'Puerto Rico', 'PRI', 'PR', 630, '+1-787 and 1-939', 'San Juan', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(179, 'Qatar', 'QAT', 'QA', 634, '974', 'Doha', 'QAR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(180, 'Reunion', 'REU', 'RE', 638, '262', 'Saint-Denis', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(181, 'Romania', 'ROU', 'RO', 642, '40', 'Bucharest', 'RON', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(182, 'Russia', 'RUS', 'RU', 643, '7', 'Moscow', 'RUB', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(183, 'Rwanda', 'RWA', 'RW', 646, '250', 'Kigali', 'RWF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(184, 'Saint Helena', 'SHN', 'SH', 654, '290', 'Jamestown', 'SHP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(185, 'Saint Kitts And Nevis', 'KNA', 'KN', 659, '+1-869', 'Basseterre', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(186, 'Saint Lucia', 'LCA', 'LC', 662, '+1-758', 'Castries', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(187, 'Saint Pierre and Miquelon', 'SPM', 'PM', 666, '508', 'Saint-Pierre', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(188, 'Saint Vincent And The Grenadines', 'VCT', 'VC', 670, '+1-784', 'Kingstown', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(189, 'Saint-Barthelemy', 'BLM', 'BL', 652, '590', 'Gustavia', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(190, 'Saint-Martin (French part)', 'MAF', 'MF', 663, '590', 'Marigot', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(191, 'Samoa', 'WSM', 'WS', 882, '685', 'Apia', 'WST', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(192, 'San Marino', 'SMR', 'SM', 674, '378', 'San Marino', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(193, 'Sao Tome and Principe', 'STP', 'ST', 678, '239', 'Sao Tome', 'STD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(194, 'Saudi Arabia', 'SAU', 'SA', 682, '966', 'Riyadh', 'SAR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(195, 'Senegal', 'SEN', 'SN', 686, '221', 'Dakar', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(196, 'Serbia', 'SRB', 'RS', 688, '381', 'Belgrade', 'RSD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(197, 'Seychelles', 'SYC', 'SC', 690, '248', 'Victoria', 'SCR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(198, 'Sierra Leone', 'SLE', 'SL', 694, '232', 'Freetown', 'SLL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(199, 'Singapore', 'SGP', 'SG', 702, '65', 'Singapur', 'SGD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(200, 'Slovakia', 'SVK', 'SK', 703, '421', 'Bratislava', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(201, 'Slovenia', 'SVN', 'SI', 705, '386', 'Ljubljana', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(202, 'Solomon Islands', 'SLB', 'SB', 90, '677', 'Honiara', 'SBD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(203, 'Somalia', 'SOM', 'SO', 706, '252', 'Mogadishu', 'SOS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(204, 'South Africa', 'ZAF', 'ZA', 710, '27', 'Pretoria', 'ZAR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(205, 'South Georgia', 'SGS', 'GS', 239, '', 'Grytviken', 'GBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(206, 'South Sudan', 'SSD', 'SS', 728, '211', 'Juba', 'SSP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(207, 'Spain', 'ESP', 'ES', 724, '34', 'Madrid', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(208, 'Sri Lanka', 'LKA', 'LK', 144, '94', 'Colombo', 'LKR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(209, 'Sudan', 'SDN', 'SD', 736, '249', 'Khartoum', 'SDG', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(210, 'Suriname', 'SUR', 'SR', 740, '597', 'Paramaribo', 'SRD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(211, 'Svalbard And Jan Mayen Islands', 'SJM', 'SJ', 744, '47', 'Longyearbyen', 'NOK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(212, 'Swaziland', 'SWZ', 'SZ', 748, '268', 'Mbabane', 'SZL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(213, 'Sweden', 'SWE', 'SE', 752, '46', 'Stockholm', 'SEK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(214, 'Switzerland', 'CHE', 'CH', 756, '41', 'Berne', 'CHF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(215, 'Syria', 'SYR', 'SY', 760, '963', 'Damascus', 'SYP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(216, 'Taiwan', 'TWN', 'TW', 158, '886', 'Taipei', 'TWD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(217, 'Tajikistan', 'TJK', 'TJ', 762, '992', 'Dushanbe', 'TJS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(218, 'Tanzania', 'TZA', 'TZ', 834, '255', 'Dodoma', 'TZS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(219, 'Thailand', 'THA', 'TH', 764, '66', 'Bangkok', 'THB', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(220, 'Togo', 'TGO', 'TG', 768, '228', 'Lome', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(221, 'Tokelau', 'TKL', 'TK', 772, '690', '', 'NZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(222, 'Tonga', 'TON', 'TO', 776, '676', 'Nuku''alofa', 'TOP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(223, 'Trinidad And Tobago', 'TTO', 'TT', 780, '+1-868', 'Port of Spain', 'TTD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(224, 'Tunisia', 'TUN', 'TN', 788, '216', 'Tunis', 'TND', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(225, 'Turkey', 'TUR', 'TR', 792, '90', 'Ankara', 'TRY', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(226, 'Turkmenistan', 'TKM', 'TM', 795, '993', 'Ashgabat', 'TMT', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(227, 'Turks And Caicos Islands', 'TCA', 'TC', 796, '+1-649', 'Cockburn Town', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(228, 'Tuvalu', 'TUV', 'TV', 798, '688', 'Funafuti', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(229, 'Uganda', 'UGA', 'UG', 800, '256', 'Kampala', 'UGX', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(230, 'Ukraine', 'UKR', 'UA', 804, '380', 'Kiev', 'UAH', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(231, 'United Arab Emirates', 'ARE', 'AE', 784, '971', 'Abu Dhabi', 'AED', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(232, 'United Kingdom', 'GBR', 'GB', 826, '44', 'London', 'GBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(233, 'United States', 'USA', 'US', 840, '1', 'Washington', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(234, 'United States Minor Outlying Islands', 'UMI', 'UM', 581, '1', '', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(235, 'Uruguay', 'URY', 'UY', 858, '598', 'Montevideo', 'UYU', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(236, 'Uzbekistan', 'UZB', 'UZ', 860, '998', 'Tashkent', 'UZS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(237, 'Vanuatu', 'VUT', 'VU', 548, '678', 'Port Vila', 'VUV', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(238, 'Vatican City State (Holy See)', 'VAT', 'VA', 336, '379', 'Vatican City', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(239, 'Venezuela', 'VEN', 'VE', 862, '58', 'Caracas', 'VEF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(240, 'Vietnam', 'VNM', 'VN', 704, '84', 'Hanoi', 'VND', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(241, 'Virgin Islands (British)', 'VGB', 'VG', 92, '+1-284', 'Road Town', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(242, 'Virgin Islands (US)', 'VIR', 'VI', 850, '+1-340', 'Charlotte Amalie', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(243, 'Wallis And Futuna Islands', 'WLF', 'WF', 876, '681', 'Mata Utu', 'XPF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(244, 'Western Sahara', 'ESH', 'EH', 732, '212', 'El-Aaiun', 'MAD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(245, 'Yemen', 'YEM', 'YE', 887, '967', 'Sanaa', 'YER', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(246, 'Zambia', 'ZMB', 'ZM', 894, '260', 'Lusaka', 'ZMK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), -(247, 'Zimbabwe', 'ZWE', 'ZW', 716, '263', 'Harare', 'ZWL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1); +INSERT INTO `countries` (`id`, `name`, `iso3`, `iso2`, `phonecode`, `capital`, `currency`, `created_at`, `updated_at`, `flag`) VALUES +(1, 'Afghanistan', 'AFG', 'AF', '93', 'Kabul', 'AFN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(2, 'Aland Islands', 'ALA', 'AX', '+358-18', 'Mariehamn', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(3, 'Albania', 'ALB', 'AL', '355', 'Tirana', 'ALL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(4, 'Algeria', 'DZA', 'DZ', '213', 'Algiers', 'DZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(5, 'American Samoa', 'ASM', 'AS', '+1-684', 'Pago Pago', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(6, 'Andorra', 'AND', 'AD', '376', 'Andorra la Vella', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(7, 'Angola', 'AGO', 'AO', '244', 'Luanda', 'AOA', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(8, 'Anguilla', 'AIA', 'AI', '+1-264', 'The Valley', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(9, 'Antarctica', 'ATA', 'AQ', '', '', '', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(10, 'Antigua And Barbuda', 'ATG', 'AG', '+1-268', 'St. John\'s', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(11, 'Argentina', 'ARG', 'AR', '54', 'Buenos Aires', 'ARS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(12, 'Armenia', 'ARM', 'AM', '374', 'Yerevan', 'AMD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(13, 'Aruba', 'ABW', 'AW', '297', 'Oranjestad', 'AWG', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(14, 'Australia', 'AUS', 'AU', '61', 'Canberra', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(15, 'Austria', 'AUT', 'AT', '43', 'Vienna', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(16, 'Azerbaijan', 'AZE', 'AZ', '994', 'Baku', 'AZN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(17, 'Bahamas The', 'BHS', 'BS', '+1-242', 'Nassau', 'BSD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(18, 'Bahrain', 'BHR', 'BH', '973', 'Manama', 'BHD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(19, 'Bangladesh', 'BGD', 'BD', '880', 'Dhaka', 'BDT', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(20, 'Barbados', 'BRB', 'BB', '+1-246', 'Bridgetown', 'BBD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(21, 'Belarus', 'BLR', 'BY', '375', 'Minsk', 'BYR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(22, 'Belgium', 'BEL', 'BE', '32', 'Brussels', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(23, 'Belize', 'BLZ', 'BZ', '501', 'Belmopan', 'BZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(24, 'Benin', 'BEN', 'BJ', '229', 'Porto-Novo', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(25, 'Bermuda', 'BMU', 'BM', '+1-441', 'Hamilton', 'BMD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(26, 'Bhutan', 'BTN', 'BT', '975', 'Thimphu', 'BTN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(27, 'Bolivia', 'BOL', 'BO', '591', 'Sucre', 'BOB', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(28, 'Bosnia and Herzegovina', 'BIH', 'BA', '387', 'Sarajevo', 'BAM', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(29, 'Botswana', 'BWA', 'BW', '267', 'Gaborone', 'BWP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(30, 'Bouvet Island', 'BVT', 'BV', '', '', 'NOK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(31, 'Brazil', 'BRA', 'BR', '55', 'Brasilia', 'BRL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(32, 'British Indian Ocean Territory', 'IOT', 'IO', '246', 'Diego Garcia', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(33, 'Brunei', 'BRN', 'BN', '673', 'Bandar Seri Begawan', 'BND', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(34, 'Bulgaria', 'BGR', 'BG', '359', 'Sofia', 'BGN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(35, 'Burkina Faso', 'BFA', 'BF', '226', 'Ouagadougou', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(36, 'Burundi', 'BDI', 'BI', '257', 'Bujumbura', 'BIF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(37, 'Cambodia', 'KHM', 'KH', '855', 'Phnom Penh', 'KHR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(38, 'Cameroon', 'CMR', 'CM', '237', 'Yaounde', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(39, 'Canada', 'CAN', 'CA', '1', 'Ottawa', 'CAD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(40, 'Cape Verde', 'CPV', 'CV', '238', 'Praia', 'CVE', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(41, 'Cayman Islands', 'CYM', 'KY', '+1-345', 'George Town', 'KYD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(42, 'Central African Republic', 'CAF', 'CF', '236', 'Bangui', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(43, 'Chad', 'TCD', 'TD', '235', 'N\'Djamena', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(44, 'Chile', 'CHL', 'CL', '56', 'Santiago', 'CLP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(45, 'China', 'CHN', 'CN', '86', 'Beijing', 'CNY', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(46, 'Christmas Island', 'CXR', 'CX', '61', 'Flying Fish Cove', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(47, 'Cocos (Keeling) Islands', 'CCK', 'CC', '61', 'West Island', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(48, 'Colombia', 'COL', 'CO', '57', 'Bogota', 'COP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(49, 'Comoros', 'COM', 'KM', '269', 'Moroni', 'KMF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(50, 'Congo', 'COG', 'CG', '242', 'Brazzaville', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(51, 'Congo The Democratic Republic Of The', 'COD', 'CD', '243', 'Kinshasa', 'CDF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(52, 'Cook Islands', 'COK', 'CK', '682', 'Avarua', 'NZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(53, 'Costa Rica', 'CRI', 'CR', '506', 'San Jose', 'CRC', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(54, 'Cote D\'Ivoire (Ivory Coast)', 'CIV', 'CI', '225', 'Yamoussoukro', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(55, 'Croatia (Hrvatska)', 'HRV', 'HR', '385', 'Zagreb', 'HRK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(56, 'Cuba', 'CUB', 'CU', '53', 'Havana', 'CUP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(57, 'Cyprus', 'CYP', 'CY', '357', 'Nicosia', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(58, 'Czech Republic', 'CZE', 'CZ', '420', 'Prague', 'CZK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(59, 'Denmark', 'DNK', 'DK', '45', 'Copenhagen', 'DKK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(60, 'Djibouti', 'DJI', 'DJ', '253', 'Djibouti', 'DJF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(61, 'Dominica', 'DMA', 'DM', '+1-767', 'Roseau', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(62, 'Dominican Republic', 'DOM', 'DO', '+1-809 and 1-829', 'Santo Domingo', 'DOP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(63, 'East Timor', 'TLS', 'TL', '670', 'Dili', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(64, 'Ecuador', 'ECU', 'EC', '593', 'Quito', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(65, 'Egypt', 'EGY', 'EG', '20', 'Cairo', 'EGP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(66, 'El Salvador', 'SLV', 'SV', '503', 'San Salvador', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(67, 'Equatorial Guinea', 'GNQ', 'GQ', '240', 'Malabo', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(68, 'Eritrea', 'ERI', 'ER', '291', 'Asmara', 'ERN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(69, 'Estonia', 'EST', 'EE', '372', 'Tallinn', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(70, 'Ethiopia', 'ETH', 'ET', '251', 'Addis Ababa', 'ETB', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(71, 'Falkland Islands', 'FLK', 'FK', '500', 'Stanley', 'FKP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(72, 'Faroe Islands', 'FRO', 'FO', '298', 'Torshavn', 'DKK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(73, 'Fiji Islands', 'FJI', 'FJ', '679', 'Suva', 'FJD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(74, 'Finland', 'FIN', 'FI', '358', 'Helsinki', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(75, 'France', 'FRA', 'FR', '33', 'Paris', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(76, 'French Guiana', 'GUF', 'GF', '594', 'Cayenne', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(77, 'French Polynesia', 'PYF', 'PF', '689', 'Papeete', 'XPF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(78, 'French Southern Territories', 'ATF', 'TF', '', 'Port-aux-Francais', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(79, 'Gabon', 'GAB', 'GA', '241', 'Libreville', 'XAF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(80, 'Gambia The', 'GMB', 'GM', '220', 'Banjul', 'GMD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(81, 'Georgia', 'GEO', 'GE', '995', 'Tbilisi', 'GEL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(82, 'Germany', 'DEU', 'DE', '49', 'Berlin', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(83, 'Ghana', 'GHA', 'GH', '233', 'Accra', 'GHS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(84, 'Gibraltar', 'GIB', 'GI', '350', 'Gibraltar', 'GIP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(85, 'Greece', 'GRC', 'GR', '30', 'Athens', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(86, 'Greenland', 'GRL', 'GL', '299', 'Nuuk', 'DKK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(87, 'Grenada', 'GRD', 'GD', '+1-473', 'St. George\'s', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(88, 'Guadeloupe', 'GLP', 'GP', '590', 'Basse-Terre', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(89, 'Guam', 'GUM', 'GU', '+1-671', 'Hagatna', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(90, 'Guatemala', 'GTM', 'GT', '502', 'Guatemala City', 'GTQ', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(91, 'Guernsey and Alderney', 'GGY', 'GG', '+44-1481', 'St Peter Port', 'GBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(92, 'Guinea', 'GIN', 'GN', '224', 'Conakry', 'GNF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(93, 'Guinea-Bissau', 'GNB', 'GW', '245', 'Bissau', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(94, 'Guyana', 'GUY', 'GY', '592', 'Georgetown', 'GYD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(95, 'Haiti', 'HTI', 'HT', '509', 'Port-au-Prince', 'HTG', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(96, 'Heard and McDonald Islands', 'HMD', 'HM', ' ', '', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(97, 'Honduras', 'HND', 'HN', '504', 'Tegucigalpa', 'HNL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(98, 'Hong Kong S.A.R.', 'HKG', 'HK', '852', 'Hong Kong', 'HKD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(99, 'Hungary', 'HUN', 'HU', '36', 'Budapest', 'HUF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(100, 'Iceland', 'ISL', 'IS', '354', 'Reykjavik', 'ISK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(101, 'India', 'IND', 'IN', '91', 'New Delhi', 'INR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(102, 'Indonesia', 'IDN', 'ID', '62', 'Jakarta', 'IDR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(103, 'Iran', 'IRN', 'IR', '98', 'Tehran', 'IRR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(104, 'Iraq', 'IRQ', 'IQ', '964', 'Baghdad', 'IQD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(105, 'Ireland', 'IRL', 'IE', '353', 'Dublin', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(106, 'Israel', 'ISR', 'IL', '972', 'Jerusalem', 'ILS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(107, 'Italy', 'ITA', 'IT', '39', 'Rome', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(108, 'Jamaica', 'JAM', 'JM', '+1-876', 'Kingston', 'JMD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(109, 'Japan', 'JPN', 'JP', '81', 'Tokyo', 'JPY', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(110, 'Jersey', 'JEY', 'JE', '+44-1534', 'Saint Helier', 'GBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(111, 'Jordan', 'JOR', 'JO', '962', 'Amman', 'JOD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(112, 'Kazakhstan', 'KAZ', 'KZ', '7', 'Astana', 'KZT', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(113, 'Kenya', 'KEN', 'KE', '254', 'Nairobi', 'KES', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(114, 'Kiribati', 'KIR', 'KI', '686', 'Tarawa', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(115, 'Korea North\n', 'PRK', 'KP', '850', 'Pyongyang', 'KPW', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(116, 'Korea South', 'KOR', 'KR', '82', 'Seoul', 'KRW', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(117, 'Kuwait', 'KWT', 'KW', '965', 'Kuwait City', 'KWD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(118, 'Kyrgyzstan', 'KGZ', 'KG', '996', 'Bishkek', 'KGS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(119, 'Laos', 'LAO', 'LA', '856', 'Vientiane', 'LAK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(120, 'Latvia', 'LVA', 'LV', '371', 'Riga', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(121, 'Lebanon', 'LBN', 'LB', '961', 'Beirut', 'LBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(122, 'Lesotho', 'LSO', 'LS', '266', 'Maseru', 'LSL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(123, 'Liberia', 'LBR', 'LR', '231', 'Monrovia', 'LRD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(124, 'Libya', 'LBY', 'LY', '218', 'Tripolis', 'LYD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(125, 'Liechtenstein', 'LIE', 'LI', '423', 'Vaduz', 'CHF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(126, 'Lithuania', 'LTU', 'LT', '370', 'Vilnius', 'LTL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(127, 'Luxembourg', 'LUX', 'LU', '352', 'Luxembourg', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(128, 'Macau S.A.R.', 'MAC', 'MO', '853', 'Macao', 'MOP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(129, 'Macedonia', 'MKD', 'MK', '389', 'Skopje', 'MKD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(130, 'Madagascar', 'MDG', 'MG', '261', 'Antananarivo', 'MGA', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(131, 'Malawi', 'MWI', 'MW', '265', 'Lilongwe', 'MWK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(132, 'Malaysia', 'MYS', 'MY', '60', 'Kuala Lumpur', 'MYR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(133, 'Maldives', 'MDV', 'MV', '960', 'Male', 'MVR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(134, 'Mali', 'MLI', 'ML', '223', 'Bamako', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(135, 'Malta', 'MLT', 'MT', '356', 'Valletta', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(136, 'Man (Isle of)', 'IMN', 'IM', '+44-1624', 'Douglas, Isle of Man', 'GBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(137, 'Marshall Islands', 'MHL', 'MH', '692', 'Majuro', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(138, 'Martinique', 'MTQ', 'MQ', '596', 'Fort-de-France', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(139, 'Mauritania', 'MRT', 'MR', '222', 'Nouakchott', 'MRO', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(140, 'Mauritius', 'MUS', 'MU', '230', 'Port Louis', 'MUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(141, 'Mayotte', 'MYT', 'YT', '262', 'Mamoudzou', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(142, 'Mexico', 'MEX', 'MX', '52', 'Mexico City', 'MXN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(143, 'Micronesia', 'FSM', 'FM', '691', 'Palikir', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(144, 'Moldova', 'MDA', 'MD', '373', 'Chisinau', 'MDL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(145, 'Monaco', 'MCO', 'MC', '377', 'Monaco', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(146, 'Mongolia', 'MNG', 'MN', '976', 'Ulan Bator', 'MNT', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(147, 'Montenegro', 'MNE', 'ME', '382', 'Podgorica', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(148, 'Montserrat', 'MSR', 'MS', '+1-664', 'Plymouth', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(149, 'Morocco', 'MAR', 'MA', '212', 'Rabat', 'MAD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(150, 'Mozambique', 'MOZ', 'MZ', '258', 'Maputo', 'MZN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(151, 'Myanmar', 'MMR', 'MM', '95', 'Nay Pyi Taw', 'MMK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(152, 'Namibia', 'NAM', 'NA', '264', 'Windhoek', 'NAD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(153, 'Nauru', 'NRU', 'NR', '674', 'Yaren', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(154, 'Nepal', 'NPL', 'NP', '977', 'Kathmandu', 'NPR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(155, 'Netherlands Antilles', 'ANT', 'AN', '', '', '', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(156, 'Netherlands The', 'NLD', 'NL', '31', 'Amsterdam', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(157, 'New Caledonia', 'NCL', 'NC', '687', 'Noumea', 'XPF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(158, 'New Zealand', 'NZL', 'NZ', '64', 'Wellington', 'NZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(159, 'Nicaragua', 'NIC', 'NI', '505', 'Managua', 'NIO', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(160, 'Niger', 'NER', 'NE', '227', 'Niamey', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(161, 'Nigeria', 'NGA', 'NG', '234', 'Abuja', 'NGN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(162, 'Niue', 'NIU', 'NU', '683', 'Alofi', 'NZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(163, 'Norfolk Island', 'NFK', 'NF', '672', 'Kingston', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(164, 'Northern Mariana Islands', 'MNP', 'MP', '+1-670', 'Saipan', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(165, 'Norway', 'NOR', 'NO', '47', 'Oslo', 'NOK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(166, 'Oman', 'OMN', 'OM', '968', 'Muscat', 'OMR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(167, 'Pakistan', 'PAK', 'PK', '92', 'Islamabad', 'PKR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(168, 'Palau', 'PLW', 'PW', '680', 'Melekeok', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(169, 'Palestinian Territory Occupied', 'PSE', 'PS', '970', 'East Jerusalem', 'ILS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(170, 'Panama', 'PAN', 'PA', '507', 'Panama City', 'PAB', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(171, 'Papua new Guinea', 'PNG', 'PG', '675', 'Port Moresby', 'PGK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(172, 'Paraguay', 'PRY', 'PY', '595', 'Asuncion', 'PYG', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(173, 'Peru', 'PER', 'PE', '51', 'Lima', 'PEN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(174, 'Philippines', 'PHL', 'PH', '63', 'Manila', 'PHP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(175, 'Pitcairn Island', 'PCN', 'PN', '870', 'Adamstown', 'NZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(176, 'Poland', 'POL', 'PL', '48', 'Warsaw', 'PLN', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(177, 'Portugal', 'PRT', 'PT', '351', 'Lisbon', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(178, 'Puerto Rico', 'PRI', 'PR', '+1-787 and 1-939', 'San Juan', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(179, 'Qatar', 'QAT', 'QA', '974', 'Doha', 'QAR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(180, 'Reunion', 'REU', 'RE', '262', 'Saint-Denis', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(181, 'Romania', 'ROU', 'RO', '40', 'Bucharest', 'RON', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(182, 'Russia', 'RUS', 'RU', '7', 'Moscow', 'RUB', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(183, 'Rwanda', 'RWA', 'RW', '250', 'Kigali', 'RWF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(184, 'Saint Helena', 'SHN', 'SH', '290', 'Jamestown', 'SHP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(185, 'Saint Kitts And Nevis', 'KNA', 'KN', '+1-869', 'Basseterre', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(186, 'Saint Lucia', 'LCA', 'LC', '+1-758', 'Castries', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(187, 'Saint Pierre and Miquelon', 'SPM', 'PM', '508', 'Saint-Pierre', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(188, 'Saint Vincent And The Grenadines', 'VCT', 'VC', '+1-784', 'Kingstown', 'XCD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(189, 'Saint-Barthelemy', 'BLM', 'BL', '590', 'Gustavia', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(190, 'Saint-Martin (French part)', 'MAF', 'MF', '590', 'Marigot', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(191, 'Samoa', 'WSM', 'WS', '685', 'Apia', 'WST', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(192, 'San Marino', 'SMR', 'SM', '378', 'San Marino', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(193, 'Sao Tome and Principe', 'STP', 'ST', '239', 'Sao Tome', 'STD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(194, 'Saudi Arabia', 'SAU', 'SA', '966', 'Riyadh', 'SAR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(195, 'Senegal', 'SEN', 'SN', '221', 'Dakar', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(196, 'Serbia', 'SRB', 'RS', '381', 'Belgrade', 'RSD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(197, 'Seychelles', 'SYC', 'SC', '248', 'Victoria', 'SCR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(198, 'Sierra Leone', 'SLE', 'SL', '232', 'Freetown', 'SLL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(199, 'Singapore', 'SGP', 'SG', '65', 'Singapur', 'SGD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(200, 'Slovakia', 'SVK', 'SK', '421', 'Bratislava', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(201, 'Slovenia', 'SVN', 'SI', '386', 'Ljubljana', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(202, 'Solomon Islands', 'SLB', 'SB', '677', 'Honiara', 'SBD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(203, 'Somalia', 'SOM', 'SO', '252', 'Mogadishu', 'SOS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(204, 'South Africa', 'ZAF', 'ZA', '27', 'Pretoria', 'ZAR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(205, 'South Georgia', 'SGS', 'GS', '', 'Grytviken', 'GBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(206, 'South Sudan', 'SSD', 'SS', '211', 'Juba', 'SSP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(207, 'Spain', 'ESP', 'ES', '34', 'Madrid', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(208, 'Sri Lanka', 'LKA', 'LK', '94', 'Colombo', 'LKR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(209, 'Sudan', 'SDN', 'SD', '249', 'Khartoum', 'SDG', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(210, 'Suriname', 'SUR', 'SR', '597', 'Paramaribo', 'SRD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(211, 'Svalbard And Jan Mayen Islands', 'SJM', 'SJ', '47', 'Longyearbyen', 'NOK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(212, 'Swaziland', 'SWZ', 'SZ', '268', 'Mbabane', 'SZL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(213, 'Sweden', 'SWE', 'SE', '46', 'Stockholm', 'SEK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(214, 'Switzerland', 'CHE', 'CH', '41', 'Berne', 'CHF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(215, 'Syria', 'SYR', 'SY', '963', 'Damascus', 'SYP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(216, 'Taiwan', 'TWN', 'TW', '886', 'Taipei', 'TWD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(217, 'Tajikistan', 'TJK', 'TJ', '992', 'Dushanbe', 'TJS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(218, 'Tanzania', 'TZA', 'TZ', '255', 'Dodoma', 'TZS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(219, 'Thailand', 'THA', 'TH', '66', 'Bangkok', 'THB', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(220, 'Togo', 'TGO', 'TG', '228', 'Lome', 'XOF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(221, 'Tokelau', 'TKL', 'TK', '690', '', 'NZD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(222, 'Tonga', 'TON', 'TO', '676', 'Nuku\'alofa', 'TOP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(223, 'Trinidad And Tobago', 'TTO', 'TT', '+1-868', 'Port of Spain', 'TTD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(224, 'Tunisia', 'TUN', 'TN', '216', 'Tunis', 'TND', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(225, 'Turkey', 'TUR', 'TR', '90', 'Ankara', 'TRY', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(226, 'Turkmenistan', 'TKM', 'TM', '993', 'Ashgabat', 'TMT', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(227, 'Turks And Caicos Islands', 'TCA', 'TC', '+1-649', 'Cockburn Town', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(228, 'Tuvalu', 'TUV', 'TV', '688', 'Funafuti', 'AUD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(229, 'Uganda', 'UGA', 'UG', '256', 'Kampala', 'UGX', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(230, 'Ukraine', 'UKR', 'UA', '380', 'Kiev', 'UAH', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(231, 'United Arab Emirates', 'ARE', 'AE', '971', 'Abu Dhabi', 'AED', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(232, 'United Kingdom', 'GBR', 'GB', '44', 'London', 'GBP', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(233, 'United States', 'USA', 'US', '1', 'Washington', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(234, 'United States Minor Outlying Islands', 'UMI', 'UM', '1', '', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(235, 'Uruguay', 'URY', 'UY', '598', 'Montevideo', 'UYU', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(236, 'Uzbekistan', 'UZB', 'UZ', '998', 'Tashkent', 'UZS', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(237, 'Vanuatu', 'VUT', 'VU', '678', 'Port Vila', 'VUV', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(238, 'Vatican City State (Holy See)', 'VAT', 'VA', '379', 'Vatican City', 'EUR', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(239, 'Venezuela', 'VEN', 'VE', '58', 'Caracas', 'VEF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(240, 'Vietnam', 'VNM', 'VN', '84', 'Hanoi', 'VND', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(241, 'Virgin Islands (British)', 'VGB', 'VG', '+1-284', 'Road Town', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(242, 'Virgin Islands (US)', 'VIR', 'VI', '+1-340', 'Charlotte Amalie', 'USD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(243, 'Wallis And Futuna Islands', 'WLF', 'WF', '681', 'Mata Utu', 'XPF', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(244, 'Western Sahara', 'ESH', 'EH', '212', 'El-Aaiun', 'MAD', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(245, 'Yemen', 'YEM', 'YE', '967', 'Sanaa', 'YER', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(246, 'Zambia', 'ZMB', 'ZM', '260', 'Lusaka', 'ZMK', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1), +(247, 'Zimbabwe', 'ZWE', 'ZW', '263', 'Harare', 'ZWL', '2018-07-20 14:41:03', '2018-07-20 14:41:03', 1); -- -------------------------------------------------------- @@ -23026,14 +48352,14 @@ INSERT INTO `countries` (`id`, `name`, `iso3`, `iso2`, `countrycode`, `phonecode -- DROP TABLE IF EXISTS `states`; -CREATE TABLE IF NOT EXISTS `states` ( - `id` mediumint(8) unsigned NOT NULL, +CREATE TABLE `states` ( + `id` mediumint(8) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, - `country_id` mediumint(8) unsigned NOT NULL, + `country_id` mediumint(8) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `flag` tinyint(1) NOT NULL DEFAULT '1' -) ENGINE=InnoDB AUTO_INCREMENT=4021 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `states` @@ -23108,8 +48434,8 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (66, 'Tirane', 3, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (67, 'Tropoje', 3, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (68, 'Vlore', 3, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), -(69, '\\''Ayn Daflah', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), -(70, '\\''Ayn Tamushanat', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), +(69, '\\\'Ayn Daflah', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), +(70, '\\\'Ayn Tamushanat', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (71, 'Adrar', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (72, 'Algiers', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (73, 'Annabah', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), @@ -23139,8 +48465,8 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (97, 'Qustantinah', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (98, 'Sakikdah', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (99, 'Satif', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), -(100, 'Sayda\\''', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), -(101, 'Sidi ban-al-\\''Abbas', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), +(100, 'Sayda\\\'', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), +(101, 'Sidi ban-al-\\\'Abbas', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (102, 'Suq Ahras', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (103, 'Tamanghasat', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (104, 'Tibazah', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), @@ -23158,12 +48484,12 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (116, 'Wilaya de Constantine', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (117, 'al-Aghwat', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (118, 'al-Bayadh', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), -(119, 'al-Jaza\\''ir', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), +(119, 'al-Jaza\\\'ir', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (120, 'al-Wad', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (121, 'ash-Shalif', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (122, 'at-Tarif', 4, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (123, 'Eastern', 5, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), -(124, 'Manu\\''a', 5, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), +(124, 'Manu\\\'a', 5, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (125, 'Swains Island', 5, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (126, 'Western', 5, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (127, 'Andorra la Vella', 6, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), @@ -23308,7 +48634,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (266, 'Saki', 16, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (267, 'Sirvan', 16, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (268, 'Xacmaz', 16, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), -(269, '\\''Isa', 18, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), +(269, '\\\'Isa', 18, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (270, 'Badiyah', 18, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (271, 'Hidd', 18, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (272, 'Jidd Hafs', 18, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), @@ -23317,7 +48643,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (275, 'Sitrah', 18, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (276, 'al-Manamah', 18, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (277, 'al-Muharraq', 18, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), -(278, 'ar-Rifa\\''a', 18, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), +(278, 'ar-Rifa\\\'a', 18, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (279, 'Bagar Hat', 19, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (280, 'Bandarban', 19, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (281, 'Barguna', 19, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), @@ -23395,12 +48721,12 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (353, 'Saint Philip', 20, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (354, 'Saint Thomas', 20, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (355, 'Brest', 21, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), -(356, 'Homjel\\''', 21, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), +(356, 'Homjel\\\'', 21, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (357, 'Hrodna', 21, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (358, 'Mahiljow', 21, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (359, 'Mahilyowskaya Voblasts', 21, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (360, 'Minsk', 21, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), -(361, 'Minskaja Voblasts\\''', 21, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), +(361, 'Minskaja Voblasts\\\'', 21, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (362, 'Petrik', 21, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (363, 'Vicebsk', 21, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (364, 'Antwerpen', 22, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), @@ -23700,7 +49026,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (658, 'Atacama', 44, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (659, 'Bio Bio', 44, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (660, 'Coquimbo', 44, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), -(661, 'Libertador General Bernardo O\\''', 44, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), +(661, 'Libertador General Bernardo O\\\'', 44, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (662, 'Los Lagos', 44, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (663, 'Magellanes', 44, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), (664, 'Maule', 44, '2018-07-20 14:53:15', '2018-07-20 14:53:15', 1), @@ -23888,7 +49214,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (845, 'Vejle', 59, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (846, 'Vestsjalland', 59, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (847, 'Viborg', 59, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(848, '\\''Ali Sabih', 60, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(848, '\\\'Ali Sabih', 60, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (849, 'Dikhil', 60, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (850, 'Jibuti', 60, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (851, 'Tajurah', 60, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -23971,7 +49297,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (928, 'Aswan', 65, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (929, 'Asyut', 65, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (930, 'Bani Suwayf', 65, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(931, 'Bur Sa\\''id', 65, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(931, 'Bur Sa\\\'id', 65, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (932, 'Cairo', 65, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (933, 'Dumyat', 65, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (934, 'Kafr-ash-Shaykh', 65, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -24134,8 +49460,8 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (1091, 'Cher', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1092, 'Correze', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1093, 'Corse-du-Sud', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1094, 'Cote-d\\''Or', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1095, 'Cotes-d\\''Armor', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1094, 'Cote-d\\\'Or', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1095, 'Cotes-d\\\'Armor', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1096, 'Creuse', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1097, 'Crolles', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1098, 'Deux-Sevres', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -24226,7 +49552,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (1183, 'Territoire de Belfort', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1184, 'Treignac', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1185, 'Upper Normandy', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1186, 'Val-d\\''Oise', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1186, 'Val-d\\\'Oise', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1187, 'Val-de-Marne', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1188, 'Var', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1189, 'Vaucluse', 75, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -24417,7 +49743,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (1374, 'Carriacou-Petite Martinique', 87, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1375, 'Saint Andrew', 87, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1376, 'Saint Davids', 87, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1377, 'Saint George\\''s', 87, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1377, 'Saint George\\\'s', 87, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1378, 'Saint John', 87, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1379, 'Saint Mark', 87, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1380, 'Saint Patrick', 87, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -24531,7 +49857,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (1487, 'Upper Takutu-Upper Essequibo', 94, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1488, 'Artibonite', 95, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1489, 'Centre', 95, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1490, 'Grand\\''Anse', 95, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1490, 'Grand\\\'Anse', 95, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1491, 'Nord', 95, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1492, 'Nord-Est', 95, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1493, 'Nord-Ouest', 95, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -24711,7 +50037,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (1667, 'al-Qadisiyah', 104, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1668, 'an-Najaf', 104, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1669, 'as-Sulaymaniyah', 104, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1670, 'at-Ta\\''mim', 104, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1670, 'at-Ta\\\'mim', 104, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1671, 'Armagh', 105, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1672, 'Carlow', 105, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1673, 'Cavan', 105, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -24803,7 +50129,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (1759, 'Frosinone', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1760, 'Genoa', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1761, 'Gorizia', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1762, 'L\\''Aquila', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1762, 'L\\\'Aquila', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1763, 'Lazio', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1764, 'Lecce', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1765, 'Lecco', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -24857,7 +50183,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (1813, 'Treviso', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1814, 'Udine', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1815, 'Umbria', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1816, 'Valle d\\''Aosta', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1816, 'Valle d\\\'Aosta', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1817, 'Varese', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1818, 'Veneto', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1819, 'Venezia', 107, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -24940,18 +50266,18 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (1896, 'Saint Peter', 110, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1897, 'Saint Saviour', 110, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1898, 'Trinity', 110, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1899, '\\''Ajlun', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1899, '\\\'Ajlun', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1900, 'Amman', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1901, 'Irbid', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1902, 'Jarash', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1903, 'Ma\\''an', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1903, 'Ma\\\'an', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1904, 'Madaba', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1905, 'al-\\''Aqabah', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1906, 'al-Balqa\\''', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1905, 'al-\\\'Aqabah', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1906, 'al-Balqa\\\'', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1907, 'al-Karak', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1908, 'al-Mafraq', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1909, 'at-Tafilah', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(1910, 'az-Zarqa\\''', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(1910, 'az-Zarqa\\\'', 111, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1911, 'Akmecet', 112, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1912, 'Akmola', 112, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (1913, 'Aktobe', 112, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -25114,9 +50440,9 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (2070, 'Leribe', 122, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2071, 'Mafeteng', 122, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2072, 'Maseru', 122, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(2073, 'Mohale\\''s Hoek', 122, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(2073, 'Mohale\\\'s Hoek', 122, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2074, 'Mokhotlong', 122, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(2075, 'Qacha\\''s Nek', 122, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(2075, 'Qacha\\\'s Nek', 122, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2076, 'Quthing', 122, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2077, 'Thaba-Tseka', 122, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2078, 'Bomi', 123, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -25148,14 +50474,14 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (2103, 'Tubruq', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2104, 'Yafran', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2105, 'Zlitan', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(2106, 'al-\\''Aziziyah', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(2106, 'al-\\\'Aziziyah', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2107, 'al-Fatih', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2108, 'al-Jabal al Akhdar', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2109, 'al-Jufrah', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2110, 'al-Khums', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2111, 'al-Kufrah', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2112, 'an-Nuqat al-Khams', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(2113, 'ash-Shati\\''', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(2113, 'ash-Shati\\\'', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2114, 'az-Zawiyah', 124, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2115, 'Balzers', 125, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2116, 'Eschen', 125, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -25559,7 +50885,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (2514, 'Canterbury', 158, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2515, 'Christchurch', 158, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2516, 'Gisborne', 158, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), -(2517, 'Hawke\\''s Bay', 158, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), +(2517, 'Hawke\\\'s Bay', 158, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2518, 'Manawatu-Wanganui', 158, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2519, 'Marlborough', 158, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), (2520, 'Nelson', 158, '2018-07-20 14:53:16', '2018-07-20 14:53:16', 1), @@ -26071,16 +51397,16 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (3025, 'Saint David', 188, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3026, 'Saint George', 188, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3027, 'Saint Patrick', 188, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3028, 'A\\''ana', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3028, 'A\\\'ana', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3029, 'Aiga-i-le-Tai', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3030, 'Atua', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3031, 'Fa\\''asaleleaga', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3032, 'Gaga\\''emauga', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3031, 'Fa\\\'asaleleaga', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3032, 'Gaga\\\'emauga', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3033, 'Gagaifomauga', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3034, 'Palauli', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3035, 'Satupa\\''itea', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3035, 'Satupa\\\'itea', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3036, 'Tuamasaga', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3037, 'Va\\''a-o-Fonoti', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3037, 'Va\\\'a-o-Fonoti', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3038, 'Vaisigano', 191, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3039, 'Acquaviva', 192, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3040, 'Borgo Maggiore', 192, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), @@ -26103,7 +51429,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (3057, 'Asir', 194, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3058, 'Central Province', 194, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3059, 'Eastern Province', 194, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3060, 'Ha\\''il', 194, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3060, 'Ha\\\'il', 194, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3061, 'Jawf', 194, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3062, 'Jizan', 194, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3063, 'Makkah', 194, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), @@ -26303,13 +51629,13 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (3257, 'Western Province', 208, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3258, 'Yapanaya', 208, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3259, 'kadawatha', 208, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3260, 'A\\''ali-an-Nil', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3260, 'A\\\'ali-an-Nil', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3261, 'Bahr-al-Jabal', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3262, 'Central Equatoria', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3263, 'Gharb Bahr-al-Ghazal', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3264, 'Gharb Darfur', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3265, 'Gharb Kurdufan', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3266, 'Gharb-al-Istiwa\\''iyah', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3266, 'Gharb-al-Istiwa\\\'iyah', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3267, 'Janub Darfur', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3268, 'Janub Kurdufan', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3269, 'Junqali', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), @@ -26318,7 +51644,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (3272, 'Shamal Bahr-al-Ghazal', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3273, 'Shamal Darfur', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3274, 'Shamal Kurdufan', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3275, 'Sharq-al-Istiwa\\''iyah', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3275, 'Sharq-al-Istiwa\\\'iyah', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3276, 'Sinnar', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3277, 'Warab', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3278, 'Wilayat al Khartum', 209, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), @@ -26407,7 +51733,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (3361, 'Zug', 214, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3362, 'Zurich', 214, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3363, 'Aleppo', 215, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3364, 'Dar\\''a', 215, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3364, 'Dar\\\'a', 215, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3365, 'Dayr-az-Zawr', 215, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3366, 'Dimashq', 215, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3367, 'Halab', 215, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), @@ -26564,10 +51890,10 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (3517, 'Fakaofo', 221, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3518, 'Nukunonu', 221, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3519, 'Eua', 222, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3520, 'Ha\\''apai', 222, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3520, 'Ha\\\'apai', 222, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3521, 'Niuas', 222, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3522, 'Tongatapu', 222, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3523, 'Vava\\''u', 222, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3523, 'Vava\\\'u', 222, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3524, 'Arima-Tunapuna-Piarco', 223, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3525, 'Caroni', 223, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3526, 'Chaguanas', 223, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), @@ -26586,7 +51912,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (3539, 'Tobago', 223, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3540, 'Aryanah', 224, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3541, 'Bajah', 224, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3542, 'Bin \\''Arus', 224, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3542, 'Bin \\\'Arus', 224, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3543, 'Binzart', 224, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3544, 'Gouvernorat de Ariana', 224, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3545, 'Gouvernorat de Nabeul', 224, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), @@ -26717,36 +52043,36 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (3670, 'Eastern', 229, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3671, 'Northern', 229, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3672, 'Western', 229, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3673, 'Cherkas\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3674, 'Chernihivs\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3675, 'Chernivets\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3673, 'Cherkas\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3674, 'Chernihivs\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3675, 'Chernivets\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3676, 'Crimea', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3677, 'Dnipropetrovska', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3678, 'Donets\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3679, 'Ivano-Frankivs\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3678, 'Donets\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3679, 'Ivano-Frankivs\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3680, 'Kharkiv', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3681, 'Kharkov', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3682, 'Khersonska', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3683, 'Khmel\\''nyts\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3683, 'Khmel\\\'nyts\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3684, 'Kirovohrad', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3685, 'Krym', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3686, 'Kyyiv', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3687, 'Kyyivs\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3688, 'L\\''vivs\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3689, 'Luhans\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3690, 'Mykolayivs\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3691, 'Odes\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3687, 'Kyyivs\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3688, 'L\\\'vivs\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3689, 'Luhans\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3690, 'Mykolayivs\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3691, 'Odes\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3692, 'Odessa', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3693, 'Poltavs\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3694, 'Rivnens\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3695, 'Sevastopol\\''', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3696, 'Sums\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3697, 'Ternopil\\''s\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3698, 'Volyns\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3699, 'Vynnyts\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3700, 'Zakarpats\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3693, 'Poltavs\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3694, 'Rivnens\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3695, 'Sevastopol\\\'', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3696, 'Sums\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3697, 'Ternopil\\\'s\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3698, 'Volyns\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3699, 'Vynnyts\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3700, 'Zakarpats\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3701, 'Zaporizhia', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3702, 'Zhytomyrs\\''ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3702, 'Zhytomyrs\\\'ka', 230, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3703, 'Abu Zabi', 231, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3704, 'Ajman', 231, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3705, 'Dubai', 231, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), @@ -27025,9 +52351,9 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (3978, 'Wallis', 243, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3979, 'Bu Jaydur', 244, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3980, 'Wad-adh-Dhahab', 244, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3981, 'al-\\''Ayun', 244, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3981, 'al-\\\'Ayun', 244, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3982, 'as-Samarah', 244, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3983, '\\''Adan', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3983, '\\\'Adan', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3984, 'Abyan', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3985, 'Dhamar', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3986, 'Hadramaut', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), @@ -27035,12 +52361,12 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (3988, 'Hudaydah', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3989, 'Ibb', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3990, 'Lahij', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3991, 'Ma\\''rib', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3992, 'Madinat San\\''a', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3993, 'Sa\\''dah', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3991, 'Ma\\\'rib', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3992, 'Madinat San\\\'a', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3993, 'Sa\\\'dah', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3994, 'Sana', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3995, 'Shabwah', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(3996, 'Ta\\''izz', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(3996, 'Ta\\\'izz', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3997, 'al-Bayda', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3998, 'al-Hudaydah', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (3999, 'al-Jawf', 245, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), @@ -27064,7 +52390,15 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `created_at`, `updated_at`, `f (4017, 'Masvingo', 247, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (4018, 'Matabeleland North', 247, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), (4019, 'Matabeleland South', 247, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), -(4020, 'Midlands', 247, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1); +(4020, 'Midlands', 247, '2018-07-20 14:53:17', '2018-07-20 14:53:17', 1), +(4021, 'American Samoa', 233, '2019-01-25 02:44:37', '2019-01-25 02:44:37', 1), +(4022, 'Federated States Of Micronesia', 233, '2019-01-25 02:44:37', '2019-01-25 02:44:37', 1), +(4023, 'Guam', 233, '2019-01-25 02:44:37', '2019-01-25 02:44:37', 1), +(4024, 'Marshall Islands', 233, '2019-01-25 02:44:37', '2019-01-25 02:44:37', 1), +(4025, 'Northern Mariana Islands', 233, '2019-01-25 02:44:37', '2019-01-25 02:44:37', 1), +(4026, 'Palau', 233, '2019-01-25 02:44:37', '2019-01-25 02:44:37', 1), +(4027, 'Puerto Rico', 233, '2019-01-25 02:44:37', '2019-01-25 02:44:37', 1), +(4028, 'Virgin Islands', 233, '2019-01-25 02:44:37', '2019-01-25 02:44:37', 1); -- -- Indexes for dumped tables @@ -27099,17 +52433,20 @@ ALTER TABLE `states` -- AUTO_INCREMENT for table `cities` -- ALTER TABLE `cities` - MODIFY `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=22668; + MODIFY `id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47953; + -- -- AUTO_INCREMENT for table `countries` -- ALTER TABLE `countries` - MODIFY `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=248; + MODIFY `id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=248; + -- -- AUTO_INCREMENT for table `states` -- ALTER TABLE `states` - MODIFY `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=4021; + MODIFY `id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4029; + -- -- Constraints for dumped tables -- @@ -27126,6 +52463,7 @@ ALTER TABLE `cities` -- ALTER TABLE `states` ADD CONSTRAINT `country_state` FOREIGN KEY (`country_id`) REFERENCES `countries` (`id`); +SET FOREIGN_KEY_CHECKS=1; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;